Skip to content

Implementation of Simulation of Operating System under Windows 10 environment

Notifications You must be signed in to change notification settings

pornosaur/operating-system-simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of Simulation of Operating System

Implemented features:

  • Booting,
  • Process and threads management (PCB and TCB records),
  • Memory management,
  • Storage managenet (VFS + FAT32) with basic file operations (based on file handlers),
  • Kernel ans User space (with syscalls mechanism),
  • Shell with fundamental commands (cd, dir, echo, freq, md, ps, rd, rgen, rtl, shutdown, sort, type, wc)
  • Pipes (with cyclic buffer) and redirection techniques,
  • Binary semaphore for synchronization (such as disabling interuption)

About

Implementation of Simulation of Operating System under Windows 10 environment

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published