Skip to content

zaramalik03/xv6

This branch is 4 commits behind Lipscomb-SoC/xv6:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3d2572a · Jan 4, 2024
Sep 21, 2009
Jan 4, 2024
Aug 30, 2018
Jan 4, 2024
Jan 2, 2024
Jan 6, 2021
Jan 4, 2024
Dec 15, 2021
Dec 15, 2021
Aug 25, 2016
Sep 12, 2016
Sep 19, 2016
Jan 4, 2024
Jan 4, 2024
Aug 24, 2007
Aug 29, 2017
Aug 10, 2016
Dec 15, 2021
Jan 19, 2021
Aug 28, 2007
Jan 4, 2024
Aug 29, 2017
Aug 31, 2018
Dec 15, 2021
Jan 4, 2024
Nov 23, 2009
Aug 25, 2016
Jan 3, 2024
May 31, 2009
Jan 4, 2024
Aug 9, 2017
Jan 4, 2024
Mar 8, 2009
Aug 14, 2007
Jan 22, 2020
Apr 3, 2015
Jan 4, 2024
Aug 22, 2007
Aug 9, 2017
Aug 25, 2016
Dec 15, 2021
Jan 31, 2017
Aug 30, 2018
Aug 28, 2007
Aug 25, 2016
Jan 4, 2024
Aug 9, 2017
Jan 4, 2024
Apr 10, 2015
Dec 15, 2021
Jan 3, 2024
Aug 31, 2018
Jan 4, 2024
Jan 4, 2024
Aug 28, 2007
Jan 4, 2024
Jan 2, 2024
Aug 30, 2018
Sep 12, 2016
Aug 30, 2018
Jan 4, 2024
Aug 28, 2012
Aug 25, 2016
Jan 4, 2024
Jan 4, 2024
Jan 4, 2024
Jan 4, 2024
Jan 4, 2024
Dec 15, 2021
Aug 9, 2017
Jul 28, 2010
Jan 4, 2024
Aug 9, 2017
Jan 4, 2024
Jan 11, 2011
Jan 4, 2024
Sep 26, 2016
Jan 2, 2024
Jan 2, 2024
Jan 4, 2024
Aug 28, 2012
Dec 15, 2021
Jan 4, 2024

Repository files navigation

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 x86-based multiprocessor using ANSI C.

ACKNOWLEDGMENTS

xv6 is inspired by John Lions's Commentary on UNIX 6th Edition (Peer
to Peer Communications; ISBN: 1-57398-013-7; 1st edition (June 14,
2000)). See also https://pdos.csail.mit.edu/6.828/, which
provides pointers to on-line resources for v6.

xv6 borrows code from the following sources:
    JOS (asm.h, elf.h, mmu.h, bootasm.S, ide.c, console.c, and others)
    Plan 9 (entryother.S, mp.h, mp.c, lapic.c)
    FreeBSD (ioapic.c)
    NetBSD (console.c)

The following people have made contributions: Russ Cox (context switching,
locking), Cliff Frey (MP), Xiao Yu (MP), Nickolai Zeldovich, and Austin
Clements.

We are also grateful for the bug reports and patches contributed by Silas
Boyd-Wickizer, Anton Burtsev, Cody Cutler, Mike CAT, Tej Chajed, eyalz800,
Nelson Elhage, Saar Ettinger, Alice Ferrazzi, Nathaniel Filardo, Peter
Froehlich, Yakir Goaron,Shivam Handa, Bryan Henry, Jim Huang, Alexander
Kapshuk, Anders Kaseorg, kehao95, Wolfgang Keller, Eddie Kohler, Austin
Liew, Imbar Marinescu, Yandong Mao, Matan Shabtay, Hitoshi Mitake, Carmi
Merimovich, Mark Morrissey, mtasm, Joel Nider, Greg Price, Ayan Shafqat,
Eldar Sehayek, Yongming Shen, Cam Tenny, tyfkda, Rafael Ubal, Warren
Toomey, Stephen Tu, Pablo Ventura, Xi Wang, Keiichi Watanabe, Nicolas
Wolovick, wxdao, Grant Wu, Jindong Zhang, Icenowy Zheng, and Zou Chang Wei.

The code in the files that constitute xv6 is
Copyright 2006-2018 Frans Kaashoek, Robert Morris, and Russ Cox.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 93.4%
  • Assembly 5.0%
  • Makefile 1.3%
  • Python 0.3%