Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yazaldefilimone/unixv6
a re-implementation of dennis ritchie's and ken thompson's unix v6
https://github.com/yazaldefilimone/unixv6
kernel operating-system unix
Last synced: about 2 hours ago
JSON representation
a re-implementation of dennis ritchie's and ken thompson's unix v6
- Host: GitHub
- URL: https://github.com/yazaldefilimone/unixv6
- Owner: yazaldefilimone
- License: other
- Created: 2025-01-04T11:24:47.000Z (12 days ago)
- Default Branch: main
- Last Pushed: 2025-01-04T11:27:43.000Z (12 days ago)
- Last Synced: 2025-01-14T02:43:53.385Z (2 days ago)
- Topics: kernel, operating-system, unix
- Language: C
- Homepage:
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
xv6 is a re-implementation of Dennis Ritchie's and Ken Thompson's Unix
Version 6 (v6). xv6 loosely follows the structure and style of v6,
but is implemented for a modern RISC-V multiprocessor using ANSI C.BUILDING AND RUNNING XV6
You will need a RISC-V "newlib" tool chain from
https://github.com/riscv/riscv-gnu-toolchain, and qemu compiled for
riscv64-softmmu. Once they are installed, and in your shell
search path, you can run "make qemu".