summaryrefslogtreecommitdiff
path: root/Meta/grub-mbr.cfg
AgeCommit message (Collapse)Author
2022-09-02Meta: Use correct boot device selections when using GRUB imagesLiav A
2022-08-14Everywhere: Get rid of the fbdev kernel boot argument remaindersLiav A
2021-10-25Kernel: Separate framebuffers from bootmodeBen Wiederhake
Bootmode used to control framebuffers, panic behavior, and SystemServer. This patch factors framebuffer control into a separate flag. Note that the combination 'bootmode=self-test fbdev=on' leads to unexpected behavior, which can only be fixed in a later commit.
2021-07-18Kernel: Fix GRUB config by specifying the correct file nameGunnar Beutner
2021-07-18Kernel: Introduce basic pre-kernel environmentGunnar Beutner
This implements a simple bootloader that is capable of loading ELF64 kernel images. It does this by using QEMU/GRUB to load the kernel image from disk and pass it to our bootloader as a Multiboot module. The bootloader then parses the ELF image and sets it up appropriately. The kernel's entry point is a C++ function with architecture-native code. Co-authored-by: Liav A <liavalb@gmail.com>
2021-05-16Meta: Update grub configuration to adopt the new textual boot modeLiav A
2020-05-28Kernel: Stop bootloader from setting video mode with MultibootetaIneLp
Meta: Update INSTALL.md and grub configs for new boot_mode option
2020-05-28Meta: Grub configs use correct kernel image nameetaIneLp
2020-05-14Build: Switch to CMake :^)Sergey Bugaev
Closes https://github.com/SerenityOS/serenity/issues/2080