12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8"/>
- <title>Interim OS 2015</title>
- <style>
- body {
- margin: 50px;
- max-width: 600px;
- }
- </style>
- </head>
- <body>
- <pre>
-
- _ _ _
- |_|___| |_ ___ ___|_|_____ ___ ___
- | | | _| -_| _| | | | . |_ -|
- |_|_|_|_| |___|_| |_|_|_|_| |___|___|
- </pre>
- <p>
- Welcome to <a href="https://github.com/mntmn/interim">Interim OS</a>, a minimal operating system featuring a language oriented kernel. (Last Update: 2015-09-10)
- </p>
- <p>
- <ul>
- <li><a href="./interim-0.1.0-rpi2.tgz">Download Interim OS Release 0.1.0 (alpha) for Raspberry Pi 2</a></li>
- <li><a href="https://github.com/mntmn/interim">Full Source Code at Github</a></li>
- </ul>
- </p>
- <img src="http://dump.mntmn.com/interim-paper/illustrations_small/3254_overview_front_bw.jpg" width="300">
- <p>
- It is intended for:
- <ul>
- <li>Computer / OS design education</li>
- <li>Embedded systems development</li>
- <li>"Recreational" computing / hacking / tinkering</li>
- </ul>
|