Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mit-pdos/xv6-book

Commentary for xv6-public
https://github.com/mit-pdos/xv6-book

Last synced: about 18 hours ago
JSON representation

Commentary for xv6-public

Awesome Lists containing this project

README

        

NOTE: We have stopped maintaining the x86 book for xv6 but have switched the book to RISC-V (see
https://github.com/mit-pdos/xv6-riscv-book/).

---

The book compiles using Heirloom Troff,
an open source update of the original Unix troff.

cvs -d :pserver:[email protected]:/cvsroot/heirloom co heirloom-doctools
cd heirloom-doctools
make
sudo make INSTALL=install STRIP=strip install # sic

This will install the binaries in /usr/ucb, but
you want to install them in /usr/local/ucb, which is
what the run1 script expects. Move the binaries or
update PREFIX in mk.config in heirloom-doctools.