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
/
Boot
Age
Commit message (
Expand
)
Author
2019-06-02
Kernel: Make better use of the multiboot info.
Andreas Kling
2019-05-18
Kernel: Pass ELF program header locations from multiboot to kernel.
Andreas Kling
2019-05-17
Kernel: Clear the X86 direction flag (DF) in the boot loader.
Andreas Kling
2019-04-01
Kernel: Use a multiboot header instead of a convoluted two-part bootloader.
Andreas Kling
2019-02-12
Bootloader: Bump sector count once again.
Andreas Kling
2019-02-06
Bootloader: Locate the kernel's data segment and clear it.
Andreas Kling
2019-02-06
Kernel: Much improved BochsVGA (BXVGA) support.
Andreas Kling
2019-01-09
Switch into 1024x768x32bpp VESA LFB mode at boot.
Andreas Kling
2018-11-10
Merge VGA into VirtualConsole.
Andreas Kling
2018-10-27
Enable A20 line at boot.
Andreas Kling
2018-10-27
Turn off the floppy drive after the boot loader is finished.
Andreas Kling
2018-10-25
Remove old DatBuffer class.
Andreas Kling
2018-10-21
Move post-boot kernel stack pointer to 0x4000.
Andreas Kling
2018-10-17
Print the contents of motd.txt on boot.
Andreas Kling
2018-10-17
Integrate ext2 from VFS into Kernel.
Andreas Kling
2018-10-16
Import the "gerbert" kernel I worked on earlier this year.
Andreas Kling