Skip to content
This repository was archived by the owner on Jan 1, 2026. It is now read-only.

kimminss0/CSED312

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,353 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pintos

An educational operating system for 80x86 architecture.

Key Implementations

  • Kernel-level threading with priority scheduling and synchronization primitives (locks, semaphores)
  • System call handling for user program execution, including process management and file operations
  • Virtual memory system featuring demand paging, stack growth, memory mapped files
    • Designed to accommodate future Copy-on-Write integration

About

Pintos; Assignment from CSED312: Operating System, 2025 Fall, POSTECH

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors