summaryrefslogtreecommitdiff
path: root/oss/box/index.html
blob: 45675ded0abb8e08924a388b7c6508789427dd7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
        <head>
                <title>Box Kernel</title>
        </head>
        <body>
                <h1>Box Kernel</h1>
                <h3>A Unix-like kernel written for i386-based machines</h3>
                <p>Box is a tiny, Unix-like kernel written in C with some
                bootstrap code written in x86 assembly.</p>
                <h4>Useful links</h4>
                <ul>
                        <li><a href="https://git.gymli.org/dholman/box.git/">Git repository</a></li>
                </ul>
                <h4>Relevant standards documents</h4>
                <ul>
                        <li><a href=http://www.opengroup.org/onlinepubs/9699919799/>Single Unix Specification</a></li>
                        <li><a href=http://www.open-std.org/jtc1/sc22/wg14/www/standards>C99 Standard</a></li>
                </ul>
        </body>
</html>