diff options
| author | 2024-04-13 23:33:14 +0000 | |
|---|---|---|
| committer | 2024-04-13 23:33:14 +0000 | |
| commit | 87678a33811547c79f501eb8318c62f6c6c42226 (patch) | |
| tree | c3e2212638a676bca0dde47da4fd32c8ae64e33e /README.md | |
| parent | Merge pull request #103 from y-tsubuku/feature/add_readme_ja (diff) | |
| download | ms-dos-87678a33811547c79f501eb8318c62f6c6c42226.tar.gz ms-dos-87678a33811547c79f501eb8318c62f6c6c42226.tar.xz ms-dos-87678a33811547c79f501eb8318c62f6c6c42226.zip | |
Updating template files
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 17 |
1 files changed, 13 insertions, 4 deletions
| @@ -1,16 +1,25 @@ | |||
| 1 | <img width="150" height="150" align="left" style="float: left; margin: 0 10px 0 0;" alt="MS-DOS logo" src="https://github.com/Microsoft/MS-DOS/blob/master/msdos-logo.png"> | 1 | <img width="150" height="150" align="left" style="float: left; margin: 0 10px 0 0;" alt="MS-DOS logo" src="https://github.com/Microsoft/MS-DOS/blob/main/msdos-logo.png"> |
| 2 | 2 | ||
| 3 | # MS-DOS v1.25 and v2.0 Source Code | 3 | # MS-DOS v1.25 and v2.0 Source Code |
| 4 | |||
| 4 | This repo contains the original source-code and compiled binaries for MS-DOS v1.25 and MS-DOS v2.0. | 5 | This repo contains the original source-code and compiled binaries for MS-DOS v1.25 and MS-DOS v2.0. |
| 5 | 6 | ||
| 6 | These are the same files [originally shared at the Computer History Museum on March 25th, 2014]( http://www.computerhistory.org/atchm/microsoft-ms-dos-early-source-code/) and are being (re)published in this repo to make them easier to find, reference-to in external writing and works, and to allow exploration and experimentation for those interested in early PC Operating Systems. | 7 | These are the same files [originally shared at the Computer History Museum on March 25th, 2014]( http://www.computerhistory.org/atchm/microsoft-ms-dos-early-source-code/) and are being (re)published in this repo to make them easier to find, reference-to in external writing and works, and to allow exploration and experimentation for those interested in early PC Operating Systems. |
| 7 | 8 | ||
| 8 | # License | 9 | # License |
| 9 | All files within this repo are released under the [MIT (OSI) License]( https://en.wikipedia.org/wiki/MIT_License) as per the [LICENSE file](https://github.com/Microsoft/MS-DOS/blob/master/LICENSE.md) stored in the root of this repo. | 10 | |
| 11 | All files within this repo are released under the [MIT License]( https://en.wikipedia.org/wiki/MIT_License) as per the [LICENSE file](https://github.com/Microsoft/MS-DOS/blob/main/LICENSE) stored in the root of this repo. | ||
| 10 | 12 | ||
| 11 | # Contribute! | 13 | # Contribute! |
| 12 | The source files in this repo are for historical reference and will be kept static, so please **don’t send** Pull Requests suggesting any modifications to the source files, but feel free to fork this repo and experiment 😊. | ||
| 13 | 14 | ||
| 14 | If, however, you’d like to submit additional non-source content or modifications to non-source files (e.g., this README), please submit via PR, and we’ll review and consider. | 15 | The source files in this repo are for historical reference and will be kept static, so please **don’t send** Pull Requests suggesting any modifications to the source files, but feel free to fork this repo and experiment 😊. |
| 15 | 16 | ||
| 16 | This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. | 17 | This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. |
| 18 | |||
| 19 | # Trademarks | ||
| 20 | |||
| 21 | This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft | ||
| 22 | trademarks or logos is subject to and must follow | ||
| 23 | [Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/legal/intellectualproperty/trademarks/usage/general). | ||
| 24 | Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. | ||
| 25 | Any use of third-party trademarks or logos are subject to those third-party's policies. | ||