From 2b7b69e1ffd00aefa60d73a5af3bacc1c803a930 Mon Sep 17 00:00:00 2001 From: Benji Dial Date: Wed, 25 Dec 2019 11:49:06 -0500 Subject: more progress --- makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index cf5dc6a..95236b9 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,8 @@ -floppy: kernel - #TODO +cd: kernel fs + mkdir -p out/fs/boot/grub + mv out/kernel.elf out/fs/boot/ + cp src/grub.cfg out/fs/boot/grub/ + grub2-mkrescue out/fs -o out/cd.iso --product-name=portland --product-version=0.0.9 kernel: obj out nasm src/kernel/stub.asm -o obj/kstub.o -f elf32 -- cgit v1.2.3