-
Notifications
You must be signed in to change notification settings - Fork 0
Operating Systems, Jul-Nov 2021
License
aklsh/CS3500
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
xv6: A simple, Unix-like Teaching Operating System ================================================== 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. Notes to Self ------------- - Install riscv-gnu-toolchain (64-bit) and qemu (5.1/5.2 only) to tools/ - Add new programs you write to Makefile - make qemu: to enter into xv6 - make qemu-gdb: to debug programs. Connect to running xv6 from gdb in another shell - Branch new assignments from *main* only. Use the base copy always, unless otherwise specified. Acknowledgments --------------- Fork of https://github.com/mit-pdos/xv6-riscv
About
Operating Systems, Jul-Nov 2021
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published