Skip to content

mark3982/MyvarOS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyvarOS

An Operating System

Build / Run

./build.py build kernel This builds the kernel.

./build.py run kernel This first builds the kernel (if needed) then runs QEMU like normal

./build.py run kernel -no-wait This first builds the kernel (if needed) then runs QEMU but includes the no-wait argument for the serial port.

./build.py run kernel -make-shell-script Will output the commands for a shell script, but it does not make use of environment variables and it does not include the ability to abort on errors.

About

A OS written in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 46.1%
  • C# 35.7%
  • Assembly 9.3%
  • Python 8.1%
  • C++ 0.8%