AFUERA part2

This commit is contained in:
2025-01-08 08:30:23 +01:00
parent a8582ba343
commit abeb22eaab
8 changed files with 1 additions and 452 deletions

View File

@@ -49,16 +49,11 @@ toolchain:
wget $(TOOLCHAIN_SRC)
tar xf $(TOOLCHAIN_FILE)
iso: kernel.elf initrd
iso: kernel.elf
cp kernel.elf iso/boot/kernel.elf
cp grub.cfg iso/boot/grub/grub.cfg
grub-mkrescue iso -o blankos.iso
initrd:
mkdir -p iso/boot/grub
tar -cf $(OBJ_DIR)/initrd.tar -C initrd .
cp $(OBJ_DIR)/initrd.tar iso/boot
run: iso
qemu-system-i386 -drive file=blankos.iso,format=raw