To enter setup utility, hold C after pressing 'Launch!' and release after you see text. You can do backspace by using the virtual button that appears when you hover over the bottom-right corner
Note: There is no OS installed. ------------------------------------------ This project consists of a firmware-like environment which loads the necessary stuff into Memory, then it boots from the 'disk' any partition with a boot flag'*' Here along with ScratchFirmware, you get a newer version of the SHRUB bootloader, this time with a new fancy graphical UI and mouse controls. The example 'OS' included in the default 'disk' is just for proof-of-concept, and you can swap it(sprite named MOX) out and replace the call command under the disk item "1MBR{" "}MBR" '*' => This version of ScratchFirmware supports disks where there's only one partition with a boot flag. Credits: IBM for the 9x16 VGA font To do: -implement either UNIX timestamp timekeeping or own proprietary simple format -implement CPU power states (sleep, reboot, shutdown, hibernate etc.) -implement some form of bitmap stamp or pen rendering for logos and such --some type of 'machine code' interpreter inside MOX Changelog: ==> v1.4.10 -Bug fixes -Finished Setup Utility with 100% functionality -Added option to power off and reboot in Setup Utility -Added new communication driver for Setup Utility ("sfutil"), bootstrapped upon Setup launch. ==> v1.3.20 -Added the ScratchFirmware Launcher applet -Added initial support for custom resolutions/modes -Offloaded Setup Utility firmware app to separate sprite for ease of development -Reworked Setup Utility with a more user-friendly UI ==> v1.3.00 -Terminated character check upon boot when fastboot is enabled -Fixed bug in Setup Utility where the inputted letter 'z' would lock up the system -Added initial support for a DSDT (Dynamic System Devices Table) ==MOX Kernel==> Build 030 -Skipped full execution of SFS commands when unfinished -Added ignorable kernel panics -Added back Welcome text ==> v1.2.95 -Fixed setup utility datetime typing -Finished setup utility datetime command with basic format checking -Fixed setup utility fastboot command choice rendering ==> v1.2.91 -Text engine bug fix (refresh_text_PAINTOVER wouldn't render color correctly) ==MOX Kernel==> Build 020 -Made kernel panic be part of existing framebuffer and not overwrite everything else -Added initial support for RAMdisks -Added hints of support for accounts (managed through ramdisk) -(unfinished) SFS driver -Boot process now lists disks and partitions -Bug fixes ==> v1.2.9 -Changes and optimizations in text engine -Added the Setup Utility (1 out of the 4 commands work) -Bug fixes ==MOX Kernel==> Build 010 -Changed the kernel panic to display more useful debugging information ==> v1.0.51 -Bug fixes ==> v1.0.0 -initial release