inuyasha82 / V-OS

A modern Operating System written in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

V\OS README

Vitruvian is a modern operating system written in C++.

V\OS aims to provide a user experience that is free from unneeded complexities while still retaining the power of the linux kernel.

Video backends

  • Support for linux framebuffer.

Getting the source code

git clone https://github.com/Barrett17/V-OS.git

Building V\OS

After cloning the repo, open a Terminal and enter in the sources directory.

mkdir generated.x86/
cd generated.x86/
../configure
ninja -j2

Contributing

Contributing to the project is open to anyone, feel free to send a pull request.

Master Development Ticket

About

A modern Operating System written in C++

License:GNU General Public License v2.0


Languages

Language:C++ 84.1%Language:C 15.6%Language:CMake 0.1%Language:Objective-C 0.1%Language:Assembly 0.0%Language:GLSL 0.0%Language:Shell 0.0%