This is a simple hobby operating system made to test the limits of vibe coding, I want to see how far I can go with an AI (chatgpt) and guide and create this software.
Feel free to do whatever you want with this software.
All the process can be followed in my youtube channel
In next chapters...
- Clean the project if needed
make clean
- Create the ISO
make iso
- Compile and run
make run
In this first chapter I downloaded all the tools, installed them and created a first kernel. Go to the video
In this second chapter I started to write texts on the screen, put colors and clean the screen. Go to the video
In the third chapter I added keyboard support. Go to the video
In this chapter I added commands support. Go to the video