commit | caa247847839e3219b249a2ea3097e1af4ae1770 | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Mon Jul 19 14:29:58 2021 -0700 |
committer | swissChili <swisschili@fastmail.com> | Mon Jul 19 14:29:58 2021 -0700 |
tree | 53ebac5ee43fb830aafe76171a92847a71262787 | |
parent | 4749d0228449ee978da504d6fd993f15fe96e550 [diff] [blame] |
Update documentation, fix EXT2 inode selection bug
diff --git a/src/kernel/Jmk b/src/kernel/Jmk index 0b1eac6..93af5fc 100644 --- a/src/kernel/Jmk +++ b/src/kernel/Jmk
@@ -77,6 +77,9 @@ @dd bs=4M count=8 if=/dev/zero of=$@ @$(patsubst hd0_%.img,mkfs.%,$@) $@ +fs-info: hd0_$(FS).img + tune2fs -l $< | grep -i inode + qemu: kernel.elf hd0_$(FS).img qemu-system-i386 $(QEMUFLAGS) -d cpu_reset -monitor stdio -kernel kernel.elf -no-reboot