mirror of
https://gitlab.os-k.eu/os-k-team/os-k.git
synced 2023-08-25 14:03:10 +02:00
corrected typo
This commit is contained in:
parent
6268762952
commit
3326b4a18b
24
Makefile
24
Makefile
@ -321,43 +321,43 @@ all : $(CROSS-CC-DIR)/bin/x86_64-elf-gcc
|
|||||||
|
|
||||||
test: all installonimage
|
test: all installonimage
|
||||||
@qemu-system-x86_64 -vga std -enable-kvm -machine type=q35 \
|
@qemu-system-x86_64 -vga std -enable-kvm -machine type=q35 \
|
||||||
-cpu host -s -rtc base=localtime -m $(ram) \
|
-cpu host -rtc base=localtime -m $(ram) \
|
||||||
-drive file=$(installdisk),index=0,media=disk,format=raw \
|
-drive file=$(installdisk),index=0,media=disk,format=raw \
|
||||||
-net nic,model=rtl8139 -audiodev id=pa,driver=pa \
|
-net nic,model=rtl8139 -audiodev id=pa,driver=pa \
|
||||||
-machine pcspk-audiodev=pa \
|
-machine pcspk-audiodev=pa \
|
||||||
-d guest_errors,int,pcall -D $(BUILDDIR)/qemu.log &
|
-d guest_errors,int,pcall -D $(BUILDDIR)/qemu.log
|
||||||
|
|
||||||
run: test
|
run: test
|
||||||
|
|
||||||
testnokvm: all installonimage
|
testnokvm: all installonimage
|
||||||
@qemu-system-x86_64 -vga std -machine type=q35 \
|
@qemu-system-x86_64 -vga std -machine type=q35 \
|
||||||
-cpu host -s -rtc base=localtime -m $(ram) \
|
-cpu host -rtc base=localtime -m $(ram) \
|
||||||
-drive file=$(installdisk),index=0,media=disk,format=raw \
|
-drive file=$(installdisk),index=0,media=disk,format=raw \
|
||||||
-net nic,model=rtl8139 -audiodev id=pa,driver=pa \
|
-net nic,model=rtl8139 -audiodev id=pa,driver=pa \
|
||||||
-machine pcspk-audiodev=pa \
|
-machine pcspk-audiodev=pa \
|
||||||
-d guest_errors,int,pcall -D $(BUILDDIR)/qemu.log &
|
-d guest_errors,int,pcall -D $(BUILDDIR)/qemu.log
|
||||||
|
|
||||||
testnosnd: all installonimage
|
testnosnd: all installonimage
|
||||||
@qemu-system-x86_64 -vga std -enable-kvm -machine type=q35 \
|
@qemu-system-x86_64 -vga std -enable-kvm -machine type=q35 \
|
||||||
-cpu host -s -rtc base=localtime -m $(ram) \
|
-cpu host -rtc base=localtime -m $(ram) \
|
||||||
-drive file=$(installdisk),index=0,media=disk,format=raw \
|
-drive file=$(installdisk),index=0,media=disk,format=raw \
|
||||||
-net nic,model=rtl8139 \
|
-net nic,model=rtl8139 \
|
||||||
-d guest_errors,int,pcall -D $(BUILDDIR)/qemu.log &
|
-d guest_errors,int,pcall -D $(BUILDDIR)/qemu.log
|
||||||
|
|
||||||
test32: all installonimage
|
test32: all installonimage
|
||||||
@qemu-system-i386 -vga std -enable-kvm -machine type=q35 \
|
@qemu-system-i386 -vga std -enable-kvm -machine type=q35 \
|
||||||
-cpu host -s -rtc base=localtime -m $(ram) \
|
-cpu host -rtc base=localtime -m $(ram) \
|
||||||
-drive file=$(installdisk),index=0,media=disk,format=raw \
|
-drive file=$(installdisk),index=0,media=disk,format=raw \
|
||||||
-net nic,model=rtl8139 -audiodev id=pa,driver=pa \
|
-net nic,model=rtl8139 -audiodev id=pa,driver=pa \
|
||||||
-machine pcspk-audiodev=pa \
|
-machine pcspk-audiodev=pa \
|
||||||
-d guest_errors,int,pcall -D $(BUILDDIR)/qemu.log &
|
-d guest_errors,int,pcall -D $(BUILDDIR)/qemu.log
|
||||||
|
|
||||||
gdb: all installonimage
|
gdb: all installonimage
|
||||||
@setsid qemu-system-x86_64 -vga std -enable-kvm -machine type=q35 \
|
@setsid qemu-system-x86_64 -vga std -enable-kvm -machine type=q35 \
|
||||||
-cpu host -s -rtc base=localtime -m $(ram) \
|
-cpu host -rtc base=localtime -m $(ram) \
|
||||||
-drive file=$(installdisk),index=0,media=disk,format=raw \
|
-drive file=$(installdisk),index=0,media=disk,format=raw \
|
||||||
-net nic,model=rtl8139 -audiodev id=pa,driver=pa \
|
-net nic,model=rtl8139 -audiodev id=pa,driver=pa \
|
||||||
-machine pcspk-audiodev=pa -no-reboot -no-shutdown\
|
-machine pcspk-audiodev=pa -no-reboot -no-shutdown \
|
||||||
-d guest_errors,int,pcall -s -S -D $(BUILDDIR)/qemu.log &
|
-d guest_errors,int,pcall -s -S -D $(BUILDDIR)/qemu.log &
|
||||||
@gdb \
|
@gdb \
|
||||||
-ex "set arch i386:x86-64" \
|
-ex "set arch i386:x86-64" \
|
||||||
@ -377,7 +377,7 @@ ddd: all installonimage
|
|||||||
|
|
||||||
gdbnokvm: all installonimage
|
gdbnokvm: all installonimage
|
||||||
@setsid qemu-system-x86_64 -vga std -machine type=q35 \
|
@setsid qemu-system-x86_64 -vga std -machine type=q35 \
|
||||||
-cpu host -s -rtc base=localtime -m $(ram) \
|
-cpu host -rtc base=localtime -m $(ram) \
|
||||||
-drive file=$(installdisk),index=0,media=disk,format=raw \
|
-drive file=$(installdisk),index=0,media=disk,format=raw \
|
||||||
-net nic,model=rtl8139 -audiodev id=pa,driver=pa \
|
-net nic,model=rtl8139 -audiodev id=pa,driver=pa \
|
||||||
-machine pcspk-audiodev=pa -no-reboot -no-shutdown\
|
-machine pcspk-audiodev=pa -no-reboot -no-shutdown\
|
||||||
@ -390,7 +390,7 @@ gdbnokvm: all installonimage
|
|||||||
|
|
||||||
dddnokvm: all installonimage
|
dddnokvm: all installonimage
|
||||||
@setsid qemu-system-x86_64 -vga std -machine type=q35 \
|
@setsid qemu-system-x86_64 -vga std -machine type=q35 \
|
||||||
-cpu host -s -rtc base=localtime -m $(ram) \
|
-cpu host -rtc base=localtime -m $(ram) \
|
||||||
-drive file=$(installdisk),index=0,media=disk,format=raw \
|
-drive file=$(installdisk),index=0,media=disk,format=raw \
|
||||||
-net nic,model=rtl8139 -audiodev id=pa,driver=pa \
|
-net nic,model=rtl8139 -audiodev id=pa,driver=pa \
|
||||||
-machine pcspk-audiodev=pa -no-reboot -no-shutdown\
|
-machine pcspk-audiodev=pa -no-reboot -no-shutdown\
|
||||||
|
Loading…
Reference in New Issue
Block a user