Added screenshot of MLL on ARM64 (AArch64)

This commit is contained in:
John Davidson (Ivan Davidov) 2022-06-29 23:11:15 +03:00 committed by GitHub
parent 50fca32e72
commit bf2cf99971
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,10 +78,12 @@ You can experiment with Minimal Linux Live directly in your browser by using [Ja
A preview of MLL on ARM (AArch64) can be found in the branch [aarch64](https://github.com/ivandavidov/minimal/tree/aarch64/src).
* Install Ubuntu Server 22.04 for ARM 64 (AArch64).
* Resolve some additional dependencies on top of the MLL required dependencies, e.g. qemu-system-aarch64, rsync, bzip2, etc.
* Resolve the following additional dependencies on top of the MLL required dependencies: qemu-system-aarch64, rsync, bzip2, dosfstools
* Execute scripts 00 to 10.
* Execute [qemu-aarch64.sh](https://github.com/ivandavidov/minimal/blob/aarch64/src/qemu-aarch64.sh) and then switch to the QEMU serial console.
![Minimal Linux Live on ARM64 (AArch64)](docs/assets/img/mll-aarch64.png)
### Future improvements
Take a look at the [issues](http://github.com/ivandavidov/minimal/issues) page where all future MLL improvements are tracked.