Skip to content

Instantly share code, notes, and snippets.

@FalkoJoseph
Created August 12, 2011 23:03
Show Gist options
  • Save FalkoJoseph/1143182 to your computer and use it in GitHub Desktop.
Save FalkoJoseph/1143182 to your computer and use it in GitHub Desktop.
<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