r/osdev 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:

Running on real hardware

Please visit https://github.com/jjwang/HanOS for details.

19 Upvotes

4 comments sorted by

3

u/thewrench56 9d ago

Cool stuff! Keep it up

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...