From ae9eeff0ce79def2c51e361acbdecdee7fc4ecb1 Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Wed, 21 Feb 2024 12:38:24 -0600 Subject: README: update copyright line Update the copyright year and contact email in the README file. Signed-off-by: Danny Holman --- .gitignore | 6 ++++++ Makefile | 6 +++--- README.md | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 224e6e3..a9a564b 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,12 @@ # Top-level files /vmbox +/a.img +/bochsrc +/debug.log + +# Image generation files +/img/ # Don't ignore these! !.gitattributes diff --git a/Makefile b/Makefile index 175adb5..5db0d5e 100644 --- a/Makefile +++ b/Makefile @@ -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) diff --git a/README.md b/README.md index 15fa1c6..778e206 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3