- Wiimote support
- Native Intel graphics
- UEFI boot mechanism
- Possibly ethernet
- Possibly audio
- Install the prerequisites for EDK II:
sudo apt install build-essential uuid-dev iasl git gcc-5 nasm python
- Delete
UEFI/vUDK2017/Conf/BuildEnv.sh
- Execute the "makeimg.sh" script
- Use gdisk to GPT format the partition table on a USB stick
- Create a FAT32 partition
- Paste the files and directories from the "img_files" folder onto the root of the USB stick
- Reboot and make sure secure boot is disabled and that (if the setting exists) UEFI secure boot path (or a similar setting) is disabled
- Access the boot menu and select the UEFI option for your USB device
- SerranonOS should load
- Download QEMU for your operating system (Windows with WSL or Linux)
- If you are on Linux, change
/mnt/c/Program\ Files/qemu/qemu-system-x86_64.exe
toqemu-system-x86_64
in emulate.sh - Run
./emulate.sh
If you have any issues or find a bug, open an issue ticket.
Have a nice day!