rulimine/stage2
mintsuki 12983f327b Fix bug in elf lib where a very large buffer could be accidentally allocated on the stack 2020-10-24 15:28:12 +02:00
..
drivers BIOS disk driver: do not make assumptions about sector size being 512 bytes 2020-10-18 06:40:56 +02:00
fs Remove conv_mem_rewind() as it could be a dangerous source of bugs, modify code that used it accordingly 2020-10-20 08:59:19 +02:00
lib Fix bug in elf lib where a very large buffer could be accidentally allocated on the stack 2020-10-24 15:28:12 +02:00
mm Change return type of cpuid(), add APIC existance check, do not assume BSP APIC ID to be 0 2020-10-24 08:07:46 +02:00
protos Change return type of cpuid(), add APIC existance check, do not assume BSP APIC ID to be 0 2020-10-24 08:07:46 +02:00
sys Change return type of cpuid(), add APIC existance check, do not assume BSP APIC ID to be 0 2020-10-24 08:07:46 +02:00
Makefile Fix up make clean 2020-10-12 21:42:05 +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 Move A20 handler out of bootsector and into stage 2 2020-10-16 16:06:39 +02:00
menu.c VBE: Add margin gradient 2020-09-30 17:29:07 +02:00
menu.h Complete background infrastructure and fix some bmp bugs 2020-09-22 00:18:13 +02:00