Code Monkey home page Code Monkey logo

run's Introduction

Experimental Operating System (XOS)
===================================
Version 1.0.1
--------------
This is a platform for building a simple operating system upon a simulated machine hardware. Various components have been provided in this development package. 

For instructions and detailed documentation, visit
http://xosnitc.github.com/


Components
==========
APL-Compiler
SPL-Compiler
XFS-Interface
XSM

ChangeLog
=========
* SPL Compiler Fixes
	-- Fixed incorrect string comparision
	-- Fixed incorrect format of 'store' compilation.

Compiling
=========
* Use 'make' from the base directory to compile all components

* To compile each component separately, cd into the corresponding directory
and use 'make' command.

* To recompile each component, within the corresponding directory, first use 'make clean' and then use 'make' command.

Mailing Lists
=============
* Users
[email protected]

* Contributors
[email protected]

run's People

Contributors

thehamzarocks avatar

Watchers

James Cloos avatar  avatar

Forkers

satishanil97

run's Issues

Index of Per-Process Open File Table entry

The value of the loop variable i is stored as the index entry of the per-process open file table and not the actual entry number itself. For example, the second entry would have value 2 and not 1. We need to either change this behaviour or keep this in mind while handling future operations.

Also, the fat indices are also stored in the same way. This needs to change as it is not according to the specification. We need to change the behaviour.

loading fat and disk blocks

These blocks ought to be loaded in the interrupt routine and not the startup code. Otherwise they won't be loaded a second time.

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.