osdev
osdev copied to clipboard
Hobby os project with GUI
https://github.com/szhou42/osdev/blob/52c02f0d4327442493459253a5c6c83c5f378765/src/kernel/entry.asm#L35 Wouldn't it be 1048576? 104856 are roughly 102 kb
when i run ./mkext2image.sh as the readme file says i get a lot of "Value out of ragne" errors and ./setup_tap_device.sh gives me back "invalid argument"... how can i fix?
In process.h there are two functions declared as prototypes switch_user_regs() and switch_kernel_regs() but they weren't in the process.c file and the process state function requires it. I looked everywhere for...
The following structure definition is not in accordance with the [osdev](https://wiki.osdev.org/Ext2#Block_Group_Descriptor) The mistake is minor, but significant... This will give wrong info about no. of free blocks, no. of free...