https://github.com/andrpavlou/os_projects
Operating Systems Projects (Linux environment). Communication between processes using shared memory and xv6-riscv
https://github.com/andrpavlou/os_projects
linux multithreading posix posix-threads priority-scheduler ps semaphores shared-memory synchronization system-calls threads xv6-riscv
Last synced: 7 months ago
JSON representation
Operating Systems Projects (Linux environment). Communication between processes using shared memory and xv6-riscv
- Host: GitHub
- URL: https://github.com/andrpavlou/os_projects
- Owner: andrpavlou
- Created: 2023-11-11T20:23:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-02T10:04:36.000Z (over 1 year ago)
- Last Synced: 2025-01-25T13:07:31.798Z (9 months ago)
- Topics: linux, multithreading, posix, posix-threads, priority-scheduler, ps, semaphores, shared-memory, synchronization, system-calls, threads, xv6-riscv
- Language: Assembly
- Homepage:
- Size: 3.87 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OS_Projects
1) Communication between processes.
2) XV6 priority scheduler, ps and systems call implementation