diff options
Diffstat (limited to 'oss/box')
-rw-r--r-- | oss/box/index.html | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/oss/box/index.html b/oss/box/index.html index 45675de..516dbb2 100644 --- a/oss/box/index.html +++ b/oss/box/index.html @@ -1,21 +1,13 @@ <!DOCTYPE html> <html> <head> - <title>Box Kernel</title> + <title>Box OS</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> + <h1>Box OS</h1> + <p>BoxOS is a complete, Unix-like operating system written in + C. It is done in the style of the BSD family of operating + systems, with most components designed and programmed in-house.</p> + <h2> </body> </html> |