[View]  [Edit]  [Lock]  [References]  [Attachments]  [History]  [Home]  [Changes]  [Search]  [Help] 

[console] Application startup

Console mode apps can start loading the following files:
	load("s8/boot.js"); // build S8 structure
	load("s8/s8.image.js"); //load S8 image
	...

(links?)
It is the normal way of starting an application.

Console platform is used to build images that can run in other platforms, loading frameworks without instantiating patform dependent objects, and after the systemis built, the image is saved as a snaphot to be embedded to build an application that will run in another platform.