pornosaur / operating-system-simulation

Implementation of Simulation of Operating System under Windows 10 environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C++ 71.8%Language:C 28.2%