Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-07 | Added userspace libc and began userspace based shell | Marvin Borner | |
2019-11-30 | Working userspace! | Marvin Borner | |
2019-11-30 | Replaced vesa print functions with printf | Marvin Borner | |
2019-11-24 | Major coding style reformatting -> Kernighan & Ritchie | Marvin Borner | |
This project now (hopefully) uses the same style recommended by Kernighan and Ritchie and used in the Linux Kernel | |||
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-01 | Fixed VGA buffer logging | Marvin Borner | |
2019-11-01 | Tried implementing better logging system | Marvin Borner | |
2019-10-28 | Added support for more color types (bpp) | Marvin Borner | |
Somehow the text is inverted and things are strange but the colors may be correct. | |||
2019-10-27 | Improved boot process and color scheme | Marvin Borner | |
2019-10-27 | Heureka! Fixed VESA resolution finder! | Marvin Borner | |
2019-10-26 | Using compiler-based include methods | Marvin Borner | |
2019-10-26 | Improved VESA and fixed warnings | Marvin Borner | |