summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Holman <dholman@gymli.org>2024-02-21 12:38:24 -0600
committerDanny Holman <dholman@gymli.org>2024-02-21 12:38:24 -0600
commitae9eeff0ce79def2c51e361acbdecdee7fc4ecb1 (patch)
tree97ec81dbf254078c1d21a8438d0403c1fe88528c
parenta19ae009f9f571d25a90aca5cc5e05d3c76e1aed (diff)
README: update copyright line
Update the copyright year and contact email in the README file. Signed-off-by: Danny Holman <dholman@gymli.org>
-rw-r--r--.gitignore6
-rw-r--r--Makefile6
-rw-r--r--README.md2
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