aboutsummaryrefslogtreecommitdiff
path: root/boot/entry.asm
AgeCommit message (Collapse)Author
2021-04-10Gave procs own kernel stack (TSS)Marvin Borner
2021-04-09Using booting drive instead of ata detectionMarvin Borner
2021-04-05Added ELF and disk detection support to bootloaderMarvin Borner
2021-03-13Some security measuresMarvin Borner
2021-02-28Kinda working pagingMarvin Borner
2021-02-28Fixed memory mapping detectionMarvin Borner
2021-02-27Reimplemented memory map detectionMarvin Borner
2021-01-07Several thingsMarvin Borner
Sorry :D
2020-12-06Removed the necessity for ext2util completelyMarvin Borner
This is needed for a flexible bootloader and IDE driver. Future commits will remove the boot/load.c file.
2020-12-06File-based booting instead of fixed inode (WIP)Marvin Borner
2020-09-12Independent ext2 bootloader for bigger kernelsMarvin Borner