Skip to content

Commit add93db

Browse files
committed
update stuckle in kernel load
1 parent 8aae5bd commit add93db

File tree

7 files changed

+936
-504
lines changed

7 files changed

+936
-504
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ log/
1111
*.hex
1212
*.iso
1313
*.zip
14+
src/kernel/boot/1

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ clean:
594594
bootcd:
595595
/mingw64/bin/qemu-system-x86_64.exe \
596596
-drive file=$(BIN_DIR)/bootcd.iso,if=none,media=cdrom,id=cdrom0 \
597-
-machine q35,i8042=on \
597+
-machine q35,i8042=on \
598598
-device ich9-ahci,id=ahci0 \
599599
-device ide-cd,drive=cdrom0,bus=ahci0.0 \
600600
-boot d -m 512M

build/bin/kernel.map

Lines changed: 426 additions & 426 deletions
Large diffs are not rendered by default.

docs/assets/img/qemu.png

264 KB
Loading

0 commit comments

Comments
 (0)