Skip to content

mahdifrmz/eedox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

132 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eedox

This an experimental and educational UNIX-like kernel I have been working on for a while!

Kernel Features

  • paging
  • Multitasking : RR preemptive scheduling
  • syscalls
    • exit
    • open
    • read
    • write
    • ...
  • ATA disk controller
  • a minimal file system
  • creating and managing child processes
    • fork
    • wait
    • ...
  • IPC
    • pipes
    • message queues

Other Features:

  • core utils
    • cp
    • mkdir
    • stat
    • wc
    • ...
  • shell interpreter
  • standard library

About

Experimental Educational Kernel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors