Added information about MLL on ARM (AArch64)

This commit is contained in:
John Davidson (Ivan Davidov) 2022-06-25 17:45:09 +03:00 committed by GitHub
parent 9ab0cc3395
commit cefae2bab9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@
* [Overview](#overview)
* [Current development state](#current-development-state)
* [MLL on ARM (AArch64)](#mll-on-arm64-aarch64)
* [Future improvements](#future-improvements)
* [How to build](#how-to-build)
* [Overlay bundles](#overlay-bundles)
@ -72,6 +73,15 @@ You can experiment with Minimal Linux Live directly in your browser by using [Ja
![Minimal Linux Live JavaScript Emulator](docs/assets/img/emulator_01.jpg)
### MLL on ARM (AArch64)
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.
* 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.
### Future improvements
Take a look at the [issues](http://github.com/ivandavidov/minimal/issues) page where all future MLL improvements are tracked.