From d941e6d70b9ddf0a794d9358b9f3eb3d2fce93ff Mon Sep 17 00:00:00 2001 From: Bananymous Date: Thu, 17 Jul 2025 21:32:53 +0300 Subject: [PATCH] General: Update README features and environment variables --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 241aa7cd..bde65ecd 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ If you want to try out DOOM, you should first enter the GUI environment using th - [x] Basic graphical environment - [x] Terminal emulator - [x] Status bar - - [ ] Program launcher + - [x] Program launcher - [ ] Some nice apps - [x] ELF dynamic linking - [x] copy-on-write memory @@ -118,6 +118,8 @@ To change the bootloader you can set environment variable BANAN\_BOOTLOADER; sup To run with UEFI set environment variable BANAN\_UEFI\_BOOT=1. You will also have to set OVMF\_PATH to the correct OVMF (default */usr/share/ovmf/x64/OVMF.fd*). +To build an image with no physical root filesystem, but an initrd set environment variable BANAN\_INITRD=1. This can be used when testing on hardware with unsupported USB controller. + If you have corrupted your disk image or want to create new one, you can either manually delete *build/banan-os.img* and build system will automatically create you a new one or you can run the following command. ```sh ./bos image-full