Skip to content

Latest commit

 

History

32 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  _   _           ____   _____ 
 | \ | |         / __ \ / ____|
 |  \| |_      _| |  | | (___  
 | . ` \ \ /\ / / |  | |\___ \ 
 | |\  |\ V  V /| |__| |____) |
 |_| \_| \_/\_/  \____/|_____/ 

NwOS

sys

A small x86 operating system written in C and NASM.

Features

  • VGA text mode
  • PS/2 keyboard
  • Command shell
  • Calculator
  • Command history
  • Games
  • Colors
  • Time
  • Automatic terminal scrolling
  • Save files (disk)
  • Kernel panic Safe/Fatal

Games

  • 1.Guess Number
  • 2.Word Game
  • 3.Rock Paper Scissors
  • 4.Coin Flip
  • 5.Dice
  • 6.Higher / Lower
  • 7.Math Quiz
  • 8.Hangman
  • 9.Tic Tac Toe

Build from qemu

Download Qemu

Then type this:

cd C:/Path/to/nwos.img

and then enter this:

qemu-system-i386 -drive file=NwOS.img,format=raw,index=0,media=disk

Run

Run,

type command help for help

ScreenShots

=======================================================================================================================================

sys

=======================================================================================================================================

kernel panic safe

=======================================================================================================================================

kernel panic fatal

=======================================================================================================================================

games

Releases

Packages

Contributors

Languages