Coder Social home page Coder Social logo

os2_cs_unb's Introduction

INSTALLING

  1. install docker and all the shabang

OPTION A

  1. clone this repository

  2. docker build <path/to/Dockerfile-directory> -t <docker_image_name>

    1. docker run -it -d --privileged -p 8080:8080 -p 6901:6901 -p 5901:5901 -v <your_local_workspace_dir>:/workspace -v /dev:/dev <docker_image_name>

OPTION B

  1. docker run -it -d --privileged -p 8080:8080 -p 6901:6901 -p 5901:5901 -v <your_local_workspace_dir>:/workspace -v /dev:/dev jeanlego/os2_cs_unb

BUILDING and RUNNING kernel

I've updated Ken makefile so that it can do the following for you automaticaly

make all       //build the kernel from the source and run in qemu

make clean     //clean the directory

make test     //build the kernel and run in qemu

make debug //build the kernel and run in qemu using gdb, stops at BRK macro (in common.h)

USING

I've provided you with the base image Ken provided us with.

you can connect to your web IDE via http://localhost:8080

you can connect to your web desktop via http://localhost:6901

you can connect to your x11 desktop via vnc client through port 5901

user: root

pass: letmein

PS. you can use --restart=always if you want the image to keep on booting with your machine

PPS. You can overwrite some or all of the default values for Cloud9 username, Cloud9 and VNC password, and Cloud9 root folder; with the following options: -e "USERNAME=" -e "PASSWORD=" -e "CLOUD9_ROOT_FOLDER=<path in the docker image file system you want to mount to (e.g. /workspace or /)>"

os2_cs_unb's People

Contributors

jeanlego avatar scott-young-6746 avatar aarongraham9 avatar

Watchers

James Cloos avatar  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.