Integrate LZ4 library, compress the ramdisk
All checks were successful
Build documentation / build-and-deploy (push) Successful in 1m53s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 1m53s
This commit is contained in:
@@ -8,6 +8,7 @@ if [ "$1" = "debug" ]; then
|
||||
debugopt="buildtype=debug"
|
||||
fi
|
||||
|
||||
make -B all_lz4
|
||||
make -B all_kernel "$debugopt"
|
||||
make -B all_libsystem "$debugopt"
|
||||
make -B all_liballoc "$debugopt"
|
||||
|
||||
@@ -11,7 +11,7 @@ cp -v boot/limine/limine-bios.sys boot/limine/limine-bios-cd.bin \
|
||||
|
||||
cp -v boot/limine/BOOTX64.EFI boot/limine/BOOTIA32.EFI iso_root/EFI/BOOT
|
||||
|
||||
cp -v mop3dist.tar iso_root/boot
|
||||
cp -v mop3dist.tar.lz4 iso_root/boot
|
||||
|
||||
xorriso -as mkisofs -R -r -J -b boot/limine/limine-bios-cd.bin \
|
||||
-no-emul-boot -boot-load-size 4 -boot-info-table -hfsplus \
|
||||
|
||||
Reference in New Issue
Block a user