#⌨coders-cave
1 messages · Page 96 of 1

Why u wanna spend time on a course?
mov eax, 0x1
cmp eax, 1
je hlt_label
popa
ret
hlt_label:
hlt
Whats wrong with that 
im dreaming about jobs always
some are coding some are archeologist maybe its premonition
well nvm
what are cmp for?
oh so they are short words
@boreal vector check that : https://docs.unity3d.com/ScriptReference/Vector3.html
so thats why i search there is nothing popping
Funny you say popping
finnaly i found the meaning of this things
push eax
mov al, [eax]
pop eax
mov al, [eax]
mov ah, 0x0e
int 0x10
that xyz is from math right?
Advice, dont use tutorials, use unity documentation
Axis
so this need math knowledge?
ughhh
maybe ill search algebra stuff on yt
i dont listen on my teacher when they are teaching it 
U need like 2 grade knowledge
well do i need like linear algrebra?
and physics
damn like division?
oh good
i got bored easily in math
well gtg ill ask again later
thx seniors

Damn
I didnt interest him in assembly
😔
One day there will be another low level/ os development guy in this chat
@knotty root os dev? 
Really?
I didnt quite expect that
I have a little template project made so when you decide to start just tell me
You can use it so that you dont have to make your.own buildenv
@main brook i lack the patience to wait for stable v2 
Successfully installed discord.py-2.0.0a3786+g3d74da8
bad advice
use tutorials
they teach you best practices
documentation doesnt teach you best practices
they are too specific
same
ehe
i alry have it installed
you do know
e nevermind but you do you
also rember pycord
back then they literally said they made the lib easy to use and understand
even tho its a fork of dpy
they implicitly said they made everything
back
kinda cringe innit
yeaitsasmallprojectsoidontreallyneedtochangetodiscordpyyet
yes
nerf miner
yeah
now one human brain is worth 0 brain cells
one whole brain cell less than 0 to 2021
pretty much
I love WSL
for some reason my school hasn't disabled microsoft store so I can freely install anything from there with no admin perms
and WSL is the easiest way to get nice linux stuff working with windows
wsl is good shit
only problem is installing stuff in the middle of nowhere as I am currently at a cottage
kek
heh nice
there are three fucking articles about uefi applications on the os dev wiki
all of which compile and link everything in 3 different ways
so which is the right one os dev wiki just pick one
we got the basic AI setup, and fixed destructable asteroids https://youtu.be/CKS7N1-9ZmI
and yes the turning AI is having issues with the shield segments
its not trying to turn away and approach obliquely
since firing arcs arent fully setup
where are the worldbox world files stored?
I want to see the insides of the files
and if I can edit things inside of them
how so?
pretty sure theres a modding API
I want to see how I can increase world border size
if you looking for source code, we dont have that
and looking at world info files looked like a good place to start
I do not have enough coding knowledge to understand this "sus" thing
haha
already knows where to look
I have no idea how figuring out the location of save files = piracy
but if you can, no need to tell me
but honestly if you want legit work, use the modding API
it's not my intention and if there's a reason you need to hide this information to me I won't ask
worldbox WORLD files
as in, the place where your saved worlds go
as far as i know you cant change the world size without destroying the file
ok then nevermind
assuming you could read the format
I imagined there would be something that defines the X and Y size of the world in a "chunk" system similar to minecraft
pretty sure the worlds arent that big,
for most games you have chunks like minecraft or LODs
LODs are best for full 3D games while chunks are good for more sandbox
then X and Y based on the "pixels"
again, assuming you could read the files, its likely it would disrupt your world
stretching your existing islands
just start an Iceberg
im pretty sure, if we expanded them the game itself couldnt read the maps
I see how that could be a problem
though it makes me wonder how the folks in #🌐✔cool-maps vary their map size so much
that might be a special map addon
can always ask in #🔧mods
this channel is more for non worldbox coding and i havent really touched worldbox coding cause unity
Not sure what you mean
Chunks are used in lots of games, including worldbox
That said this is a non worldbox channel so it does no good to ask here
Even if you are gonna use LOD you need to stop drawing stuff that isn’t on the screen so chunking will still be used
also minecraft has both level of details and chunking
Minecraft 2d
doesnt have those yet smh
Change that
minecraft 2d is dead
never existed
terraria
unreal
thats a ban

