Giter VIP home page Giter VIP logo

nachos-3.4's Introduction

NACHOS (Not Another Completely Heuristic Operating System)

  • A project from the Operating system's course (CSC10007) at HCMUS

How to run?

  • Clone the Git Repository:
git clone https://github.com/thanhanphan17/nachos-3.4.git
  • Change directory to code folder:
cd Source/nachos-3.4/code
  • Run make:
make
  • Test ReadInt() and PrintInt():
./userprog/nachos -rs 1023 -x ./test/rwint
  • Test ReadChar() and PrintChar():
./userprog/nachos -rs 1023 -x ./test/rwchar
  • Test ReadString() and PrintString():
./userprog/nachos -rs 1023 -x ./test/rwstring
  • Run bubble sort program:
./userprog/nachos -rs 1023 -x ./test/bbsort
  • Run ascii program:
./userprog/nachos -rs 1023 -x ./test/ascii
  • Run help program:
./userprog/nachos -rs 1023 -x ./test/help

Help program show:

+---------------------------------------------------------------+
|                      OUT TEAM - EARLY BIRD                    |
|                                                               |
|--------------------+------------+-----------------------------|
|      Name          |    ID      |           Email             |
|--------------------|------------|-----------------------------|
| Phan Thanh An      | 21127003   | [email protected]     |
|--------------------|------------|-----------------------------|
| Le Anh Thu         | 21127175   | [email protected]    |
|--------------------|------------|-----------------------------|
| Nguyen Hi Huu      | 21127294   | [email protected]    |
|--------------------|------------|-----------------------------|
| Nguyen Minh Dat    | 21127592   | [email protected]    |
|--------------------|------------|-----------------------------|
| Huynh Duc Thien    | 21127693   | [email protected]  |
+--------------------+------------+-----------------------------+


		+---------------------------------+
		|           INSTRUCTION           |
		+---------------------------------+

+-------------+-------------------------------------------------+
| Program:    | ASCII                                           |
|-------------|-------------------------------------------------|
| Function:   | Print all characters in ASCII table             |
|-------------|-------------------------------------------------|
| How to use: | run ./userprog/nachos -rs 1023 -x ./test/ascii  |
+-------------+-------------------------------------------------+


+-------------+-------------------------------------------------+
| Program:    | BUBBLE SORT                                     |
|-------------|-------------------------------------------------|
| Function:   | Sort a list of number type of intrger           |
|-------------|-------------------------------------------------|
| How to use: | run ./userprog/nachos -rs 1023 -x ./test/bbsort |
+-------------+-------------------------------------------------+

Team members:

Name Student's ID
Phan Thanh An 21127003
Lê Anh Thư 21127175
Nguyễn Hi Hữu 21127294
Nguyễn Minh Đạt 21127592
Huỳnh Đức Thiện 21127693

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.