Warrah - 5/5/2010
Written on Wed, 12 May 2010 06:56:13 +0000 - Last updated on Wed, 12 May 2010 06:57:01 +0000A journal entry in the development of the Warrahoperating system, dated May 5, 2010.
Coding begins
Coding on this project has begun. The beginnings of the executive has been authored. Right now it can deal with browser requests and run applications. It still needs work though.
Usage on traditional OSs
The Warrah executive was originally planned to run by itself as its own system. However, the design of Warrah inherently allows it to exist inside a traditional desktop machine. This means that Warrah could, for example, be used as a rich Internet application (RIA) platform. Running a Warrah app bundle in this environment could cause an "Application Shortcut" mode Chromium window containing the application. The requisite Javascript and CSS is automatically included.
The Warrah executive should be able to take an HTML page and create a jQuery UI dialog out of it.