「MacOS」:修訂間差異

出自Gea-Suan Lin's Wiki
跳至導覽 跳至搜尋
Gslin留言 | 貢獻
Gslin留言 | 貢獻
 
第30行: 第30行:
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
brew analytics off
brew analytics off
brew install byobu cmake creduce gh git htop httpie hyperfine jq llama.cpp mise most mtr neovim telnet tig watch wezterm
brew install byobu cmake creduce gh git htop httpie hyperfine jq llama.cpp mise most mtr neovim telnet tig watch wezterm wget
</syntaxhighlight>
</syntaxhighlight>



於 2025年3月13日 (四) 08:05 的最新修訂

macOS是一個作業系統。

安裝

VirtualBox

VirtualBox裡跑macOS需要大量修改[1],而且極為不穩定,但對於無法同時跑QEMU(KVM)與VirtualBox時是需要的:

  • 新增時的樣本選擇macOS 10.13 High Sierra (64-bit)。
  • Display內的Video Memory需要加到128 MB。
  • Audio內的Enable Audio需要關閉。
  • Network內Adapter Type需要改成Intel PRO/1000 MT Desktop (82540EM)。
  • USB內的Enable USB Controller需要選擇USB 3.0 (xHCI) Controller。

設定完後需要執行數條VBoxManage指令讓系統可以模擬硬體運作[1],如果是AMD的CPU則需要再執行:

VBoxManage modifyvm "${NAME}" --cpu-profile "Intel Core i7-6700K"

安裝完後需要盡快安裝Oracle VM VirtualBox Extension Pack以避免鍵盤滑鼠的延遲問題[2]

一般性

通常會先安裝Homebrew(有些人會偏好MacPorts),然後透過Homebrew裝其他的軟體。

這編列的是我自己拿到一台新機器時會用到的指令。

brew analytics off
brew install byobu cmake creduce gh git htop httpie hyperfine jq llama.cpp mise most mtr neovim telnet tig watch wezterm wget

參考資料

外部連結