Traceback (most recent call last):
File "<string>", line 1, in <module>
NameError: name 'THE ONE WHO ASKED' is not defined
python comeback!!!!
print("your mother")
NOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO
csc /tmp/AteS4wvQ1D.cs
Microsoft (R) Visual C# Compiler version 3.6.0-4.20224.5 (ec77c100)
Copyright (C) Microsoft Corporation. All rights reserved.
/tmp/AteS4wvQ1D.cs(10,28): error CS0103: The name 'you having not fat mother' does not exist in the current context
``` big comeback!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! B)
node /tmp/M5zSiWxQVm.js
/tmp/M5zSiWxQVm.js:1
MyBrain
^
ReferenceError: MyBrain is not defined
at Object.<anonymous> (/tmp/M5zSiWxQVm.js:1:1)
at Module._compile (internal/modules/cjs/loader.js:778:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
at Module.load (internal/modules/cjs/loader.js:653:32)
at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
at Function.Module._load (internal/modules/cjs/loader.js:585:3)
at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
at startup (internal/bootstrap/node.js:283:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
``` JS gives the most error detail B)
What uefi gives when an error acurs:
Sowwy but it failed you are a.fuckinh failure g o fuck yourself
Either that or the entire thing just hangs in one place
No error message just the hang of death
Os dev 
Nah but seriously
Yea c# is a good first language
But it really matters what you wanna do
I just realized Im in the os dev discord yet I.never talk there
5065
Total
Everyone there.is like
So fucking advanced
Even in the noob channel people are talking about complex bootloaders and Shit
its the linux discord for people who actually know shit about OSes
I don't know shit about os
Looking at the os dev discord
Nor do I
Mfs are inventing new ways of paging
Even tho some oses are strangely both unix based and have got their own bootloaders and paging
There
Which is strange considering making an os in linux doesn't require you to do any of that
C# is one of the best beginner languages if not the best
i prefer python
I personally really don't like python that much anymore
Python is kind of my native programming language if we compare programming languages to real languages
but I still prefer C family languages
I understand why C is a good language but definitely prefer Java
Although some of that may be because my work in C is mostly OS related and largely in the Linux kernel
I've never tried C but C# and especially C++ are way too nice to use
i love the blazing fast development speed
its great for a person like me who can only spend 24hrs total on a project before abandoning
i spend 20 minute initializing my environment
in python
for js i just
pnpm init
💀
for python
i need like
linters
formatter
and of course
pypoetry
slow
i do sometime use js with linters and formatter
but usually
projects come with it prebuilt
like
with pnpx
no need double configuration
OMG
OMG
ARE YOU AN OS DEV?!?
ARE YOU THE PROMISED SECOND OS DEV OF THE CHAT?!?
I have been expecting you
Lol sorry but no, just taken coursework with OS
:(
I’d say in terms of professional skills I’m probably only hirable for web dev still
I mean I guess I can understand some OS talk???
IDT GDT?
Nope nvm
well
pycharm???
pycharm garbage
im sure berry will become one some day
when he gets bored of c#
cuz of the resource consumption?
anyways ima go write a bootloader now as all my previous ones sucked
I mean I understand basic concurrency and scheduling stuff, made a multi queue scheduling module for the Linux kernel, did a little bit with ext2
ah well I havent gotten to this high level thing yet
t b f
A very simple scheduler** only handles a few threads
the only reason i use pycharm is cuz my vscode seems to be irreversibly broken
I mainly understand the very low level of things like bootloaders gdts idts and very basic paging very
Ahh
Honestly most of my highest level work is with discord bots and sql server
ah so you are a low level dev if I understand correctly
Very nice I like low level devs
I mean discord bots are kinda high level
he said his highest level so I assume he does low level
Yeah I’m pretty high level lol
oh
bruh
I dont know man the only thing I have got going for me in terms of energy is a cup of light coffee my brain is working overtime
ok bye
Pce
idk man sleep usually works
I always forget to sleep literally or atleast sleep normally
its 10 pm im working on something and I just say "Ok one more hour and im going to bed"
And the it’s 4AM all of a sudden?
next thing I know its 2 am and I can barely open my eyes
sometimes yea
Wonderful
I’ve been trying to fix my sleep schedule so I can perform better in classes during the day
So I’ve been going to sleep around 11-ish
Mine does also but I keep going because I still have that little bug I know how to fix which takes 3 hours to fix
now its 4 am and I can already see the sky getting brighter
or atleast not now its 4 pm now but you get the point
you'd solve it in much less time if you'd take a break
I do but at the wrong times
4pm?? What time zone is that?
in the day I sleep in the night I remember that I have homework for tomorrow
Bet.
punch
I thought haydot fell asleep
Im always asleep
Imagine playing roblox csgo instead of Minecraft csgo
a part of my brain atleast the other half is trying to figuere out why ld cant do its fucking job correctly or why uefi is getting brain damage when running my kernel
nah
need to make campfire bootloader
non efi because efi sucks and I hate it
ok but on a serious note dont worry im fine im getting straight 4-5 hours a sleep a day
I would say thats enough
spoiler: it's not
shhh lets just say its enough
also done created a bootloader in 13 lines
actually maybe more if we count all the external things which we dont count :)
fellow 5hrs of sleep enjoyer
Totally doesnt fuck with your health
7 for me
5:30
cuz i go to uni at 7
as for sleep i either sleep for 8 hours or 2 hours anything else and ill wake up fucked
for me sleeping 2 hours is better than 4 hours
idk why
but having 4-7 hours of sleep makes me tired
3-2 or 8-9 is good
Its all about the sleeping schedule that you have
if the body is prepared for 2 hours of sleep so be it but if you change your hours suddenly it doesnt know what to do
I guess idk im not a doctor
you guys sleep?
why do you have to sleep imagine sleeping big l
ikr
2 is "10" i think
or else how is 1 shown
3 is "11"
01 = 1
10 = 2
11 = 3
100 = 4
probably the only "useful" thing i retained from electronics class lol
Um..... isnt 1, 1
It is like: 0,1,2,4,8,16,32,64 ect... right?
what is
The numbers behind the "0" and "1"
Seems kind of redundant… assigning a variable multiple times to the same constant…
im about to do a funny
int main(){
printf("ur mom :)))) :laughing: :laughing: :laughing: :))))) >:)))))");
}
I have commited a funny
Oh no he coded a funny
he spawned a funny code 
110
1001
cringe

