Giter Club home page Giter Club logo

xv6-os's Introduction

XV6 - OS

* Lab1_A which contains the xv6 version with process tracing
* Lab1_B which contains the xv6 version with halt system call implemented
* Lab2 which contains the xv6 version with Big data file implemented
* Lab4 which contains the xv6 version with shmget system call 

to run the Lab1_A version-:

* run `make`
* run `make qemu`
it will list the system call name and its return value
NOTE:
	The files i changed:
	* syscall.c

scr1

to run the Lab1_B version-:

* run `make`
* run `make qemu`
* run `halt` to run the halt system call
NOTE:
	The files i changed:
	* Makefile
	* Created halt.c
	* sysproc.c
	* syscall.h
	* syscall.c
	* user.h
	* usys.S
	* defs.h

scr2

to run the Lab4 version-:

* run `make`
* run `make qemu`
* run `shm_get` to run the shm_get system call
NOTE:
	The files i changed:
	* Makefile
	* defs.h
	* proc.c
	* proc.h
	* syscall.c
	* syscall.h
	* sysproc.h
	* sysproc.c
	* created shm_get.c
	* user.h
	* usys.S
	* vm.c

scr1

to run the Lab2 version-:

* run `make`
* run `make qemu`
* run `big *`
NOTE:
	The files i changed:
	* Makefile
	* mkfs.c
	* fs.c
	* fs.h
	* param.h
	* created big.c

scr1

xv6-os's People

Contributors

aswinzz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

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