Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-29 | Added 12x24 spleen font | Marvin Borner | |
2019-10-29 | Added dynamic font choosing | Marvin Borner | |
2019-10-29 | Fixed backspace array char removal | Marvin Borner | |
2019-10-29 | Finally fixed a long-existent memory bug | Marvin Borner | |
2019-10-28 | Fixed 32bpp and fixed some 16bpp artifacts | Marvin Borner | |
2019-10-28 | Fixed spleen font! | Marvin Borner | |
Looks awesome but needs scaling for smaller screens | |||
2019-10-28 | Started implementing 16x32 Spleen font | Marvin Borner | |
2019-10-28 | Added cmos based rtc date & time | Marvin Borner | |
2019-10-28 | Fixed second inversion | Lars Krönner | |
2019-10-28 | Fixed one inversion | 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-27 | Added brute forced common mode trying | Marvin Borner | |
2019-10-26 | Using compiler-based include methods | Marvin Borner | |
2019-10-26 | Improved VESA and fixed warnings | Marvin Borner | |
2019-10-26 | Added terminal tty features | Marvin Borner | |
2019-10-26 | Removed VGA driver support | Marvin Borner | |
2019-10-25 | Rewrite of paging and alloc functions | Marvin Borner | |
Still not working though :/ | |||
2019-10-25 | Probably fixed resolution finder when failing | Marvin Borner | |
2019-10-24 | Added basic VESA keyboard support | Marvin Borner | |
2019-10-24 | Re-enabled non-paging vesa drawing | Marvin Borner | |
I still can't exactly find the bug with paging and vesa drawing but it works when paging is disabled. | |||
2019-10-23 | Fixed page fault and added better resolution logging | Marvin Borner | |
2019-10-23 | Added es:di manual setting | Marvin Borner | |
2019-10-16 | Fixed framebuffer activation | Marvin Borner | |
2019-10-16 | Added some VGA fallback features | Marvin Borner | |
2019-10-15 | No more errors! | Marvin Borner | |
Still not working | |||
2019-10-14 | A different approach to mode setting | Marvin Borner | |
2019-10-14 | Trying some things | Marvin Borner | |
2019-10-13 | Fixed all compiler warnings | Marvin Borner | |
2019-10-13 | Improved code quality | Marvin Borner | |
2019-10-12 | Paging and heap rewrite | Marvin Borner | |
VESA drawing causes a Page fault because it tries to use a pointer to the framebuffer which was created before the paging has been initialized. If the resolution is set after the paging has been initialized the CPU throws a triple fault because the int32 call can not happen with paging turned on. To be fixed soon! | |||
2019-10-12 | Fixed text writing! | Marvin Borner | |
It probably didn't work before because I used the bits per pixel wrong :) | |||
2019-10-12 | Testing vesa text display | Marvin Borner | |
I absolutely don't know why it doesn't work :( | |||
2019-10-03 | Began EDID infomation fetching | Marvin Borner | |
2019-10-03 | Began replacement of VGA functions | Marvin Borner | |
Why does VGA/VESA not work when running on real hardware? | |||
2019-10-02 | Finally fixed VESA auto resolution finder | Marvin Borner | |
This was quite hard and strange but it works now! | |||
2019-09-30 | Added paging and fixed several bugs | Marvin Borner | |
2019-09-29 | Added some minor improvements | Marvin Borner | |
2019-09-26 | Added working support for segment:offset pointer | Marvin Borner | |
2019-09-25 | Fixed several TTY bugs and improved VESA detection | Marvin Borner | |
2019-09-25 | Started integrating vesa resolution finder | Marvin Borner | |
2019-09-24 | Added working VESA driver | Marvin Borner | |
Note to myself: Use Real/Protected mode correctly :) | |||
2019-09-24 | First successful VESA attempt | Marvin Borner | |
2019-09-23 | Further tried developing a working VESA driver (failing) | Marvin Borner | |
2019-09-21 | Added ACPI based shutdown command | Marvin Borner | |
2019-09-19 | Started development of vesa graphic driver | Marvin Borner | |