I will do it again
This time as a bootloader
[bits 16]
[org 0x7c00]
mov bp, 0x7c00
mov sp, bp
mov bx, message
call printx16
jmp $
message: db 'Your.mom lmao xd lmao lmfao 🤣 🤣', 0
times 510-($-$$) db 0
dw 0xaa55
Assemble this as a binary file and it will run as a bootloader thay says "your mom"
Computers were a mistake
Your.mom lmao xd lmao lmfao 🤣 🤣*
haydot did the funny again
I will do it
In python
Too
print("Ypur mom is = fat lmao xd lmao xd lmfao xd")
Thats how python works right
Anyways tune in next time for I.will do the funny in rust
haydot speedrunning to become the funniest man alive
now do it in brainfuck 
💀
I will need to practice.the speedrun more for that
Oh.god how will I.do malbolge...
Lets continue.with rust
what's up with.writing random.dots
My spacebar is small af
On the phone
And the dot hitbox is huge
fn main(){
println!("Your mom lmao xd 🤣 😆 xd lmao");
}
Rust
The exclamation mark marks it as a macro
ayy i got it right :DDDA
Ok so
For my final funny
Atleast for now
I introduce
Uhhhh
C#
How tf did you do c# again?
namespace System{
class Program{
public static void Main(I dont remember these args){
Console.Log("Your mom I fucking hate how wordy c# is jesus this took too long to write");
}
}
}
So this is why they say c is hard

that's .NET 5
Which ones are hard
I have no idea what that means
in .NET 6 it would be
Console.WriteLine("Your mom I fucking hate how wordy c# is jesus this took too long to write");
This looks easier
C cpp
I don't agree
But everyone says they are harder

