commit | 276b8cf5efcd5e36705e3153d3412853f997f670 | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Fri Jul 16 13:24:42 2021 -0700 |
committer | swissChili <swisschili@fastmail.com> | Fri Jul 16 13:24:42 2021 -0700 |
tree | 02fe251f920b7a177ab3ee28de6bdfda970c5e69 | |
parent | 484295de5bdc18ee5fb59ffebe2d89a647a5f225 [diff] [blame] |
Fix bug in ATA PIO driver
diff --git a/src/kernel/Jmk b/src/kernel/Jmk index 2e842a1..cbce0a2 100644 --- a/src/kernel/Jmk +++ b/src/kernel/Jmk
@@ -27,7 +27,7 @@ LDFLAGS += -Tlink.ld -melf_i386 ASMFLAGS += -felf -Fdwarf -QEMUFLAGS = -hda hd0_$(FS).img +QEMUFLAGS = -hda hd0_ext2.img OBJECTS = boot.o \ main.o \