Currently this operating system has kernel with interrupt, paging, hea0p, virtual file system support and multitasking. Yet to enable support for user space applications. (More information in Sandbox)
# -s for make quite
$ ./build.sh -s
$ ./run.sh
# -s for make quite, -g for debug
$ ./build.sh -s -g
$ ./run.sh -d
$ gdb or gdbtui
$ target remote localhost:1234
$ file build/bin/kernel.elf (loads debugging symbols from the file)