Skip to content

Commit

Permalink
Bump limine version
Browse files Browse the repository at this point in the history
  • Loading branch information
Lockna committed Aug 20, 2024
1 parent cc1a6bb commit 95d7c71
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 21 deletions.
4 changes: 2 additions & 2 deletions build/xtask/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ fn build(sh: &Shell, rl: bool, mut args: Arguments) -> Result<()> {
cmd!(
sh,
"git clone https://github.com/limine-bootloader/limine.git
--branch=v6.x-branch-binary
--branch=v8.x-binary
--depth=1"
)
.run()?;
Expand Down Expand Up @@ -142,7 +142,7 @@ fn build(sh: &Shell, rl: bool, mut args: Arguments) -> Result<()> {
let dir = dir.create_dir("BOOT")?;

copy_to_image(&dir, "./xernel/kernel/limine/BOOTX64.EFI", "BOOTX64.EFI")?;
copy_to_image(&dir, "./xernel/kernel/limine.cfg", "limine.cfg")?;
copy_to_image(&dir, "./xernel/kernel/limine.conf", "limine.conf")?;
}
fs.unmount()?;

Expand Down
19 changes: 0 additions & 19 deletions xernel/kernel/limine.cfg

This file was deleted.

17 changes: 17 additions & 0 deletions xernel/kernel/limine.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@

# Timeout in seconds that Limine will use before automatically booting.
timeout: 0

# The entry name that will be displayed in the boot menu
/xernel

# Change the protocol line depending on the used protocol.
protocol: limine

kernel_path: boot():/xernel

module_path: boot():/logo.bmp
module_cmdline: "logo"

#MODULE_PATH=boot:///xernel
#MODULE_CMDLINE="xernel"

0 comments on commit 95d7c71

Please sign in to comment.