pretty shoddy OS made rust
my first experience with low level rust and asm stuff
bootloader error codes:
- 0 multiboot2 check fail
- 1 cpuid check fail
- 2 long mode check fail
todo:
- serial printing with uart_16550 crate
- kernel logging
- exception handling
- interrupt handling
- memory management
- process management
- async await
- fs