aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/linker.ld
AgeCommit message (Collapse)Author
2020-04-29Fixed several warnings, errors and dumb bugsMarvin Borner
2020-04-25Small cleanup and formattingMarvin 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).
2020-03-27Added and applied tidy commandMarvin Borner
2019-11-25Debug, debug and even more debugging!Marvin Borner
2019-11-23Tried implementing memory based paging...Marvin Borner
Also did many other fixes/improvements. While I think I did most things correct, the ACPI doesn't work anymore (triple fault) and the resolution detection fails with 0x2... :c
2019-11-10Added semi-working bootloaderMarvin Borner
2019-11-08Began implementation of non-grub bootloaderMarvin Borner
2019-09-29Added some minor improvementsMarvin Borner
2019-09-28Switched back to normal aligned kernelMarvin Borner
I had some problems with paging but maybe I will revert again later
2019-09-26Added higher half kernel with pagingMarvin Borner
2019-09-19Moved source to kernel directoryMarvin Borner