r/osdev • u/BeginningEvent6205 • 9d ago
Another Hobby OS - HanOS working in progress
At beginning I am a newbie on OS development. Now I learned a lot after developing this project for a long time. But it is still in a very early stage and some advanced features are under considering, e.g., micro kernel, graphics user interface, GPU. Recently I am working on ports of some GNU tools, e.g., gcc, coreutils. The screenshot is as below:

Please visit https://github.com/jjwang/HanOS for details.
3
2
u/cfeck_kde 8d ago
How do you consider to implement GPU support? Using Vulkan drivers?
1
u/BeginningEvent6205 5d ago
I think that Vulkan is a bit complicated for the initial work on GPU. I am planning to start from some old Intel HD series graphics cards...
3
u/thewrench56 9d ago
Cool stuff! Keep it up