diff options
-rw-r--r-- | .gitignore | 6 | ||||
-rw-r--r-- | Makefile | 6 | ||||
-rw-r--r-- | README.md | 2 |
3 files changed, 10 insertions, 4 deletions
@@ -23,6 +23,12 @@ # Top-level files /vmbox +/a.img +/bochsrc +/debug.log + +# Image generation files +/img/ # Don't ignore these! !.gitattributes @@ -80,9 +80,9 @@ install-disk: $(KERNEL) bximage -q -func=create -fd=1.44M a.img mkdosfs a.img syslinux -i a.img - mcopy -i a.img libcom32.c32 ::libcom32.c32 - mcopy -i a.img mboot.c32 ::mboot.c32 - mcopy -i a.img syslinux.cfg ::syslinux.cfg + mcopy -i a.img img/libcom32.c32 ::libcom32.c32 + mcopy -i a.img img/mboot.c32 ::mboot.c32 + mcopy -i a.img img/syslinux.cfg ::syslinux.cfg mcopy -i a.img vmbox ::vmbox run: $(KERNEL) @@ -12,4 +12,4 @@ You will need the following to compile the Box kernel: ## Copyright -Copyright (C) 2021 Danny Holman, dholman@gymli.xyz +Copyright (C) 2024 Danny Holman, dholman@gymli.org |