some defaults

Signed-off-by: SergeySlice <sergey.slice@gmail.com>
This commit is contained in:
SergeySlice 2023-09-01 19:59:08 +03:00
parent 43e72fd14c
commit e629080709
3 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@ -33,6 +33,7 @@ build/
!default.mode2v3
!default.perspectivev3
xcuserdata/
project.xcworkspace/
# Translation files
CloverUpdater.strings

View File

@ -82,14 +82,13 @@ diskutil eject disk4
-machine q35 \
-device ahci,id=ahi \
-drive format=raw,id=hda,file=./disk_image_gpt.img \
-drive format=raw,id=hdb,file=./freedos.img \
-usb \
-device usb-mouse,bus=usb-bus.0,port=2 \
-device usb-kbd,bus=usb-bus.0,port=1 \
-serial file:./serial0_qemu_out.log \
-gdb tcp::9000
# -drive format=raw,id=hdb,file=./freedos.img \
# -device VGA,vgamem_mb=64,edid=on,xres=1024,yres=768 \
# -hdb "/JiefLand/Mac OS X 11.0.Beta10.vmwarevm/Virtual Disk.vmdk" \
# -hdc /JiefLand/5.Devel/Clover/CloverEfi.vmw/ElCapitan.vmdk \

View File

@ -40,7 +40,7 @@ M_NOGRUB=0
M_APPLEHFS=0
# Default values
export TOOLCHAIN=GCC53
export TOOLCHAIN=GCC131
export TARGETARCH=X64
export BUILDTARGET=RELEASE
export BUILDTHREADS=$(( NUMBER_OF_CPUS + 1 ))
@ -246,6 +246,7 @@ usage() {
print_option_help "-llvm" "use LLVM toolchain"
print_option_help "-gcc49" "use GCC 4.9 toolchain"
print_option_help "-gcc53" "use GCC 5.3 toolchain, including gcc-11"
print_option_help "-gcc131" "use GCC 13.1 toolchain"
print_option_help "-unixgcc" "use UNIXGCC toolchain, unsupported"
print_option_help "-xcode" "use XCode 3.2 toolchain"
print_option_help "-xcode5" "use XCode 5 toolchain, "