-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
40 lines (30 loc) · 959 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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
* Contributors