SingOS is a single task operating system. Current version 0.0.3 The goal for this project is to create a Operating System which tries to find new better ways to handle memory adressing It will also be posible to switch between 16, 32 and 64-bit mode such that anything on very low level can be tested. You can build and run the OS with following command (Require nasm and qemu installed) ```sh sh build.sh ``` If you only want to run SingOS: ```sh sh build.sh run ``` If you only want to compile the binary: ```sh sh build.sh make ``` If you want to write it to a usb device ```sh sudo dd if=/some_dir/SingOS.img of=/dev/name_device status=progress oflag=sync ```