4cc8bb5ec7
Barebones kernel that can print to a "tty". Has some basic functions like memcpy, strlen, etc. A GDT is also present, however it has not yet been properly tested. The folder structure is currently not optimal or well organized.
4 lines
61 B
INI
4 lines
61 B
INI
menuentry "just some OS" {
|
|
multiboot /boot/kernel.bin
|
|
}
|
|
|