summaryrefslogtreecommitdiff
path: root/oss/box/index.html
blob: e267498994f0db2209a05a53dbb4c04a9d4943bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<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.xyz/pub/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>