https://github.com/yashhere/experimentalos
Work done by me for OS Lab project at NITC
https://github.com/yashhere/experimentalos
c nitc operating-system os oslab system systems-programming
Last synced: 8 months ago
JSON representation
Work done by me for OS Lab project at NITC
- Host: GitHub
- URL: https://github.com/yashhere/experimentalos
- Owner: yashhere
- Created: 2016-08-24T15:26:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-04T08:03:54.000Z (about 9 years ago)
- Last Synced: 2025-02-17T11:45:34.557Z (11 months ago)
- Topics: c, nitc, operating-system, os, oslab, system, systems-programming
- Language: C
- Homepage: https://xosnitc.github.io/
- Size: 933 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
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
xos-users@googlegroups.com
* Contributors
xos-developers@googlegroups.com