I think c# is harder just because of how huge and complex it is
this looks neat
hamza do you know how to work with c# with the minimum amount of BLOAT STUFF
like
vs
or
idk
windows
the dreaded Microsoft Product UI is repelling me
you cant clean windows
yes
just use linq
w0t
ok i have read a bit abt linq
thanks comrade
gonna download it later today
inb4 i become c# dev
how horrifying
who said that ?
I've done C# in linux for like a year
the argument that C# is for windows only is super outdated
git gud nub i run an asp site in centos for 4 years now
can confirm that this is how it works
Is child abuse legal still
Ahh yes as always they got muted
yust do it
Fun Fact: I've deleted system32 once ||(I was a low iq baby hooman)||
wheres the pc now?
.__. but when u delete system 32 it just kills the pc
i am almost sure it does
you will lose everything on the system drive which is C
deleting files doesnt destroy your pc 
isnt system32 containg all data for your pc?
i mean opening ect
like all the functions
so how u open the pc then?
bios ?
||i forgot that even existed lol||
hmm... anyways... how to make the code
even in notepad
just the line
i know it is one simple like
*line
but not sure what one
RD /S /Q path
RD just removes a directory
/S will remove all branches
/Q will not ask for permission to remove branches
make sure the cmd is ran as administrator
||if i wont be responding in a long time u know why||
pretty sure system32 doesnt contain all system data
only the user space data but I may be wrong
because the kernel should be in binary and thus invisible
once again dont quote me on this I could be wrong
still corrupts windows
yea but atleast windows still has something to...well tell you things are fucked
you get a bsod
ah so Im guessing a double fault happens
now I want to delete system32 to see what happens
learn about windows copy its design
Or wait that could also be a fault...well same thing
Honestly don’t know much about what sys32 is responsible for but I honestly don’t see any reason you’d lose anything beyond windows…
Unless re-installing it would force you to wipe whatever drive it’s on
It wouldn't definitely
It would only destroy windows but the rest of the pc will be fine
If thats what you mean
Yeah
I learned that the hard way
Like you could easily recover even the files on the drive by just installing it somewhere else and making a backup
Before wiping to reinstall windows
important dlls
Yea you could move all files from the corrupted windows into a new partition and reinstall windows on corrupted partition and move the files then
I think
If im not missing something
it contains basic data- that if deleted can corrupt other data
i think it works that way
you can just put the harddrive in another pc you know
and just copy the files you want
That’s what I was saying
its not basic data
Or use another os on the same pc
Actually im pretty sure a non binary version of the kernel does exist on the pc for updating purposes
Bruh why is SRE actually hard
Or not idk but I came up with a design for an os with two kernels and I wonder if anyone has used it
Because it seems pretty simple
i think it does... i mean looking at the names of the files inside and how they are named i think they are pretty basic data
it contains the cmd
and most apps that come with windows
and a lot of very important dlls
by basic data i ment the data thats very important btw
Arent there many completely hidden files there
well yes
Goddamnit I want to look at the windows source code so bad 💀
there are no hidden files in system32
i can try to look for some parts... ||not the hidden onces ofc lol||
Can’t you unhide hidden files anyway?
i think some are hidden
hiding files in windows is just an effect
then it wont make any sense
to make some folders look cleaner
Well yes but I.mean completely hidden like unreachable in user space
but you dont need to make system32 look cleaner because you shouldnt be there
Ohhh
Like read only
Yeah
exaple of the file there: xh-ZA .... tf it means btw?
There are definitely read only files...or chucks of code atleast
localization
Alot of the os doesn't belong in files so
why would you make something readonly
doesnt make sense
u mean?
languages
um... ok
So that it doesnt get corrupted.by someone trying to write to the wrong adress
when you run anything as administrator it has access to every single file on the pc
btw... how do computers simulate randomness?
search it up
I dont mean files i mean addresses
if you fuck up with things you shouldnt fuck up with
you deserve to get your system corrupted

