summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorBenji Dial <benji6283@gmail.com>2020-09-13 18:29:53 -0400
committerBenji Dial <benji6283@gmail.com>2020-09-13 18:29:53 -0400
commit54101cf327b7def90636babbadbb66ce697298ee (patch)
tree4723c6803e855b3a82c4020bb6f287b43a080cb4 /makefile
parent5481848e27fdd4fc859def9841a0283665531a46 (diff)
downloadportland-os-54101cf327b7def90636babbadbb66ce697298ee.tar.gz
making elf loader zero bss sections
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 31f6503..25582d1 100644
--- a/makefile
+++ b/makefile
@@ -8,7 +8,7 @@ out/disk.vdi: out/disk.img
VBoxManage convertfromraw out/disk.img out/disk.vdi --uuid a61929ed-3bf2-45ff-b98a-44f87c616dba
out/disk.img: out/kernel.bin out/boot.bin out/fs
- #TODO: have this regenerate after out/fs
+ #TODO: have this regenerate after out/fs
mkdir -p obj
/sbin/mkfs.fat -C -f 1 -F 16 -n "PORTLAND OS" -R 65 -s 1 -S 512 obj/shadow.img 8192
echo -n -e '\xeb\x3c' > obj/jmp.bin