summaryrefslogtreecommitdiff
path: root/asm/multiboot.s
AgeCommit message (Collapse)Author
2018-09-01rename multiboot.s to start.sMiguel
2018-08-31doxy and alignmentMiguel
2018-08-31various improvmenetsMiguel
* added debugging symbols to nasm output * started implementing an unified interrupt interface * moved smp entry point to kernel image!
2018-08-23never ending struggle with forkingMiguel
2018-08-20Makefile fixMiguel
2018-08-19cleaning up asm stuff and improving docsMiguel
2018-08-19get vesa working in vmem.Miguel
2015-05-16finally working ring 3Michal Idziorek
2015-05-14experimenting with grub vbeMichal Idziorek
2015-05-13fixing gdt and interruptsMichal Idziorek
2015-05-13implementing multiboot spec stuffMichal Idziorek
2015-05-12migrating to grub and elf kernel formatMichal Idziorek