Skip to content

If you want to practice some system programming, this is the right project.

Notifications You must be signed in to change notification settings

wilsonandusa/WilsonOS

Repository files navigation

WilsonOS

The project is based on Write your own Operating System

Prerequisite:

# Please install the following packages
sudo apt-get install binutils

sudo apt-get install VirtualBox

sudo apt-get install grub-pc

sudo apt-get install xorriso 

libc6-dev-i386 (maybe)

My Development Environment:

Ubuntu 16.04.4 LTS
Visual Studio Code
VirtualBox

First Build

# Open VirtualBox and create a new OS.
name: WilsonOS
type: Other
version: Other/Unknown
# Load the iso file into the VirtualBox to create
# the new OS(default name should be "WilsonOS", 
# you can manually change the name in the makefile). 

Run

make run

About

If you want to practice some system programming, this is the right project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published