moved everything to chookspace
This commit is contained in:
8
kernel/run2.bat
Normal file
8
kernel/run2.bat
Normal file
@@ -0,0 +1,8 @@
|
||||
set OSNAME=CustomOS
|
||||
set BUILDDIR=%0/../bin
|
||||
set OVMFDIR=%0/../../OVMFbin
|
||||
|
||||
set BUILDDIR=%BUILDDIR:"=%
|
||||
set OVMFDIR=%OVMFDIR:"=%
|
||||
qemu-system-x86_64 -drive file=%BUILDDIR%/%OSNAME%.img -m 256M -cpu qemu64 -drive if=pflash,format=raw,unit=0,file=%OVMFDIR%/OVMF_CODE-pure-efi.fd,readonly=on -drive if=pflash,format=raw,unit=1,file=%OVMFDIR%/OVMF_VARS-pure-efi.fd -net none
|
||||
pause
|
||||
Reference in New Issue
Block a user