Added information about MLL on ARM (AArch64)
This commit is contained in:
parent
9ab0cc3395
commit
cefae2bab9
10
README.md
10
README.md
@ -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
|
||||
|
||||

|
||||
|
||||
### 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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user