My first attempt at writing a kernel.
It just displays a string and then sits in corner staring at you.
takes user input and displays it!
git clone [email protected]:alifarazz/ukernel.git
I've only tested it in a Linux environment.
You'll need:
gccto compile C filesgnu maketo automate build processnasmthe assemblerqemuto run the kernel [optional]
make runOpen an issue and I'll look into it!
Fork the project, create a new branch, make your changes, and submit a merge request.
