Crappy Unix-like kernel I'm making. We've got the bootloader, the kernel, the linker script, the Gash shell, the Makefile... It's practically better than Linux.
Now onto the shell, Gash. Gash is a portmanteau of "Gold" and "Bash", and is designed specifically for Goldspace. How the hell do I give it input, you ask? Well, the core of the kernel has a keyboard driver inside of it!
git clone https://github.com/Goldside543/goldspace.git
cd goldspace
make
cd goldspace
and make
) chmod +x scripts/64-bitifier.sh
sed -i "s|path/to/kernel/source|$(pwd)|" scripts/64-bitifier.sh
scripts/64-bitifier.sh
help
displays help.clear
clears the screen.echo <message>
allows you to type in something, and it'll be repeated!create <filename>
creates a file!write <filename> <data>
writes data to a file!read <filename>
reads a file!delete <filename>
deletes a file!render
does a rendering test on the GPU.panic
causes a kernel panic.builddate
prints build date and time.
See the user manual or developer manual, conveniently located in the Documentation directory!