Commit graph

175 commits

Author SHA1 Message Date
Kroese
6672deb920
fix: Use temporary file when extracting ROM (#352) 2025-10-17 17:18:21 +02:00
Kroese
b1d47f113b
feat: Load memory module (#349) 2025-10-17 13:31:46 +02:00
Kroese
9c8458d30b
fix: Use Skylake CPU model for macOS 14+ on AMD (#341) 2025-10-15 21:33:53 +02:00
Kroese
4c529524ad
build: Update QEMU base image to v7.22 (#332) 2025-10-08 22:06:07 +02:00
Kroese
7f1202725c
build: Update QEMU base image to v7.21 (#330) 2025-10-07 01:17:59 +02:00
Kroese
6c6f929adf
fix: Correct Tahoe version number (#329) 2025-10-03 11:17:16 +02:00
Kroese
feac11ef9a
feat: Add startup hook (#328) 2025-10-03 11:15:21 +02:00
Kroese
45b966703e
feat: Set default to Sonoma (#321) 2025-09-30 11:33:07 +02:00
Kroese
1f31b50ff8
feat: Added custom BIOS logo (#319) 2025-09-30 01:16:08 +02:00
Kroese
4e804a1ef9
feat: Update warning messages (#314) 2025-09-24 16:42:50 +02:00
Kroese
f9ea2f2781
fix: Move KVM warning (#313) 2025-09-23 16:16:11 +02:00
Kroese
35c7419044
feat: Disable VMX cpu flag (#312) 2025-09-23 15:24:23 +02:00
Kroese
8e7572b1ff
feat: Add additional KVM check (#311) 2025-09-23 08:57:35 +02:00
Kroese
125f14164b
feat: Disable unsupported CPU flags in TCG mode (#310) 2025-09-23 08:44:48 +02:00
Kroese
d4add50eb4
fix: Variable expansion in retry loop (#308) 2025-09-22 21:32:25 +02:00
Kroese
c787b8dd13
feat: Show delay progress (#306)
Added a delay function to handle retry messages for failed downloads.
2025-09-22 07:21:26 +02:00
Kroese
54e08a9425
revert: Simplify conditional checks (#305)
This reverts commit 733266fd6c.
2025-09-21 23:06:48 +02:00
Kroese
733266fd6c
fix: Simplify conditional checks (#304) 2025-09-21 15:04:44 +02:00
Kroese
a737399811
fix: Simplify conditional checks (#302) 2025-09-20 23:48:56 +02:00
Kroese
109b84fd6f
feat: Resume failed download (#301) 2025-09-20 14:46:28 +02:00
Kroese
a82c3b58fd
feat: Cleanup old files before installation (#299) 2025-09-17 18:35:00 +02:00
Kroese
7d85112d12
feat: Restrict AMD CPU's to a single core (#297) 2025-09-15 22:09:51 +02:00
Kroese
f15a2d6ae5
feat: Create subfolder only after version is checked (#296) 2025-09-15 17:58:15 +02:00
Kroese
827f458cae
feat: Seperate subfolders for each version (#295)
Allows for easier version management as there is no need to clear the /storage folder anymore when switching between macOS releases.
2025-09-15 17:37:53 +02:00
Kroese
27a66f4748
feat: Remove leading and trailing spaces from VERSION (#294) 2025-09-15 14:18:24 +02:00
Kroese
0ffd7852fe
fix: Set BIOS variable (#233) 2025-03-27 00:18:30 +01:00
Kroese
453ec734ba
feat: Remove non-printable characters (#228) 2025-03-24 14:01:17 +01:00
Kroese
6d588e42e1
fix: Platform variable (#222) 2025-03-20 16:50:18 +01:00
Kroese
6d65c6cfbb
docs: Github Codespaces (#217) 2025-03-18 14:15:12 +01:00
Kroese
d07d09ea48
feat: Switch to port 80 (#212) 2025-03-17 16:44:07 +01:00
Kroese
422ded1364
feat: Improved download method (#211) 2025-03-16 13:59:01 +01:00
Kroese
ad46446f1b
feat: Verify clock source (#207) 2025-03-15 14:10:59 +01:00
Kroese
3768d0f3df
feat: Make app name configurable (#197)
Some checks failed
Build / Test (push) Has been cancelled
Build / Build (push) Has been cancelled
2025-02-25 15:13:03 +01:00
Kroese
72971f2df5
fix: Remove Sequoia patch (#182)
Some checks failed
Build / Test (push) Has been cancelled
Build / Build (push) Has been cancelled
2025-01-30 12:42:28 +01:00
thinker007
b37ed52881
fix: Use kern.hv_vmm_present=0 for Sequoia (#160)
Some checks failed
Build / Test (push) Has been cancelled
Build / Build (push) Has been cancelled
2024-12-20 17:24:11 +01:00
Kroese
c6ec08c0b5
feat: Generate unique machine serials (#132) 2024-11-16 14:27:09 +01:00
Kroese
ddff7a3f92
feat: Generate Apple MAC address (#125) 2024-11-14 02:29:50 +01:00
Kroese
fba0a66658
feat: Generate Apple MAC address (#124) 2024-11-14 02:27:42 +01:00
Kroese
b6be959712
feat: Detect nested virtualization (#94) 2024-10-12 20:05:41 +02:00
Kroese
1cf4f3d154
fix: macOS Sequoia download (#90) 2024-10-04 18:02:06 +02:00
Kroese
0e69a19220
fix: Remove scsi parameter from virtio-blk-pci (#89) 2024-10-02 13:11:11 +02:00
Kroese
c0865239d5
fix: Fix for Inappropriate ioctl for device (#86) 2024-10-01 10:18:12 +02:00
Kroese
bb640e7ecf
fix: Update board ID's (#80) 2024-09-29 21:13:27 +02:00
Kroese
60ddd4d611
feat: Update board ID's (#79) 2024-09-29 17:27:27 +02:00
Kroese
2ce297f9c5
feat: Add macOS 15 (Sequoia) (#78) 2024-09-29 16:51:27 +02:00
Kroese
00ecf9fff4
fix: Revert AMD core count restriction (#51) 2024-06-14 03:10:59 +02:00
Kroese
c4e3ccc43b
fix: Automaticly adjust CPU core count (#47) 2024-06-12 22:58:27 +02:00
Kroese
3b110b1ca1
fix: Set default version to Ventura (#38) 2024-06-11 02:58:10 +02:00
Kroese
5b021f883e
docs: KVM troubleshooting (#35) 2024-06-11 01:53:13 +02:00
seitenca
9bcc4bb095
feat: Make CPU model and flags configurable (#34) 2024-06-11 01:43:01 +02:00