index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
Arch
/
i386
/
Boot
Age
Commit message (
Expand
)
Author
2021-01-19
Boot: Fix undefined Multiboot behaviors
Jean-Baptiste Boric
2020-08-01
Kernel: Tell the bootloader to put us into graphics mode
etaIneLp
2020-07-01
Kernel: Implement software context switching and Processor structure
Tom
2020-06-04
Kernel: Detect APs and boot them into protected mode
Tom
2020-05-28
Kernel: Stop bootloader from setting video mode with Multiboot
etaIneLp
2020-05-26
Kernel: Unmap first MB after jumping above 3GB
etaIneLp
2020-05-26
Kernel: Create page structures correctly in boot.s
etaIneLp
2020-01-17
Kernel: Move kernel above the 3GB virtual address mark
Andreas Kling
2019-12-25
Kernel: Enable PAE (Physical Address Extension)
Andreas Kling
2019-11-23
Revert "Kernel: Move Kernel mapping to 0xc0000000"
Andreas Kling
2019-11-22
Kernel: Move Kernel mapping to 0xc0000000
Jesse Buhagiar
2019-11-08
Kernel: Removing hardcoded offsets from Memory Manager
supercomputer7
2019-11-06
Kernel: Don't build with -mregparm=3
Andreas Kling
2019-11-03
Kernel: Remove nonsense in bootstrap code
Andreas Kling
2019-10-20
Kernel: Move Boot/ into Arch/i386/Boot (#667)
Tidux