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: about 2 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-02T10:04:36.000Z (about 2 years ago)
- Last Synced: 2025-03-20T12:55:11.315Z (over 1 year 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