Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 423 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 423 Bytes

VisualOS


Test the OS (or debugging for developper)

Requirement:

QEMU, OVMF, Mtools, gnu-efi, gcc-multilib

and run:

start.sh <GNUEFI_PATH> (for Unix Based System)

wsl start.sh <GNUEFI_PATH> (for Windows System)

Build a Image

Mtools, gnu-efi, gcc-multilib

and run:

build.sh <GNUEFI_PATH> (for Unix Based System)

wsl build.sh <GNUEFI_PATH> (for Windows System)