GitXplorerGitXplorer
d

OperatingSystem

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
ea051f85f82f28182dc24c28ab3c12328acd65c5

Create README.md

ddleunji committed 4 years ago
Unverified
c71244511bc5201bc82a05f8b5207b979988c255

finish temp

ddleunji committed 4 years ago
Unverified
ed097cd74173eb06fd5b9782aad9207382b4be43

right before submit

ddleunji committed 4 years ago
Unverified
b5008f7f9e898a456619a91ffaed58f0ed6d1646

pass except only one case

ddleunji committed 4 years ago
Unverified
9b184e38efe0ca3913ac663a4e5380ccf74b46f1

fixed errors

ddleunji committed 4 years ago
Unverified
162a9adfa5fbcbda136e6b1a2f38bcdd5d8de805

back up the vm files

ddleunji committed 4 years ago

README

The README file for this repository.

Operating System (운영체제)

Project1. Simple Implementation

  • Argument Passing with Parsing
  • User memory Access
  • System call Handler
  • System call Implementation(exec(), exit(), write(), read())

Project2. File System

  • Base File system
  • File system call Implementation(create, remove, open, close, filesize, read, write, seek, tell)

Project3. Scheduling

  • Scheduler
  • Alarm Clock
  • Aging & BSD Scheduler
  • Threads
  • Synchronization

Project4. Virtual Memory

  • Page Fault Handler
  • Page Table
  • Stack Growth