Skip to content

v0.1 Simple text console on screen works

Pre-release
Pre-release
Compare
Choose a tag to compare
@ulmer-a ulmer-a released this 15 Sep 10:42
· 67 commits to master since this release

Features for v0.1:

Simple text console printing output of a forked process on the screen. This console is implemented
in 64bit userspace and uses the fork(), pipe(), open(), close(), dup2(), read() and write() system
as well as a modified version of the musl libc. Of course, you can also have a console on one of the
serial port. Consoles and the started init binary is configurable on the kernel command line.

No filesystem support, yet. The userspace can only be passed as a module by the bootloader.