Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Improve SmartOS on macOS virtualized host docs #72

Merged
merged 1 commit into from
Sep 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/download-smartos.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Latest Release

* [ISO Image][download-iso] - For running in Virtual Box, VMware,
* [ISO Image][download-iso] - For running in Virtual Box, VMware, UTM for Apple Silicon
or booting hardware from read-only media.
* [USB Image][download-usb] - For booting on real hardware
using read/write media.
Expand Down
7 changes: 7 additions & 0 deletions docs/getting-started-with-smartos.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,12 @@ SmartOS requires an Intel CPU with [VT-x extensions][vtx] or AMD CPU with
[vtx]:http://en.wikipedia.org/wiki/VT-x#Intel_virtualization_.28VT-x.29
[amdv]: https://en.wikipedia.org/wiki/X86_virtualization#AMD_virtualization_(AMD-V)

### Virtualized SmartOS

SmartOS can run in a virtual machine. However, if nested virtualization is
unavailable, some HVM features will not function.

See:
- [SmartOS as a VMWare Guest](smartos-as-a-vmware-guest.md)
- [SmartOS as a VirtualBox Guest](smartos-as-a-virtualbox-guest.md)
- [SmartOS as a UTM Guest on Apple Silicon](smartos-as-a-utm-guest.md)
2 changes: 2 additions & 0 deletions docs/smartos-as-a-utm-guest.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Detailed Guide

[UTM](https://mac.getutm.app/) is a virtual machine host for macOS based on QEMU.

Currently installing SmartOS on UTM with Apple Silicon is experimental.
If you are new to SmartOS and want to try in a VM, it would be best to try this
on a host with x86_64 architecture (Intel/AMD). The instructions here are
Expand Down
Loading