Skip to content

Commit

Permalink
ports/limine: Upgrade to 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mintsuki committed Aug 2, 2024
1 parent 9d5c418 commit 8b8c3ed
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
12 changes: 0 additions & 12 deletions build-support/limine.cfg

This file was deleted.

12 changes: 12 additions & 0 deletions build-support/limine.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
timeout: 2

/Vinix
protocol: limine
kaslr: no
kernel_path: boot():/boot/vinix
module_path: boot():/boot/initramfs.tar

/Vinix (KASLR)
protocol: limine
kernel_path: boot():/boot/vinix
module_path: boot():/boot/initramfs.tar
2 changes: 1 addition & 1 deletion build-support/makeiso.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rm -rf iso_root
mkdir -pv iso_root/boot
cp sysroot/usr/share/vinix/vinix iso_root/boot/
cp initramfs.tar iso_root/boot/
cp build-support/limine.cfg iso_root/boot/
cp build-support/limine.conf iso_root/boot/

# Install the limine binaries.
cp host-pkgs/limine/usr/local/share/limine/limine-bios.sys iso_root/boot/
Expand Down
4 changes: 2 additions & 2 deletions recipes/limine
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name=limine
version=7.13.3
version=8.0.0
revision=1
tarball_url="https://github.com/limine-bootloader/limine/releases/download/v${version}/limine-${version}.tar.gz"
tarball_blake2b="bab17f62d1ea97881543c6ca2b9a25f2c2a575d37fbb6ec4af047b2aa0a5a0ca8dbc585e669b525142f42d35a4682054023d93216bb3ae53ebc47ca14a05663f"
tarball_blake2b="502aaace54a590aa1f4f1d1f9a3225ae536975c62733b8d06c96ec90ccc236eec1d5c8af1db1f0113166f9f44699e9dbc859a7fafd66ef6f87d8978fbef56380"
source_hostdeps="autoconf automake libtool pkg-config"
imagedeps="mtools nasm"
hostdeps="gcc autoconf automake libtool pkg-config"
Expand Down

0 comments on commit 8b8c3ed

Please sign in to comment.