Well thats not the point the point some of the os should be read only
Like files that wont ever be updated and changed or data that is constant
For instance the BIOS bootloader of windows should be read only
I don’t think that’s a very fair statement to make lol
"VpnToastIcon" whats that? (in system32)
No way of knowing without without being a windows dev
not all files in system32 are windows files
Unless you can open the file in hexadecimal view and get an idea of it
a lot of programs put stuff there
well then it doesnt look like windows file at all lol
sounds like an icon so you just open it with anything
Every time I have tried to open stuff in sys32 I haven't been allowed to
Haven't tried everything but still
setup your permissions right
hmm... thats maybe the fault of strange extensions?
or permission
The entire folder might be permission locked
aight well ima stream some coding because im bored and Im going to be doing boring things so if anyone wants to chat
you know what to do
ok
couse i am kinda sleepy
I might not talk aswell
I have written this code so many times at this point
I have memorised it
in what language u making it?
Many languages
Currently im doing a makefile so that I can automate the building process, assembly for bootloader and cpp for kernel
um ok
||it is so complicated i cant understand a single thing lol||
i am used to c# so thats propably why
Its a makefile they are the most complicated things in the world
Even I dont fully understand I just go with it
Actually
Ima just use a template I.made im too lazy to weite all of this
Ok now I.can actually write code
i am now making gui for my game so i will steam it too
yes i used to look at your bad code
Yea it looks pretty nice
You havent in a while
Come on join in
busy
Nah
making some maney
Ok well you can still join 
i have work in 10 mins
Getting ready is inferior than joining
What should the work in progress be
Is it a placeholder or just a message to the team if you are in a team
u mean?
What's the game gonna be about
Looks neat
Mortars acting kinda funny
it is powerful but random aim
They dont seem to aim all that well
Ah
Interesting
Are you the only dev or are you in a team
i am in a team, tho on this project i work alone
the project is under the team logo tho
and also the music, gui graphics are from team members
couse ye, there is a music
but i dont want to play it now
Ok
||i forgot the game was on and i almost died||

