Giter VIP home page Giter VIP logo

os161's Introduction

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

os161's People

Contributors

shaseley avatar gurupras avatar zsmoore avatar josephmawer avatar xcv58 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.