https://github.com/zyedidia/pios
https://github.com/zyedidia/pios
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zyedidia/pios
- Owner: zyedidia
- Created: 2022-04-29T04:46:51.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-01T20:04:15.000Z (over 3 years ago)
- Last Synced: 2025-06-04T11:36:42.438Z (7 months ago)
- Language: C
- Size: 201 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
sources:
- MMU code based on tutorial at
https://www.snaums.de/informatik/mmu-on-raspberry-pi.html as well as 107e
implementation in
https://github.com/cs107e/cs107e.github.io/blob/master/cs107e/src/mmu.c
- Also referred to ARM reference, Broadcom manual, etc.
- shell_os from https://brennan.io/2015/01/16/write-a-shell-in-c/
- 'bad strtok' from shell branch is from
https://aticleworld.com/implement-strtok-function-in-c/ 'good strtok,' and
all associated bugs, in this branch is from masot :)
- Exokernel approach based on Engler et al., "Exokernel: An Operating System
Architecture for Application-Level Resource Management"