A month ago, I started thinking about making an OS, I wanted to learn how they were made.
After spending some time researching, I found that I had some compatibility error.
To fix this, I decided to make my own virtual computer.
-
Download the files from src folder or from release.
-
Go to the directory where the files are using command-line and run
make
. -
The code is now compiled. Run
./cpu
and see the magic happen.