]> git.lizzy.rs Git - loadnothing.git/blobdiff - Makefile
Init more registers
[loadnothing.git] / Makefile
index 9856b63fcfe611e0a0635fa366a5c4040aeb0ece..d6a4fe5e923143524b49ad836d731b02b057ca7b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,9 +11,9 @@ stage2/target/x86_64-loadnothing/debug/stage2: stage2/src/main.rs
        cd stage2 && cargo build
 
 nothing.img: magic.bin stage1/boot.bin stage2/target/x86_64-loadnothing/debug/stage2
-       dd if=/dev/zero of=nothing.img bs=32M count=1
+       dd if=/dev/zero of=nothing.img bs=16M count=1
        parted -s nothing.img mklabel msdos
-       parted -s -a optimal nothing.img mkpart primary fat32 16M 100%
+       parted -s -a optimal nothing.img mkpart primary fat32 256s 100%
        doas losetup /dev/loop1 nothing.img
        doas mkfs.fat /dev/loop1p1
        doas losetup -d /dev/loop1