From ece6e9c1d069d1f814c0bd12a99c73638268a502 Mon Sep 17 00:00:00 2001 From: notsomeidiot123 Date: Thu, 22 Jan 2026 12:53:51 -0500 Subject: [PATCH] Update makefile --- makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/makefile b/makefile index f457ff7..852a956 100644 --- a/makefile +++ b/makefile @@ -27,12 +27,10 @@ tools: mount: bootloader tools kernel cp bin/bootloader.bin image.bin - qemu-img resize -f raw image.bin 512M - ./diskwrite -l idm.elf ifsm.elf kernel.elf -o image.bin + qemu-img resize -f raw image.bin 64M + tar --format=ustar -cf initrd.rd idm.elf ifsm.elf initrc.conf + ./diskwrite initrd.rd kernel.elf -o image.bin sudo mount image.bin mount - sudo mkdir mount/mod - sudo mkdir mount/bin - sudo mkdir mount/sys @echo "\e[31mrun 'sudo umount mount' to unmount\e[0m" bootloader: