macOS refuses to enable TRIM on any disk models that are not in Apple's verified approval list. However, there is a command that you can run via `sudo` to forcibly tell macOS to enable TRIM even though the disk model is unsupported by Apple.
Here we add the instructions to `README.md` for forcibly enabling TRIM support.
In a previous commit we dropped usage of VirtIO Block Media from backing the hard disk device in macOS guests. The instructions therefore are updated here to drop the split between macOS versions that we had previously enabled VirtIO Block Media disks and those we didn't. This simplifies the instructions to a single hard disk name for all supported macOS version installations.
The previous commit removes our usage of VirtIO Block Media as a backing for the macOS hard disk. We therefore need to drop our descriptions of this functionality now we're not using it any more.
Include change from PR 548
- replace shallow with unblobby clone
Catch up with macOS note from merged PR 559
- note on macOS filesystems
Co-authored-by: giladwo <giladwo@users.noreply.github.com>
Co-authored-by: tinsami1 <tinsami1@users.noreply.github.com>
author Phil Clifford <philip.clifford@gmail.com> 1645494694 +0000
committer Phil Clifford <philip.clifford@gmail.com> 1645926095 +0000
rebasing upstream while trying to keep up
* Add support for FreeDOS 1.2 to quickget
* Add support for freedos guests to quickemu
* Add support for FreeDOS 1.3 to quickget
* Force qemu to keep booting from cd after formatting disk
* Adjust VM settings
* Refactor FreeDOS to use create_vm
* Add FreeDOS to README
* Add unzip to README as a dependency
* Readme regenerated
Generated version includes missing parts of the
now extensive supported guest catalogue.
* A little markdown linting
* some of the lint was better
* missing BSD bit replaced
* Accessibility enhancement noted
* # This is a combination of 3 commits.
# This is the 1st commit message:
Readme regenerated
Generated version includes missing parts of the
now extensive supported guest catalogue.
# This is the commit message #2:
A little markdown linting
# This is the commit message #3:
some of the lint was better
* Add support for braille terminal
fixes#307
* Add braille to Readme
* quote tidying
* currently requires sdl display
noted in the docs rather than forcing so if Qemu and/or brtty provide
a solution we will get immediate or easy benefit.
* add needed sdl to braille examples
* Start adding params for existing isos
* Merge parameter handling code
* initial testing seems reasonable
Note that if copying files in, "wget -c " will assume
smaller-than-remote files are parts and continue
so likely will cause hashing failures
or if no hash check then corrupt isos.
* Added usage for --help
* Usage enhanced and added to Readme
* spurios unused cruft removed