aklsh / CS3500

Operating Systems, Jul-Nov 2021

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Other


Languages

Language:C 93.8%Language:Assembly 3.4%Language:Makefile 1.7%Language:TeX 0.9%Language:Perl 0.3%