vuOS

This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
Post Reply
User avatar
puntillol59
Posts: 2
Joined: Tue Feb 16, 2021 6:44 am

vuOS

Post by puntillol59 »

This is my first time posting on this forum. Please excuse my brevity.

I have started to make a i686 compatible OS called vuOS. I started this as a fun little project to help me learn C and assembly better.

What it can do so far:
=====================
- Boot into 32-bit protected mode
- Some basic paging (not really needed that this point in time.)
- Run assembly grub modules on top of the kernel
- Run a CLI shell

Here is a screenshot of it:
Image

Here is the codebase: https://github.com/puntillol59/vuOS
kspatlas
Posts: 7
Joined: Mon Aug 16, 2021 12:53 pm
Libera.chat IRC: ksp

Re: vuOS

Post by kspatlas »

Cool!
Post Reply