Skip to content

A small OS for x86 made in C for the Operating System course at ENSEEIHT.

Notifications You must be signed in to change notification settings

RicardMatteo/n7OS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

n7OS

n7OS is a small OS for x86) made is C for the Operating System course at ENSEEIHT.

Run

make run

Features

This OS features :

  • A small console that allow you to run a few commands (accessible with the help command)
  • A timer
  • Some syscalls (such as shutdown, write, fork...)
  • A basic processus ordonancer (round robin)
  • Some paging
  • A Snake in the console to test the input and time

About

A small OS for x86 made in C for the Operating System course at ENSEEIHT.

Resources

Stars

Watchers

Forks