Created
August 12, 2011 23:03
-
-
Save FalkoJoseph/1143182 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<cobalt> | |
<header> | |
<title="OpenCobalt"></title> | |
<version>0.1</version> | |
</header> | |
<include> | |
<src>libscale.txt</src> | |
<src>libcompress.txt</src> | |
<scr>libmonitor.txt</src> | |
</include> | |
<boot> | |
<!-- Booting code --> | |
<init>doreset</init> | |
<init>setuser("root")</init> | |
<init>setwallpaper("default.jpg")</init> | |
</boot> | |
<!-- This code below will execute when booting finished --> | |
<main> | |
<init>winmanager()</init> | |
<init>daemon()</init> | |
</main> | |
</cobalt> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment