32-bit x86 multiprocessing OS capable of running console or graphical user applications.
Please find all releases at https://github.com/scopeInfinity/FuzzyOS/releases
The boot image can be found under Assets
for the corresponding release.
The screenshots can be located as Artifacts
under completed run on Actions/CI.
Bootloader | Kernel Turnup |
---|---|
![]() |
![]() |
Simple Shell | cat |
---|---|
![]() |
![]() |
fork() | TicTacToe Game |
---|---|
![]() |
![]() |
PingPong Game | Logo Programming |
---|---|
![]() |
![]() |
- Download image from one of the Release.
- Or directly build image using
make images
after cloning the repository.
- Create VM with
FuzzyOS.vdi
as storage.
- Create VM with
FuzzyOS.vmdk
as storage.
- Use
dd
orscripts/burn.sh
to burn image into the disk (potentially destructive). bash scripts/burn.sh build/FuzzyOS.raw /path/to/devicefile
bash before_install.sh
make clean
make qemu
Use make to build binaries and image files.
make
At this moment tests works by injecting predefined ASM in the source code which halts the execution at the point of interest. After that tests can make use of QEMU monitor to verify the current state with expected state.
make test
Execute QEMU in debug mode and setup GDB server.
make qemu_debug
And then connect to GDB Server.
make qemu_debug_connect