simple osdev testing
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. |
||
---|---|---|
extra | ||
std | ||
.gitignore | ||
bootstrap.s | ||
kernel.c | ||
linker.ld | ||
Makefile | ||
vga.c | ||
vga.h |