mirror of
https://github.com/limine-bootloader/limine
synced 2025-01-06 04:42:16 +03:00
commit
b775e08698
4
Makefile
4
Makefile
@ -60,7 +60,7 @@ ext2-test: test.img
|
||||
sudo losetup -d `cat loopback_dev`
|
||||
rm -rf test_image loopback_dev
|
||||
./limine-install limine.bin test.img
|
||||
qemu-system-x86_64 -net none -smp 4 -enable-kvm -cpu host -hda test.img -debugcon
|
||||
qemu-system-x86_64 -net none -smp 4 -enable-kvm -cpu host -hda test.img -debugcon stdio
|
||||
|
||||
fat32-test: test.img
|
||||
$(MAKE) -C test
|
||||
@ -78,4 +78,4 @@ fat32-test: test.img
|
||||
sudo losetup -d `cat loopback_dev`
|
||||
rm -rf test_image loopback_dev
|
||||
./limine-install limine.bin test.img
|
||||
qemu-system-x86_64 -net none -smp 4 -enable-kvm -cpu host -hda test.img -debugcon
|
||||
qemu-system-x86_64 -net none -smp 4 -enable-kvm -cpu host -hda test.img -debugcon stdio
|
||||
|
Loading…
Reference in New Issue
Block a user