From bf2cf99971518dbd11c183903b266c7c1862d305 Mon Sep 17 00:00:00 2001 From: "John Davidson (Ivan Davidov)" Date: Wed, 29 Jun 2022 23:11:15 +0300 Subject: [PATCH] Added screenshot of MLL on ARM64 (AArch64) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8279dde31..9dc537a97 100644 --- a/README.md +++ b/README.md @@ -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.