https://github.com/csirak/zestos
a unix os written in zig for riscv64
https://github.com/csirak/zestos
Last synced: 4 months ago
JSON representation
a unix os written in zig for riscv64
- Host: GitHub
- URL: https://github.com/csirak/zestos
- Owner: csirak
- Created: 2024-06-12T12:56:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-26T22:02:47.000Z (over 1 year ago)
- Last Synced: 2024-11-26T23:19:03.049Z (over 1 year ago)
- Language: Zig
- Homepage:
- Size: 737 KB
- Stars: 16
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-zig - zestos🗒️A unix os written in zig for riscv64
README
xv6 port written fully in zig
additional features:
- introspection during unknown traps, as well as a syscall to stop programs at any point and observe:
- kernel/user memory
- inode blocks directly
- file tables
- coming soon: kernel stacks and user stack tracing
- blockdump
stay zesty