Skip to content
This repository has been archived by the owner on Apr 9, 2019. It is now read-only.

Commit

Permalink
TOOLS-650 OSS Game Day!
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith M Wesolowski committed Nov 6, 2014
1 parent 41e5cb4 commit 002af5f
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion README → README.md
@@ -1,3 +1,24 @@
<!--
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
-->

<!--
Copyright (c) 2014, Joyent, Inc.
-->

# sdcboot

This repository is part of the Joyent SmartDataCenter project (SDC). For
contribution guidelines, issues, and general documentation, visit the main
[SDC](http://github.com/joyent/sdc) project page.

Note that most of the contents of this repository are covered by their
own separate licenses and copyright statements.

# Development

This repository contains the following:

- FreeDOS 1.1 with all source and tools
Expand All @@ -8,7 +29,7 @@ This repository contains the following:
- A replacement for the BIOS int 0x14 service that actually works
- Glue for building the FreeDOS-related portions of the SDC boot system

This repository serves three main purposes: first, it contains the
The repository serves three main purposes: first, it contains the
original sources for all DOS-related binaries. Since we don't have any
ability to build them, they aren't really useful, but we still need them
due to licensing requirements. Second, this repository assembles a
Expand Down Expand Up @@ -40,3 +61,7 @@ If we do later need to change any of these before we finally rid
ourselves of the need for them, we can revisit then. In any case, for
those who so desire, all of the source is included here or in
submodules. Changes to build from source would generally be welcome.

# Testing

No tests are available.

0 comments on commit 002af5f

Please sign in to comment.