vuOS
Posted: Tue Mar 16, 2021 7:37 am
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:
Here is the codebase: https://github.com/puntillol59/vuOS
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:
Here is the codebase: https://github.com/puntillol59/vuOS