Code Monkey home page Code Monkey logo

microkernel's Introduction

MicroKernel

Demonstration

Description

This project is an implementation of a small, but fully functional multithreaded operating system kernel with time sharing. More precisely, it contains the source code of kernel's thread management subsystem.

User application (user.cpp) and the kernel are compiled and linked into a single console application (m-kernel.exe). Static library lib/APPLICAT.lib contains the implementation of system's scheduler. You can see scheduler's interface in scheduler.h.

The full project specification can be found here (Serbian language only).

Setup

This project uses a very old C++ compiler, Borland C++ Compiler (BCC), version 3.1, from 1992. BCC provides a simple way of tempering with interrupt vector table (IVT) on MS DOS (Microsoft Disk Operating System), which is necessary in order to implement time-sharing functionality.

  1. Make sure you have 32-bit Windows (installed or available as a virtual machine)
  2. Download BCC 3.1 from here
  3. Extract the archive to C:\bc31\
  4. Move the content of this repository to C:\project\
  5. Open command prompt, navigate to C:\project\ and run compile.bat
  6. Run run.bat

Note to the reader of this README

If you have any question, suggestion or collaboration offer, please feel free to contact me. If you find this repository useful, please consider starring it!

microkernel's People

Contributors

danijelaskov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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