Page 1 of 1

vuOS

Posted: Tue Mar 16, 2021 7:37 am
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

Re: vuOS

Posted: Mon Aug 16, 2021 1:06 pm
by kspatlas
Cool!