aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/multiboot.h
AgeCommit message (Collapse)Author
2020-05-07Some fixes here and there...Marvin Borner
Also implemented serial console in userspace
2020-05-06New build parameters and shared includesMarvin Borner
This changes many files but I've just applied some replace commands.. So - nothing special!
2020-04-19Applied tidy command...Marvin Borner
Idk why I forgot it for several commits :D
2020-04-17Started implementing multiboot2 standardMarvin Borner
2020-04-14Switched to grubMarvin Borner
This really isn't what I wanted because grub is very big and bloaty but my own bootloader was very poorly written and I really want to implement a filesystem like ext2 which wouldn't work with my own bootloader. Furthermore this commit fixes many small issues including the one occurring due to the statically linked user binary (I just removed the linking for now).