Beacon is an free, open source 64-bit operating system created by the Turrnut Open Source Organization. The OS source code is distributed under the GPL v3 License.
To build Beacon, you need to either be running Linux, or Windows with WSL (Windows Subsystem for Linux).
- If you do not have all dependencies, please run
install-packages.sh
first. - Run
make compile
, andos.iso
will be in theout
folder in the current directory. - Burn to bootable USB real hardware (8MB+ RAM, Intel 386, VGA Graphics req'd), or virtualize it using tools such as QEMU or VirtualBox. Example QEMU command:
qemu-system-x86_64 -cdrom out/os.iso
- Enter current date & time, or skip to use current RTC time.