log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
lcfOS
comparison user/init.c3 @ 393:
6ae782a085e0
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Added init program
author
Windel Bouwman
date
Sat, 17 May 2014 21:17:40 +0200
parents
children
comparison
equal
deleted
inserted
replaced
392:bb4289c84907
393:6ae782a085e0
1
module init;
2
import lib;
3
4
/*
5
Initial program run by the system.
6
*/
7
8
function void start()
9
{
10
lib.print("Welcome to lcfos");
11
}
12