summaryrefslogtreecommitdiff
path: root/Kernel/Arch/i386/Boot
AgeCommit message (Expand)Author
2021-01-19Boot: Fix undefined Multiboot behaviorsJean-Baptiste Boric
2020-08-01Kernel: Tell the bootloader to put us into graphics modeetaIneLp
2020-07-01Kernel: Implement software context switching and Processor structureTom
2020-06-04Kernel: Detect APs and boot them into protected modeTom
2020-05-28Kernel: Stop bootloader from setting video mode with MultibootetaIneLp
2020-05-26Kernel: Unmap first MB after jumping above 3GBetaIneLp
2020-05-26Kernel: Create page structures correctly in boot.setaIneLp
2020-01-17Kernel: Move kernel above the 3GB virtual address markAndreas Kling
2019-12-25Kernel: Enable PAE (Physical Address Extension)Andreas Kling
2019-11-23Revert "Kernel: Move Kernel mapping to 0xc0000000"Andreas Kling
2019-11-22Kernel: Move Kernel mapping to 0xc0000000Jesse Buhagiar
2019-11-08Kernel: Removing hardcoded offsets from Memory Managersupercomputer7
2019-11-06Kernel: Don't build with -mregparm=3Andreas Kling
2019-11-03Kernel: Remove nonsense in bootstrap codeAndreas Kling
2019-10-20Kernel: Move Boot/ into Arch/i386/Boot (#667)Tidux