diff options
author | Danny Holman <dholman@gymli.org> | 2025-08-29 00:28:42 -0500 |
---|---|---|
committer | Danny Holman <dholman@gymli.org> | 2025-08-29 00:28:42 -0500 |
commit | 953b4b2b1669b6a758bf49f042b523b50a0a1189 (patch) | |
tree | 5a6f2cfcb94f7bfbe53454a2f3db793250dc2c71 /oss/box/index.html | |
parent | Update Gemfile dependencies (again) (diff) | |
download | blog-953b4b2b1669b6a758bf49f042b523b50a0a1189.tar.gz blog-953b4b2b1669b6a758bf49f042b523b50a0a1189.tar.zst blog-953b4b2b1669b6a758bf49f042b523b50a0a1189.zip |
Update Gemfile
Diffstat (limited to '')
-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> |