Skip to content

wither16x/acrix-os

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Acrix Operating System

Acrix is an attempt to write a 64-bit operating system in the V programming language. It is meant to be an educational OS. The source code is commented, so you can easily understand what it does.

Features

  • Drawing to the framebuffer
  • Booting with Limine

Installation

  1. Clone this repository
git clone https://github.com/TRWither/acrix-os
  1. Execute the build script
cd acrix-os
chmod +x build.sh
./build.sh
  1. An ISO image named acrixos.iso should have been created!

Testing

You can run it (in QEMU for example) with this command:

qemu-system-x86_64 -cdrom acrixos.iso

About

An attempt to write a 64-bit OS in V. Developped for the V osdev series.

Topics

Resources

License

Stars

Watchers

Forks

Contributors