Skip to content

JosephMawer/os161

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

os161 - getting set up with os161

INSTALL WSL

https://docs.microsoft.com/en-us/windows/wsl/install-win10?redirectedfrom=MSDN

OS161 RESOURCES

http://os161.eecs.harvard.edu/resources/building.html

  1. Install the toolchain: https://www.ops-class.org/asst/setup/

sudo add-apt-repository ppa:ops-class/os161-toolchain sudo apt-get update sudo apt-get install os161-toolchain

  1. Run the configuration setting the ostree path ./configure --ostree=/mnt/c/users/joseph.mawer.IDEA/ubuntu/os161/root

  2. Configure the kernel goto: /kern/conf run: ./config DUMBVM

  3. Build the kernel

goto: /kern/compile/DUMBVM

run: bmake depend // to build dependencies run: bmake // to build kernel run bmake install // to publish kernel to the ostree path set above

  1. use sys161 to run the built kernel

goto: /os161/root run: sys161 kernel

  • sys161 is a system simulator
  • sys161 requires the sys161.conf file to be in the directory you run it
  • sys161 configures the virtual machine that your kernel runs in, i.e. it confiures the system simulator

run: sys161 kernel // boots the kernel

About

ops-class.org OS/161 sources.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 91.7%
  • Makefile 3.1%
  • Assembly 2.1%
  • Shell 1.4%
  • Perl 0.7%
  • C++ 0.6%
  • Other 0.4%