An operating system that doesn't try to be UNIX. Made completely from scratch with its own bootloader. ?
Running DOOM
Panic screen
Windows support is fully based on WSL, so you can't currently build the system without it.
Pathrun_qemu.bat, you can choose to build for i386 or AMD64 by passing "32" or "64" respectively, the default build is AMD64Currently only works for distributions with the apt package manager (used for pulling the toolchain dependencies).
run_qemu.sh, you can choose to build for i386 or AMD64 by passing "32" or "64" respectively, the default build is AMD64Mostly experimental support, but should work by following the same steps as Linux. (Expects to have brew available for pulling dependencies)
Pretty much any virtualization software you could find is supported as long as it can virtualize x86. The system is confirmed to correctly work on all popular virtual machines.
QEMU is supported out of the box with most optimal parameters by running the run_qemu.{sh/bar} script, which also recompiles/rebuilds the system
if necessary.
For other virtual machines you can simply grab the VMDK image from the Images folder, generated via either Scripts/build_ultra.{sh/bat} or run_qemu.{sh/bar}.
I've personally tested the system on multiple PCs as well as laptops and encountered no problems, so it will probably work on yours, too. However, keep in mind that the system is still in very early development stage and as a result might not be super stable/able to handle edge cases/peculiar hardware, so run at your own risk.
./Scripts/build_ultra.{sh/bat}SUSE ImageWriterUltra{32/64}HDD-flat.vmdk to the stickIf you encounter any bugs/crashes/weird behavior please let me know so I can fix it. :)