https://github.com/bstee615/minios

CpS 230 operating system team project

https://github.com/bstee615/minios

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.4%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

CpS 230 operating system team project

Basic Info
  • Host: GitHub
  • Owner: bstee615
  • Language: Assembly
  • Default Branch: master
  • Size: 6.51 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Created about 9 years ago · Last pushed over 7 years ago
Metadata Files
Readme

README.md

miniOS, or BenjiZealOS

CpS 230 operating system team project

Story of My Life

miniOS was a project for my CpS 230 Computer Systems class, taken Spring of 2017. I worked on it with Jacob Brazeal, a great guy and solid programmer. We spent way too much time on bugs my grandmother would have caught, but it was a learning experience.

This project was the most fun and frustration that I have felt in any programming project to date. Thank you for looking at and sharing in this project - I am glad for it to see the light of day again. It'll always hold a special place in my heart as my first intensive group effort.

To Run:

  1. Extract the contents of this .ZIP folder onto your computer.
  2. Navigate to "\miniOS-release-pkg-2017\miniOS" and run "run.bat". ### Advanced instructions if you are NOT running Windows:
    • Run a shell and navigate to "\miniOS-release-pkg-2017\miniOS".
    • Run this command: "..\dbd\dbd.exe ."
    • After DosBox pops up, enter "BOOT BOOTDISK.IMG".
    • Voila! If that doesn't work then fiddle with it and you should get it.

Program Specifications

miniOS is written completely in NASM. It took place over a period of three weeks (read: 5 stressful sprints and the rest of the time spent in anxiety.) The program is a miniature version of a multitasking operating system. It currently runs three tasks: - calc - a graphing calculator that uses Reverse Polish Notation for its operation. It offers functional support and one variable, named X. - rainbow - a graphical demo, mostly to show that we could juggle more than two tasks at once. - gol - Conway's Game of Life, played out over about 200 iterations last time I checked.

BUGS

  • graphics only step forward once every key press. This is a fault of the way that we set up keyboard I/O interrupts.

Owner

  • Name: Benjamin Steenhoek
  • Login: bstee615
  • Kind: user

3rd year PhD student @ ISU. Interests and research: deep learning, program analysis

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels