Skip to content

This project is made to fulfill the 1st, 2nd, and 3rd milestone for the Operating System. It is a simple os that can do simple command like ls, mkdir, cp, cd, cat, and mv. It also implemented by using multiprogramming and message passing

Notifications You must be signed in to change notification settings

IloveNooodles/ususbuntu-operating-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uSUSbuntu OS

This project is made to fulfill the 1st, 2nd, and 3rd milestone for the Operating System. It is a simple os that can do simple command like ls, mkdir, cp, cd, cat, and mv. It also implemented by using multiprogramming and message passing

Made by

Name Nim
Muhammad Garebaldhie ER Rahman 13520029
Rayhan Kinan Muhannad 13520065
Aira Thalca Avila Putra 13520101

Screenshots

image image

Technologies Used

  1. VirtualBox
  2. Window Subsytem for Linux
  3. Ubuntu 20.04 LTS
  4. Nasm
  5. bcc
  6. bochs
  7. c

Features

This OS was in implementation from the boilerplate given by sister19. In this OS you can use simple command like cat to read file, ls to list file and many more. To see more command check the command section. This OS is made using bcc, bochs, c, and asm.

Program Features

  1. kernel
  2. shell
  3. cd
  4. cp
  5. cat
  6. ls
  7. mv
  8. mkdir
  9. execute a program locally and globally
  10. multiple program execution with and without message passing

Setup

  1. Install all the requirements in the technologies section
sudo apt update
sudo apt install nasm bcc bin86 bochs bochs-x make
  1. Run the virtual machine using VirtualBox (Another option by using WSL2)
  2. clone the github repository by using git clone https://github.com/Sister19/tugas-besar-os-ususbuntu
  3. run make all run and viola! the bochs emulator should pop up and the os are ready to be used

Command

  1. clear - to clear the screen

  2. cd <target_dir> - move from current directory to target dir

  3. ls [folder] - list all the files or folder in folder name

  4. mv <file or folder> <target_dir>/[new_name] - move file or folder in current dir to the destination and be able to rename the file if the argument is specified

  5. mkdir <folder_name> - to create new folder in current dir

  6. cat <file_name> - to read and display file

  7. cp <file or folder> <target> - copy file to target dir if no folder exists will rename to target

  8. ./<file_name> - to execute file in current dir

  9. [OPTIONAL] - if not specified refer to cwd

  10. <MANDATORY> - this argument is must in order to run

Usage

  1. Run the kernel program and a welcome page will be displayed. Press any key to clear the screen and use the program.
  2. After you run the OS the clearFunction will run by default and it will clear the screen leaving the shell with the location of curdir
  3. You can type any character, or command in that will go to the buffer with 128 byte size.
  4. If you pressed enter, the text you typed before will be process as command.

References

  1. Interrupt
  2. Bios and Dos
  3. Milestone1 Doc
  4. Milestone2 Doc
  5. Milestone3 Doc

About

This project is made to fulfill the 1st, 2nd, and 3rd milestone for the Operating System. It is a simple os that can do simple command like ls, mkdir, cp, cd, cat, and mv. It also implemented by using multiprogramming and message passing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published