jsos
college code for operating system fundamentals in js
git clone https://9o.is/git/jsos.git
commit a52ae1905239d3cb384cbd0b79c1be5cda60b28e parent 76a7e8938387866ba6993f0b194ff3b3dfa590b2 Author: Jul <jul@9o.is> Date: Wed, 7 Nov 2012 12:36:00 -0500 Changed from 0.2 to 0.3 Diffstat:
| M | globals.js | | | 2 | +- |
| M | index.html | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/globals.js b/globals.js @@ -12,7 +12,7 @@ // Global Constants // var APP_NAME = "JuliOS"; // 'cause I was at a loss for a better name. -var APP_VERSION = "0.2"; +var APP_VERSION = "0.3"; var CPU_CLOCK_INTERVAL = 100; // in ms, or milliseconds, so 1000 = 1 second. diff --git a/index.html b/index.html @@ -10,7 +10,7 @@ <link rel="stylesheet" href="styles/julios-buttons.css" type="text/css" media="screen" /> <title> - JuliOS 0.2 - a Browser-based virtual Operating System + JuliOS 0.3 - a Browser-based virtual Operating System </title> <!-- Globals CONSTANTS and _Variables. Must included be first. -->