# vos **Repository Path**: cumtymc/vos ## Basic Information - **Project Name**: vos - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vOS An effort to write a modern, non-Unix operating system in V. Join the [Discord chat](https://discord.gg/vlang) (`#v-os` channel). #### Goals - Keep it simple and easy to understand. - Write it in V as much as possible. - Target modern 64-bit architectures (amd64, aarch64, risc-v). #### Why? - Explore V capabilities in bare metal programming. - Break the compiler as much as possible. - Build a minimal and useful platform for software [especially written in V :^)], allowing for better control, isolation and smaller attack surface on VMs. - Build a simple OS for low cost ARM/RISC-V boards that usually run Linux.