i lost
um... there is a bug
the name of the building is colliding with the description
lemme fix it now
now much better
u have any ideas what to add next?
i mean fix
couse i have no time for adding
@orchid frigate
||i will make a short break now btw||
i mean more related to gui
and fixing... not adding
well then i am gonna try to think abt something myself
what do u think abt health bar?
its good but maybe its kinda difficult to see
maybe having it somewhere else might be good but thats just my opinion
or making it red
i am gonna leave it the way it is now
ok you do you
btw i need to end in a sec
ok I will end too
cya
in asia, yes, you can slap your child as hard as you can and it'll be called "discipline"
also talk about discipline
my brother university for coding sucks
you all have to follow the same module
and you get graded by how close it is to the module
instead of how they actually understand how it works
also coding job in here is getting weirder and weirder
@barren shale hamzer where do i learn c#
pls dont say the microsoft docs pls dont say the microsoft docs
never learn from docs
docs are for after you learn
I would start with these 1 hour youtube videos
they cover the basics
and then you can either work on getting better by yourself ||(or I can tutor you for $50/hr)||
microsoft docs 
okay thank
Assigning app-name into $apps
apps=($(ls /data/data/))
Looping each app
for app in "${apps[@]}"; do
Deleting $app/cache/ contents
rm -rf /data/data/$app/no_backup
rm -rf /data/data/$app/*cache
Ok

imagine not having root access


Btw... will u be able to stream today too?
Couse i maybe will be able to
And i will need some opinions abt gui
ok
I might be more willing to side with Linux if its kernel documentation was anything more than having to read through the source code
hello
@orchid frigate what abt in 1 hour?
couse i have to eat something
and do some other work
I cant
I have some stuff at 6:30 and I need to prepare
After that I will be able to do anything after 9
btw its 5:30 now
Hi
android
anyone wanna see me making ui for a game?

it means yes?

it means no?

it means...
🇷🇺 🇧🇾 👧🏿 😭 🍑 🍆 🇦🇱 👴🏿 😌

🇷🇺 🇧🇾 👧🏿 😭 🍑🍆 🇦🇱 👴🏿 😌
can u please stop?
ok
does it mean yes or no?
yes
so u wanna watch the stream
good bay
good bay
u mean?
u know, if u dont want to answer then #🌎general
@orchid frigate can u stream now?
or watch my stream
i just started streamin
I don't understand English well
it will be a stream, so no talking
i will just stream the screen, u know.. to get some opinions
I won't watch the stream
I can join for 10-20 mins @cloud solar
ok
what do u think abt this gui i will show?
looks quite damn good
I gtg, my friends are calling me for some reason
🇷🇺 🇧🇾 👧🏿 😭 🍑 🍆 🇦🇱 👴🏿 😌
sure
bruh u fr?
stop
@soft flame i unfortunately need to end now... what do u think abt the game anyways
?
couldn't see well, video quality was shit for me
uh...sure
I need an 45 mins or so to continue the streamin
Or like maybe a bit more😅
omg
trying to search for info about multiboot2 memory map is driving me insane
I cannot find anything useful
ok
my stream is pretty nice its basically me having a breakdown over C and assembly being shit together
@cloud solar check out my stream im having a programming breakdown
gonna check it in a sec..
i have no idea whats goin on here...
basically
it is too complicated
im trying to get a value from assembly to c and it works
but when comparing it to itself it says its different?!?!?
so now I have no idea if its actually ok or not
Yes but its all std
Im working without std because I use a cross compiler for independent os
hm...
what im gessing is its comparing hexadecimal to decimal and something somewthing its stupid
coplicated problem... i am not sure if i am able to help
i didnt really want help I just wanted you to check out my programming rage lmao
atleast now I know its the same value so they are transferred sorta well
its simpler than c#
100 times more
no oop
but im using c++ which is the same with oop but I dont use oop at all
almost at all
then i am not sure if i am smart that i understand c#, or dumb that i dont understand c
lol
nah man dont underestimate you if you are able to make games you are really good
what im doing is uselessly overcomplicated and stupid
and noone does it anymore
well... the games i made are not that complicated... and spoiler: i am in 7 grade so thats maybe why i dont understand c
it is frustrating not to understand that simple language tho
c is the same as c#
with less features
so a bit more difficult
and also low level af so that adds to the dificulty
but what im working on currently is easly my biggest project to date
I really like how it turned out but these 10-15 files took me....way too fucking long to make
each file took probably 2-3 months for about 50-100 lines of code
I get why noone does this it is not even close to being productive nor good
i learned how to program in unity in like 1 year(not counting month breaks between it) so it is not that bad... i hope lol
but really the most important part of learning unity was last 3 months
I did unity before too
it was really fun
but I have always wanted, even before I started coding, to make my very own os but always said to myself that its an impossible task
and it is kinda
but then I started going lower and lower level and I somehow ended up here
making stupid things that someone can make on a high level language for minutes
own os is fun... i have never understood how to make it tho
starting off is like learning how to program for a second time
everything that you know rn? throw it out the window its useless because just to compile the os you need atleast 20 commands
and then the actual code is usually written in assembly or C++ but its the difficult part of c++
that sometimes feels more difficult than assembly
pointers and shit its awful
I kinda wish I stayed in unity
but also nah this is kinda fun once you solve the seemingly impossible problem
alright ima let you work now

this is a good time to check out whats inside the system volume information folders in windows partitions
ok im starting to get scared of corrupting my windows
when programmer doesn't have anything to do searching files best idea
yes unless those files are ones that windows intentionally doesnt allow you to see or even to know they exist
last time I did something like this I had to reinstall
why is everything I do so stupid lmao
unless u dont uninstall cmd or something like thats its good
im searching for problems
its partition data
on the main partition with boot info and system32
its me poking a bear with a stick
but damn my drive is full never even realised
hmmm I managed to find the windows powershell folder I dont recall if you can see this in windows
||uninstall it||
i need to end streaming, i can watch your stream tho
can u try to locate cmd?
and... delete it..
or... maybe not
ok
btw... where is cmd exe file?
couse my path for just ICON is:
C:\Users\xxx\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
hm.... i know the name from somewhere...
ok well powershell folder was useless
and boring
lets find something more interesting
what abt find where the .... bios is?
you cant
||nvm dumb idea||
i ment the connection between harwear-bios-windows
ah the bootloader
it must have a connection... right?
legacy BIOS has absolutely nothing to help the system outside of 16 bit real and the os exits that quite early
the new UEFI supplies the os with many things throught its entire existance
the bootloader is responsible for passing control from the BIOS to the kernel
and getting some info and giving it to the kernel
oh... is it like a file?
legacy BIOS? not visible
at all
its placed in the first sector of memory and its all binary so its invisible
to the user
i mean the kernel
the kernel.. matters the design
but alot of it is also invisible as its binary gibarish
||i will act like i know what u mean||
i know whats binary
so... is there any way to find them?
I can show you the windows bootloader

look at my stream
ok
ok I forgot where it is

...I could try to run it through wine
uh... if i am thinking the same as u think please dont do this
its a war crime
what's wine
i agree
do it, what's the worse that could happen
well damn
can't you do it in a vm






