Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-29 | Fixed several warnings, errors and dumb bugs | Marvin Borner | |
2020-04-25 | Small cleanup and formatting | Marvin Borner | |
2020-04-14 | Switched to grub | Marvin 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-27 | Added and applied tidy command | Marvin Borner | |
2019-11-25 | Debug, debug and even more debugging! | Marvin Borner | |
2019-11-23 | Tried 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-10 | Added semi-working bootloader | Marvin Borner | |
2019-11-08 | Began implementation of non-grub bootloader | Marvin Borner | |
2019-09-29 | Added some minor improvements | Marvin Borner | |
2019-09-28 | Switched back to normal aligned kernel | Marvin Borner | |
I had some problems with paging but maybe I will revert again later | |||
2019-09-26 | Added higher half kernel with paging | Marvin Borner | |
2019-09-19 | Moved source to kernel directory | Marvin Borner | |