Giter Site home page Giter Site logo

kermo's Introduction

Kermo

Kernel Module Observations and Elevator Simulation


Member 1: Taylor Ereio
Member 2: Zach Deimer
Member 3: Ricardo Noriega

p2_Ereio_Deimer_Noriega.tar Contents:
README.txt
report.txt
Part_One
Part_Two
Part_Three
Makefile


Completed using: Linux Mint Cinnamon distro VM && Lab computer # 24
To Build:
./Part_One/gcc -o part1.x part1.c
./Part_Two/make
./Part_Three/test_kernel/elevator/make


To Clean:
./Part_Two/make clean
./Part_Three/test_kernel/elevator/make clean

To Run Parts:

  • Part One (in Part_One):

  • strace -o log part1.x

  • Part Two (in Part_Two):

  • insmod x_time

    cat /proc/timed

  • Part Three make

    navigate to src folder

    sudo insmod elevator.ko

    ./../elevator_driver/consumer.x --start

    ./../elevator_driver/producer.x

    ./../elevator_driver/consumer.x --stop

Known Bugs:

  1. Deadlocks
  2. Can add people to the list but elevator not detecting the request (deadlocking at request).
  3. Not properly printing out status after adding things to the list.
  4. Threads aren't stopping properly upon exiting the module.
  5. Elevator is not moving.

Unfinished Portions:

  1. Adding people to list, all other logic is present.

Additional Comments:

  1. We assumed that the messages wouldn't consume more than 2048 bytes for characters

kermo's People

Contributors

ereio avatar zdiemer avatar

Stargazers

 avatar

Watchers

 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.