summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-06-07 13:28:16 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2017-06-07 13:28:16 +0200
commitbf8813b5bf010458504e24e29f684a191d8a9706 (patch)
tree9841005437f7e3af6af95e635927531eef0d91fa /src/Makefile
parent03b54c5ab504e8a9abafaf60c7b4fed4f8629ea6 (diff)
downloadabaos-bf8813b5bf010458504e24e29f684a191d8a9706.tar.gz
abaos-bf8813b5bf010458504e24e29f684a191d8a9706.tar.bz2
scanning and printing PCI bus devices
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index 9c793df..f258160 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -90,11 +90,11 @@ clean:
-rm -f boot.bin kernel.bin kernel.sym kernel.elf image.bin magic.bin *.o boot.map image.tmp
run-qemu: image.bin
- qemu-system-i386 -d guest_errors -m 32 -drive "file=image.bin,if=ide,format=raw" \
+ qemu-system-i386 -net nic,model=ne2k_pci -d guest_errors -m 32 -drive "file=image.bin,if=ide,format=raw" \
-serial file:serial.log
run-qemu-debug: image.bin
- qemu-system-i386 -S -s -d guest_errors -m 32 -drive "file=image.bin,if=ide,format=raw" \
+ qemu-system-i386 -net nic,model=ne2k_pci -S -s -d guest_errors -m 32 -drive "file=image.bin,if=ide,format=raw" \
-serial file:serial.log
run-bochs: