Skip to content

Programs

Alejandro Olvera edited this page Oct 23, 2017 · 7 revisions

Programs

Programs are sourced from the ~/projects/lms2012/lmssrc directory. The files contained in this directory are included within the UI as system programs, such as 'Brick Info', 'Port View', 'Volume', and the like. Invoke make programs to update the system to reflect any new changes to system programs and components.

Adding new Programs

It is possible to add more programs or include more tools available to the user by creating a new directory, programming the functionality in bytecode, and including the new directory within the Makefile. When make programs is invoked, the new additions will be assembled and included within the ~/projects/lms2012/lms2012/ directory.

Table of Contents

General

OS Components

UI

Inter-Communication Interface

Application Program Interfaces

Clone this wiki locally