rulimine/stage2
2020-09-26 00:28:36 +02:00
..
drivers Fix performance issues introduced by #33 in the vbe code. 2020-09-26 00:04:56 +02:00
fs Fix ext2 warning 2020-09-23 17:18:48 +02:00
lib The color scheme can be changed using the configuration file. 2020-09-24 21:48:49 +02:00
mm Fix issue with int 13h DAP potentially not fitting within a single real mode segment; load stage 2 at 0x8000 and disable LTO as it is broken for some unknown reasons now 2020-09-25 22:36:26 +02:00
protos Minor fixes to Linux and Chainloading protocols 2020-09-26 00:28:36 +02:00
sys Reorganise headers 2020-09-21 12:15:55 +02:00
entry.asm Fix some warnings in the decompressor and do not use special symbol main() for entry points 2020-09-18 22:15:27 +02:00
limine.h Finish implementing SMP 2020-09-18 19:02:47 +02:00
linker.ld Fix issue with int 13h DAP potentially not fitting within a single real mode segment; load stage 2 at 0x8000 and disable LTO as it is broken for some unknown reasons now 2020-09-25 22:36:26 +02:00
main.c Complete background infrastructure and fix some bmp bugs 2020-09-22 00:18:13 +02:00
Makefile Fix bugs related to handling real mode switch in inline assembly sections; reenable LTO as that fixes it 2020-09-25 22:57:57 +02:00
menu.c Made the margin configurable. 2020-09-24 23:18:51 +02:00
menu.h Complete background infrastructure and fix some bmp bugs 2020-09-22 00:18:13 +02:00