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:
gcc
to compile C filesgnu make
to automate build processnasm
the assemblerqemu
to run the kernel [optional]
make run
Open an issue and I'll look into it!
Fork the project, create a new branch, make your changes, and submit a merge request.