From 28fa262cc2a9591859cb3fa5a70bf3c0bf891f94 Mon Sep 17 00:00:00 2001 From: Orlando Briceno Gomez Date: Thu, 4 Oct 2018 16:05:07 -0400 Subject: [PATCH 01/16] Spelling fix --- README.es.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.es.md b/README.es.md index 21030fc..cb15959 100644 --- a/README.es.md +++ b/README.es.md @@ -1,6 +1,6 @@ MS-DOS logo -# Codigo Fuente de MS-DOS v1.25 y v2.0 +# Código Fuente de MS-DOS v1.25 y v2.0 Este repositorio contiene el código fuente original y binarios compilados para MS-DOS v1.25 y MS-DOS v2.0. Estos son los mismos archivos [originalmente compartidos al Museo Histórico de Ordenadores en Marzo 25 de 2014]( http://www.computerhistory.org/atchm/microsoft-ms-dos-early-source-code/) y están siendo (re)publicados en este repositorio para que puedan ser encontrados mas fácilmente, referenciados en escritos y trabajos externos, y permitir la exploración y experimentación para aquellos interesados en sistemas operativos para PC tempranos. @@ -13,4 +13,4 @@ Los archivos fuente en este repositorio son para referencia histórica y permane Sin embargo, si deseas enviar contenido adicional que no sea código o modificaciones a archivos que no sean de código fuente (por ejemplo, este archivo README), envíe una petición (PR) y lo revisaremos y consideraremos. -Este proyecto a adoptado el [Código de conducta de Microsoft Open Source (en inglés)](https://opensource.microsoft.com/codeofconduct/). Para mas información consulta las [Preguntas frecuentes del Codigo de Conducta (en inglés)](https://opensource.microsoft.com/codeofconduct/faq/) o contacta [opencode@microsoft.com](mailto:opencode@microsoft.com) con cualquier pregunta o comentario adicional. +Este proyecto a adoptado el [Código de conducta de Microsoft Open Source (en inglés)](https://opensource.microsoft.com/codeofconduct/). Para mas información consulta las [Preguntas frecuentes del Código de Conducta (en inglés)](https://opensource.microsoft.com/codeofconduct/faq/) o contacta [opencode@microsoft.com](mailto:opencode@microsoft.com) con cualquier pregunta o comentario adicional. -- 2.52.0 From 9230133a4c4ab779e841febf5f47c374e63bd2e2 Mon Sep 17 00:00:00 2001 From: LiTO773 Date: Thu, 4 Oct 2018 22:16:42 +0100 Subject: [PATCH 02/16] README in Portuguese is now README.pt-PT --- README.pt-PT.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.pt-PT.md diff --git a/README.pt-PT.md b/README.pt-PT.md new file mode 100644 index 0000000..15cf1fc --- /dev/null +++ b/README.pt-PT.md @@ -0,0 +1,16 @@ +Logotipo do MS-DOS + +# Código Fonte do MS-DOS v1.25 e v2.0 +Este repositório contém o código fonte e os binários compilados originais do MS-DOS versão 1.25 e versão 2.0. + +Estes são os mesmos ficheiros [partilhados originalmente no Museu da História da Computação (Computer History Museum) no dia 25 de Março de 2014](http://www.computerhistory.org/atchm/microsoft-ms-dos-early-source-code/) e estão a ser (re)publicados neste repositório de forma a serem mais fáceis de se encontrar, referir em trabalhos ou artigos externos e/ou permitir a exploração/experimentação para aqueles interessados em Sistemas Operativos antigos destinados a PCs. + +# Licença +Todos os ficheiros deste repositório estão lançados sob a [Licença MIT (OSI)](https://pt.wikipedia.org/wiki/Licen%C3%A7a_MIT) como descrito no [ficheiro LICENSE](https://github.com/Microsoft/MS-DOS/blob/master/LICENSE.md) presente na raiz deste repositório. + +# Contribua! +Os ficheiros de código fonte deste repositório são para referência histórica, logo não serão alterados. Deste modo, pedimos que não envie Pull Requests a sugerir quaisquer tipo de alterações a estes ficheiros, mas sinta-se à vontade de fazer um fork deste repositório e fazer alterações 😊. + +Se, no entanto, quiser submeter ficheiros adicionais ou modificações a ficheiros não relacionados com o código fonte (por exemplo: este README), sinta-se à vontade de as submeter via PR, será revisto e considerado. + +Este projeto adota o [Código de Conduta Open Source da Microsoft](https://opensource.microsoft.com/codeofconduct/). Para mais informações veja [Perguntas Frequentes sobre o Código de Conduta](https://opensource.microsoft.com/codeofconduct/faq/) ou contacte [opencode@microsoft.com](mailto:opencode@microsoft.com) com quaisquer outras questões ou comentários. -- 2.52.0 From 8d4cd5d8b3f6f8c27ee64b171aa8ac611fede1d0 Mon Sep 17 00:00:00 2001 From: LiTO773 Date: Thu, 4 Oct 2018 22:16:42 +0100 Subject: [PATCH 03/16] README in Portuguese is now README.pt-PT --- README.md | 20 ++++++++++---------- README.pt-PT.md | 16 ++++++++++++++++ 2 files changed, 26 insertions(+), 10 deletions(-) create mode 100644 README.pt-PT.md diff --git a/README.md b/README.md index 15cf1fc..009f227 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,16 @@ -Logotipo do MS-DOS +MS-DOS logo -# Código Fonte do MS-DOS v1.25 e v2.0 -Este repositório contém o código fonte e os binários compilados originais do MS-DOS versão 1.25 e versão 2.0. +# MS-DOS v1.25 and v2.0 Source Code +This repo contains the original source-code and compiled binaries for MS-DOS v1.25 and MS-DOS v2.0. -Estes são os mesmos ficheiros [partilhados originalmente no Museu da História da Computação (Computer History Museum) no dia 25 de Março de 2014](http://www.computerhistory.org/atchm/microsoft-ms-dos-early-source-code/) e estão a ser (re)publicados neste repositório de forma a serem mais fáceis de se encontrar, referir em trabalhos ou artigos externos e/ou permitir a exploração/experimentação para aqueles interessados em Sistemas Operativos antigos destinados a PCs. +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. -# Licença -Todos os ficheiros deste repositório estão lançados sob a [Licença MIT (OSI)](https://pt.wikipedia.org/wiki/Licen%C3%A7a_MIT) como descrito no [ficheiro LICENSE](https://github.com/Microsoft/MS-DOS/blob/master/LICENSE.md) presente na raiz deste repositório. +# License +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. -# Contribua! -Os ficheiros de código fonte deste repositório são para referência histórica, logo não serão alterados. Deste modo, pedimos que não envie Pull Requests a sugerir quaisquer tipo de alterações a estes ficheiros, mas sinta-se à vontade de fazer um fork deste repositório e fazer alterações 😊. +# Contribute! +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 😊. -Se, no entanto, quiser submeter ficheiros adicionais ou modificações a ficheiros não relacionados com o código fonte (por exemplo: este README), sinta-se à vontade de as submeter via PR, será revisto e considerado. +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. -Este projeto adota o [Código de Conduta Open Source da Microsoft](https://opensource.microsoft.com/codeofconduct/). Para mais informações veja [Perguntas Frequentes sobre o Código de Conduta](https://opensource.microsoft.com/codeofconduct/faq/) ou contacte [opencode@microsoft.com](mailto:opencode@microsoft.com) com quaisquer outras questões ou comentários. +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. diff --git a/README.pt-PT.md b/README.pt-PT.md new file mode 100644 index 0000000..15cf1fc --- /dev/null +++ b/README.pt-PT.md @@ -0,0 +1,16 @@ +Logotipo do MS-DOS + +# Código Fonte do MS-DOS v1.25 e v2.0 +Este repositório contém o código fonte e os binários compilados originais do MS-DOS versão 1.25 e versão 2.0. + +Estes são os mesmos ficheiros [partilhados originalmente no Museu da História da Computação (Computer History Museum) no dia 25 de Março de 2014](http://www.computerhistory.org/atchm/microsoft-ms-dos-early-source-code/) e estão a ser (re)publicados neste repositório de forma a serem mais fáceis de se encontrar, referir em trabalhos ou artigos externos e/ou permitir a exploração/experimentação para aqueles interessados em Sistemas Operativos antigos destinados a PCs. + +# Licença +Todos os ficheiros deste repositório estão lançados sob a [Licença MIT (OSI)](https://pt.wikipedia.org/wiki/Licen%C3%A7a_MIT) como descrito no [ficheiro LICENSE](https://github.com/Microsoft/MS-DOS/blob/master/LICENSE.md) presente na raiz deste repositório. + +# Contribua! +Os ficheiros de código fonte deste repositório são para referência histórica, logo não serão alterados. Deste modo, pedimos que não envie Pull Requests a sugerir quaisquer tipo de alterações a estes ficheiros, mas sinta-se à vontade de fazer um fork deste repositório e fazer alterações 😊. + +Se, no entanto, quiser submeter ficheiros adicionais ou modificações a ficheiros não relacionados com o código fonte (por exemplo: este README), sinta-se à vontade de as submeter via PR, será revisto e considerado. + +Este projeto adota o [Código de Conduta Open Source da Microsoft](https://opensource.microsoft.com/codeofconduct/). Para mais informações veja [Perguntas Frequentes sobre o Código de Conduta](https://opensource.microsoft.com/codeofconduct/faq/) ou contacte [opencode@microsoft.com](mailto:opencode@microsoft.com) com quaisquer outras questões ou comentários. -- 2.52.0 From 2f6f2e2161cb829c73ed624f866822e165403d3c Mon Sep 17 00:00:00 2001 From: Nattapong Nunpan Date: Thu, 4 Oct 2018 17:02:26 +0700 Subject: [PATCH 04/16] add README.md for Thai language --- README.th-TH.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.th-TH.md diff --git a/README.th-TH.md b/README.th-TH.md new file mode 100644 index 0000000..3288bd7 --- /dev/null +++ b/README.th-TH.md @@ -0,0 +1,16 @@ +MS-DOS logo + +# ซอร์สโค๊ด ของ MS-DOS เวอร์ชั่น 1.25 และ เวอร์ชั่น 2.0 +Repo นี้ได้เก็บซอสโค๊ดต้นฉบับและไบนารี่ที่ถูกคอลไพลแล้วสำหรับ MS-DOS เวอชั่น 1.25 และ MS-DOS เวอร์ชั่น 2.0 + +ไฟล์เหล่านี้เหมือนกับ [การเผยแพร่ครั้งแรกที่พิพิธภัณฑ์ประวัติศาสตร์คอมพิวเตอร์ในวันที่ 25 เดือนมีนาคม ปี 2014]( http://www.computerhistory.org/atchm/microsoft-ms-dos-early-source-code/) และจะถูกเผยเผยแพร่ใน repo นี้เพื่อให้ง่ายต่อการค้นหาและการอ้างอิงถึงการเขียน และยังอนุญาตให้มีการสำรวจและทดลองสำหรับผู้ที่สนใจในระบบปฏิบัติการของ PC ในยุคเริ่มต้น + +# License +ไฟล์ทั้งหมดที่อยู่ใน repo นี้จะเผยแพร่ภายใต้ [MIT (OSI) License]( https://en.wikipedia.org/wiki/MIT_License) ตามที่ [LICENSE file](https://github.com/Microsoft/MS-DOS/blob/master/LICENSE.md) ถูกเก็บไว้ในไดเร็กทอรี่เริ่มต้นของ repo นี้ + +# การสนับสนุน! +ซอร์สไฟล์ใน repo นี้มีไว้สำหรับอ้างอิงถึงประวัติศาสตร์และจะถูกเก็บไว้อย่างคงที่ ดังนั้น **ห้ามส่ง** pull requests สำหรับการแนะนำใดๆในการดัดแปลงซอร์สไฟล์เหล่านี้ แต่ไม้ต้องรู้สึกอึดอัดที่จะ fork repo นี้ไปใช้ในการทดลอง 😊 + +อย่างไรก็ตามหากคุณต้องการส่งเนื้อหาเพิ่มเติมที่ไม่ใช่แหล่งที่มาหรือการปรับเปลี่ยนไฟล์ที่ไม่ใช่ซอร์สโค้ด เช่น README กรุณาส่งทาง Pull Request ละเราจะทำการรีวิวและพิจารณาต่อไป + +โครงการนี้ถูกนำไปใช้ใน [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). สำหรับรายละเอียดเพิ่มเติม [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) หรือติดต่อ [opencode@microsoft.com](mailto:opencode@microsoft.com) หากมีคำถามหรือข้อคิดเห็นเพิ่มเติม -- 2.52.0 From ccd7416507de0761fb7d5a51906a2253106bae58 Mon Sep 17 00:00:00 2001 From: LiTO773 Date: Fri, 5 Oct 2018 11:11:09 +0100 Subject: [PATCH 05/16] =?utf8?q?Changed=20"sinta-se=20=C3=A0=20vontade"=20?= =?utf8?q?to=20"n=C3=A3o=20hesite"?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- README.pt-PT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.pt-PT.md b/README.pt-PT.md index 15cf1fc..d9b6a7c 100644 --- a/README.pt-PT.md +++ b/README.pt-PT.md @@ -9,7 +9,7 @@ Estes são os mesmos ficheiros [partilhados originalmente no Museu da História Todos os ficheiros deste repositório estão lançados sob a [Licença MIT (OSI)](https://pt.wikipedia.org/wiki/Licen%C3%A7a_MIT) como descrito no [ficheiro LICENSE](https://github.com/Microsoft/MS-DOS/blob/master/LICENSE.md) presente na raiz deste repositório. # Contribua! -Os ficheiros de código fonte deste repositório são para referência histórica, logo não serão alterados. Deste modo, pedimos que não envie Pull Requests a sugerir quaisquer tipo de alterações a estes ficheiros, mas sinta-se à vontade de fazer um fork deste repositório e fazer alterações 😊. +Os ficheiros de código fonte deste repositório são para referência histórica, logo não serão alterados. Deste modo, pedimos que não envie Pull Requests a sugerir quaisquer tipo de alterações a estes ficheiros, mas não hesite em dar fork a este repositório e fazer alterações 😊. Se, no entanto, quiser submeter ficheiros adicionais ou modificações a ficheiros não relacionados com o código fonte (por exemplo: este README), sinta-se à vontade de as submeter via PR, será revisto e considerado. -- 2.52.0 From 03c345ecb9b992c781c14abdb77baefd22b847b6 Mon Sep 17 00:00:00 2001 From: James Pack Date: Sat, 6 Oct 2018 19:49:05 -0400 Subject: [PATCH 06/16] Fixed minor spelling error in README.txt --- v2.0/source/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2.0/source/README.txt b/v2.0/source/README.txt index c5bbf25..38a9509 100644 --- a/v2.0/source/README.txt +++ b/v2.0/source/README.txt @@ -2,7 +2,7 @@ The 2.0 Release of MSDOS includes five 5 1/4 double density single sided -diskettes or three 8 iinch CP/M 80 format diskettes. +diskettes or three 8 inch CP/M 80 format diskettes. The software/documentation on the five inch diskettes is arranged as follows: -- 2.52.0 From 5d45eaa325dde02e989e19590c7b09a92edb4f90 Mon Sep 17 00:00:00 2001 From: udi Date: Mon, 8 Oct 2018 11:42:55 +0300 Subject: [PATCH 07/16] Fixes proposed by @daskool --- README.ru-RU.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.ru-RU.md b/README.ru-RU.md index defe559..23376e4 100644 --- a/README.ru-RU.md +++ b/README.ru-RU.md @@ -1,16 +1,16 @@ MS-DOS logo # Исходный код MS-DOS v1.25 и v2.0 -Этот репозиторий содержит оригинальный исходный код и скомпилированные бинарные файлы MS-DOS v1.25 и MS-DOS v2.0. +Репозиторий содержит оригинальный исходный код и скомпилированные бинарные файлы MS-DOS v1.25 и MS-DOS v2.0. -Это те же самые файлы, которые были изначально [представлены в Музее Компьютерной Истории 25 марта 2014]( http://www.computerhistory.org/atchm/microsoft-ms-dos-early-source-code/) и были (пере-)опубликованы в этом репозитории, чтобы сделать их более доступными в поиске, для ссылок из внешних статей и работ, а так же для тех, кто увлечен исследованиями и экспериментами операционными системами ПК раннего периода. +Это те же самые файлы, которые были изначально [представлены в Музее Компьютерной Истории 25 марта 2014]( http://www.computerhistory.org/atchm/microsoft-ms-dos-early-source-code/) и были (пере-)опубликованы в этом репозитории, чтобы их можно было легче найти, cослаться из внешних статей и работ, а так же позволить исследовать и экспериментировать всем тем, кто интересуется операционными системами ПК раннего периода. # Лицензия -Все файлы текущего репозитория опубликованы под [лицензией MIT (OSI)]( https://en.wikipedia.org/wiki/MIT_License) согласно [файлу LICENSE](https://github.com/Microsoft/MS-DOS/blob/master/LICENSE.md) в корне текущего репозитория. +Все файлы репозитория опубликованы под [лицензией MIT (OSI)]( https://en.wikipedia.org/wiki/MIT_License) согласно [файлу LICENSE](https://github.com/Microsoft/MS-DOS/blob/master/LICENSE.md) в корне текущего репозитория. # Участвуй! Исходный код в этом репозитории является исторической справкой и останется неизменным, поэтому **пожалуйста не отправляйте** запросы на изменение исходного кода, но вместе с этим не стесняйтесь делать форки этого репозитория и экспериментировать 😊. Однако, если вы желаете отправить запрос на изменение файлов или их частей, не являющихся исходным кодом (например, данный README), отправляйте PR и мы его проверим и рассмотрим. -В этом проекте принят [кодекс поведения Microsoft Open Source](https://opensource.microsoft.com/codeofconduct/). За дополнительной информацией см. [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) или обращайтесь на [opencode@microsoft.com](mailto:opencode@microsoft.com) с любыми дополнительными вопросами или комментариями. +В этом проекте принят [кодекс поведения Microsoft Open Source](https://opensource.microsoft.com/codeofconduct/). За дополнительной информацией смотрите [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) или обращайтесь на [opencode@microsoft.com](mailto:opencode@microsoft.com) с любыми дополнительными вопросами или комментариями. -- 2.52.0 From 3964fe5dd1b26beefabc6f5067e5128548a54a49 Mon Sep 17 00:00:00 2001 From: ritterasdf Date: Sun, 21 Oct 2018 16:29:43 +0200 Subject: [PATCH 08/16] rewrote Readme in proper German. I took some liberties in rewriting the original translation into proper German in order to make everything comprehendable. The sentences don't follow the original on a word-by-word basis but instead convey the meaning. --- README-ger.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README-ger.md b/README-ger.md index 99f9304..3f292b0 100644 --- a/README-ger.md +++ b/README-ger.md @@ -1,16 +1,16 @@ MS-DOS logo # MS-DOS v1.25 und v2.0 Quellcode -Diese repo enthält den originalen Quellcode und kompilierte Binärdateien für MS-DOS v1.25 und MS-DOS v2.0. +Dieses Repository enthält den ursprünglichen Quellcode, sowie die kompilierten Binärdateien für MS-DOS v1.25 und MS-DOS v2.0. -Dies sind die gleichen Datein [wie sie ursprünglich am 25. März 2014 mit dem Computer History Museum geteilt wurden]( http://www.computerhistory.org/atchm/microsoft-ms-dos-early-source-code/) und werden in diesem Repo (wieder) veröffentlicht, damit sie leichter zu finden sind, in externen Texten und Werken referenziert werden und erkundungen und Experimentieren für diejenigen ermöglicht wird, die sich für frühe PC-Betriebssysteme interessieren. +Dabei handelt es sich um die gleichen Dateien, [welche ursprünglich am 25. März 2014 mit dem Computer History Museum geteilt wurden]( http://www.computerhistory.org/atchm/microsoft-ms-dos-early-source-code/). Die Wiederveröffentlichung in diesem Repository macht diese Dateien leichter auffindbar und vereinfacht das Referenzieren in Texten und Arbeiten. Außerdem ermöglicht diese Veröffentlichung denjenigen, welche sich für frühe PC-Betriebssysteme interessieren, die Auseinandersetzung mit dem Programmcode und den Binärdateien zu Untersuchungs- und Experimentierzwecken. # Lizenz -Alle veröffentlichte Dateien innerhalb dieses Repos sind unter der [MIT (OSI) License]( https://en.wikipedia.org/wiki/MIT_License) gemäß der [LICENSE file](https://github.com/Microsoft/MS-DOS/blob/master/LICENSE.md) in diesem Repo gespeichert. +Alle Dateien, welche in diesem Repository veröffentlich sind, fallen unter die [MIT (OSI) Lizenz](https://de.wikipedia.org/wiki/MIT-Lizenz) gemäß der [Lizenzdatei](https://github.com/Microsoft/MS-DOS/blob/master/LICENSE.md), welche sich im Stammverzeichnis dieses Repositorys befindet. # Beitragen! -Die Quelldateien in diesem Repo dienen der historischen Referenz und bleiben statisch. Bitte senden Sie keine Pull Requests, in denen Änderungen an den Quelldateien vorgeschlagen werden 😊. +Der Quellcode in diesem Repository dient als geschichtliche Referenz und bleibt deshalb unverändert. Bitte sende **keine Pull Requests**, welche Änderungen des Quellcodes beinhalten. Zögere aber nicht, dieses Repository abzuspalten (engl: to fork) um damit zu experimentieren 😊. -Wenn Sie jedoch zusätzliche Inhalte ohne Quellcode oder Änderungen an Nicht-Quelldateien (z. B. diese README-Datei) einreichen möchten, senden Sie sie bitte per PR, und wir prüfen diese. +Vorschläge für zusätzliches Material oder Änderungen an Dateien, welche nicht zum Quellcode gehören (z. B. diese README-Datei), können per Pull Request zur Prüfung eingereicht werden. -Dieses Projekt hat die [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). Weitere Informationen finden Sie unter [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) oder Kontaktieren Sie [opencode@microsoft.com](mailto:opencode@microsoft.com) mit allen zusätzlichen Fragen oder Anmerkungen. +Dieses Projekt übernimmt den [Microsoft Open Source Verhaltenskodex](https://opensource.microsoft.com/codeofconduct/). Weitere Informationen sind im [Verhaltenskodex FAQ](https://opensource.microsoft.com/codeofconduct/faq/) zu finden. Für weitere Fragen oder Kommentare kontaktiere [opencode@microsoft.com](mailto:opencode@microsoft.com). -- 2.52.0 From e62172c17472d1691b0e45cd07d7afaadf3a363c Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=B6khan=20Gurbeto=C4=9Flu?= Date: Mon, 22 Oct 2018 22:43:22 +0300 Subject: [PATCH 09/16] Add Turkish translation for README --- README.tr-TR.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.tr-TR.md diff --git a/README.tr-TR.md b/README.tr-TR.md new file mode 100644 index 0000000..cb29de5 --- /dev/null +++ b/README.tr-TR.md @@ -0,0 +1,16 @@ +MS-DOS logosu + +# MS-DOS v1.25 ve v2.0 Kaynak Kodu +Bu depo MS-DOS v1.25 ve MS-DOS v2.0'ın orijinal kaynak kodunu ve derlenmiş çalıştırılabilir dosyalarını içerir. + +Bu dosyalar [ilk olarak 25 Mart 2014 tarihinde Bilgisayar Tarihi Müzesinde yayınlananlarla]( http://www.computerhistory.org/atchm/microsoft-ms-dos-early-source-code/) aynı dosyalardır ve bu projede, daha kolay bulunabilmesi, dış yazılar ve işlerde atıflanabilmesi ve öncül Kişisel Bilgisayar İşletim Sistemlerine ilgi duyanların keşif ve denemeler yapabilmesi için (yeniden) yayınlanmaktadır. + +# Lisans +Bu depodaki tüm dosyalar, deponun kök klasöründeki [LİSANS dosyasında](https://github.com/Microsoft/MS-DOS/blob/master/LICENSE.md) belirtildiği gibi [MIT (OSI) Lisansıyla](https://en.wikipedia.org/wiki/MIT_License) yayınlanmıştır. + +# Katkıda Bulunun! +Bu depodaki dosyalar tarihsel niteliktedir ve statik olarak saklanacaktır, bu yüzden lütfen kaynak dosyalara herhangi bir değişiklik öneren bir çekme talebi (Pull Request) **göndermeyin**. Yine de bu depoyu çatallamaktan ve denemekten çekinmeyin 😊. + +Ama eğer kaynak dosyalar dışındaki dosyalara (örn. bu README benioku dosyası) kaynak dışı içerik ya da değişiklik katmak isterseniz lütfen çekme talebi (PR) ile gönderin ve biz de inceleyip değerlendirelim. + +Bu proje [Microsoft Davranış Kurallarını](https://opensource.microsoft.com/codeofconduct/) benimsemiştir. Daha fazla bilgi için [Davranış Kuralları SSS](https://opensource.microsoft.com/codeofconduct/faq/) sayfasını inceleyin ya da başka sorular veya yorumlar için [opencode@microsoft.com](mailto:opencode@microsoft.com) ile iletişime geçin. -- 2.52.0 From 9bd8b52e82221f76cb534ab8f22be32e482a2ceb Mon Sep 17 00:00:00 2001 From: Robert Lara Date: Tue, 23 Oct 2018 16:54:37 +0200 Subject: [PATCH 10/16] Spelling fix --- README.es.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.es.md b/README.es.md index cb15959..2294b53 100644 --- a/README.es.md +++ b/README.es.md @@ -13,4 +13,4 @@ Los archivos fuente en este repositorio son para referencia histórica y permane Sin embargo, si deseas enviar contenido adicional que no sea código o modificaciones a archivos que no sean de código fuente (por ejemplo, este archivo README), envíe una petición (PR) y lo revisaremos y consideraremos. -Este proyecto a adoptado el [Código de conducta de Microsoft Open Source (en inglés)](https://opensource.microsoft.com/codeofconduct/). Para mas información consulta las [Preguntas frecuentes del Código de Conducta (en inglés)](https://opensource.microsoft.com/codeofconduct/faq/) o contacta [opencode@microsoft.com](mailto:opencode@microsoft.com) con cualquier pregunta o comentario adicional. +Este proyecto a adoptado el [Código de conducta de Microsoft Open Source (en inglés)](https://opensource.microsoft.com/codeofconduct/). Para más información consulta las [Preguntas frecuentes del Código de Conducta (en inglés)](https://opensource.microsoft.com/codeofconduct/faq/) o contacta [opencode@microsoft.com](mailto:opencode@microsoft.com) con cualquier pregunta o comentario adicional. -- 2.52.0 From 6ef39e35ff8933fb598ccd2594a836cb9733fbac Mon Sep 17 00:00:00 2001 From: Robert Lara Date: Tue, 23 Oct 2018 16:56:27 +0200 Subject: [PATCH 11/16] Spelling fix --- README.es.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.es.md b/README.es.md index 2294b53..9a7ad41 100644 --- a/README.es.md +++ b/README.es.md @@ -3,7 +3,7 @@ # Código Fuente de MS-DOS v1.25 y v2.0 Este repositorio contiene el código fuente original y binarios compilados para MS-DOS v1.25 y MS-DOS v2.0. -Estos son los mismos archivos [originalmente compartidos al Museo Histórico de Ordenadores en Marzo 25 de 2014]( http://www.computerhistory.org/atchm/microsoft-ms-dos-early-source-code/) y están siendo (re)publicados en este repositorio para que puedan ser encontrados mas fácilmente, referenciados en escritos y trabajos externos, y permitir la exploración y experimentación para aquellos interesados en sistemas operativos para PC tempranos. +Estos son los mismos archivos [originalmente compartidos al Museo Histórico de Ordenadores en Marzo 25 de 2014]( http://www.computerhistory.org/atchm/microsoft-ms-dos-early-source-code/) y están siendo (re)publicados en este repositorio para que puedan ser encontrados más fácilmente, referenciados en escritos y trabajos externos, y permitir la exploración y experimentación para aquellos interesados en sistemas operativos para PC tempranos. # Licencia Todos los archivos contenidos en este repositorio fueron liberados bajo la [Licencia MIT (OSI)](https://es.wikipedia.org/wiki/Licencia_MIT) según el [archivo de Licencia](https://github.com/Microsoft/MS-DOS/blob/master/LICENSE.md) almacenado en la raíz de este repositorio. -- 2.52.0 From 852bef533aa050dac7a83e19e9561deff32e94f9 Mon Sep 17 00:00:00 2001 From: Soundarya G Date: Mon, 29 Oct 2018 14:08:34 +0530 Subject: [PATCH 12/16] Fix typo in readme.pt-br.md --- README.pt-BR.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.pt-BR.md b/README.pt-BR.md index eee00d7..e43cb00 100644 --- a/README.pt-BR.md +++ b/README.pt-BR.md @@ -13,4 +13,4 @@ Os arquivos neste repositório são referências históricas e continuarão est Se, no entanto, você quiser enviar conteúdos adicionais que não sejam conteúdos ou modificações no código fonte (como por exempo este LEIA-ME), por favor, envie via Pull Request e nós iremos revisar e considerar. -Esse projeto tem adotado o [Código de Conduta para Código Aberto da Microsofit](https://opensource.microsoft.com/codeofconduct/). Para mais informações, veja o [FAQ do Código de Conduta](https://opensource.microsoft.com/codeofconduct/faq/) ou entre em contato com [opencode@microsoft.com](mailto:opencode@microsoft.com) para quaisquer questões ou comentários adicionais. +Esse projeto tem adotado o [Código de Conduta para Código Aberto da Microsoft](https://opensource.microsoft.com/codeofconduct/). Para mais informações, veja o [FAQ do Código de Conduta](https://opensource.microsoft.com/codeofconduct/faq/) ou entre em contato com [opencode@microsoft.com](mailto:opencode@microsoft.com) para quaisquer questões ou comentários adicionais. -- 2.52.0 From fe85645e69d75a28ba5f9c26696c2493073c52e2 Mon Sep 17 00:00:00 2001 From: Alejandro Manzanares Lemus <32962522+Alexmnzlms@users.noreply.github.com> Date: Mon, 29 Oct 2018 16:57:04 +0100 Subject: [PATCH 13/16] Accent fixed --- README.es.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.es.md b/README.es.md index cb15959..2294b53 100644 --- a/README.es.md +++ b/README.es.md @@ -13,4 +13,4 @@ Los archivos fuente en este repositorio son para referencia histórica y permane Sin embargo, si deseas enviar contenido adicional que no sea código o modificaciones a archivos que no sean de código fuente (por ejemplo, este archivo README), envíe una petición (PR) y lo revisaremos y consideraremos. -Este proyecto a adoptado el [Código de conducta de Microsoft Open Source (en inglés)](https://opensource.microsoft.com/codeofconduct/). Para mas información consulta las [Preguntas frecuentes del Código de Conducta (en inglés)](https://opensource.microsoft.com/codeofconduct/faq/) o contacta [opencode@microsoft.com](mailto:opencode@microsoft.com) con cualquier pregunta o comentario adicional. +Este proyecto a adoptado el [Código de conducta de Microsoft Open Source (en inglés)](https://opensource.microsoft.com/codeofconduct/). Para más información consulta las [Preguntas frecuentes del Código de Conducta (en inglés)](https://opensource.microsoft.com/codeofconduct/faq/) o contacta [opencode@microsoft.com](mailto:opencode@microsoft.com) con cualquier pregunta o comentario adicional. -- 2.52.0 From 87678a33811547c79f501eb8318c62f6c6c42226 Mon Sep 17 00:00:00 2001 From: Microsoft GitHub User Date: Sat, 13 Apr 2024 23:33:14 +0000 Subject: [PATCH 14/16] Updating template files --- LICENSE | 22 ++++++++++++++++++++++ LICENSE.md | 12 ------------ README.md | 17 +++++++++++++---- SECURITY.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 78 insertions(+), 16 deletions(-) create mode 100644 LICENSE delete mode 100644 LICENSE.md create mode 100644 SECURITY.md diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..6d74843 --- /dev/null +++ b/LICENSE @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) Microsoft Corporation. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE + diff --git a/LICENSE.md b/LICENSE.md deleted file mode 100644 index 904da7a..0000000 --- a/LICENSE.md +++ /dev/null @@ -1,12 +0,0 @@ -# MS-DOS v1.25 and v2.0 Source Code - -Copyright (c) Microsoft Corporation. -All rights reserved. - -## MIT License. - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the Software), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,TORT OR OTHERWISE, ARISING FROM OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/README.md b/README.md index 009f227..be4a655 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,25 @@ -MS-DOS logo +MS-DOS logo # MS-DOS v1.25 and v2.0 Source Code + This repo contains the original source-code and compiled binaries for MS-DOS v1.25 and MS-DOS v2.0. 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. # License -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. + +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. # Contribute! -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 😊. -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. +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 😊. 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. + +# Trademarks + +This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft +trademarks or logos is subject to and must follow +[Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/legal/intellectualproperty/trademarks/usage/general). +Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. +Any use of third-party trademarks or logos are subject to those third-party's policies. diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..94ab4a3 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,43 @@ + + +## Security + +Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include [Microsoft](https://github.com/Microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [AspNet](https://github.com/aspnet) and [Xamarin](https://github.com/xamarin). + +If you believe you have found a security vulnerability in any Microsoft-owned repository that meets [Microsoft's definition of a security vulnerability](https://aka.ms/security.md/definition), please report it to us as described below. + +**Since MS-DOS is historical reference software, this file is in place as a template only.** + +## Reporting Security Issues + +**Please do not report security vulnerabilities through public GitHub issues.** + +Instead, please report them to the Microsoft Security Response Center (MSRC) at [https://msrc.microsoft.com/create-report](https://aka.ms/security.md/msrc/create-report). + +If you prefer to submit without logging in, send email to [secure@microsoft.com](mailto:secure@microsoft.com). If possible, encrypt your message with our PGP key; please download it from the [Microsoft Security Response Center PGP Key page](https://aka.ms/security.md/msrc/pgp). + +You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Additional information can be found at [microsoft.com/msrc](https://www.microsoft.com/msrc). + +Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue: + + * Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.) + * Full paths of source file(s) related to the manifestation of the issue + * The location of the affected source code (tag/branch/commit or direct URL) + * Any special configuration required to reproduce the issue + * Step-by-step instructions to reproduce the issue + * Proof-of-concept or exploit code (if possible) + * Impact of the issue, including how an attacker might exploit the issue + +This information will help us triage your report more quickly. + +If you are reporting for a bug bounty, more complete reports can contribute to a higher bounty award. Please visit our [Microsoft Bug Bounty Program](https://aka.ms/security.md/msrc/bounty) page for more details about our active programs. + +## Preferred Languages + +We prefer all communications to be in English. + +## Policy + +Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://aka.ms/security.md/cvd). + + \ No newline at end of file -- 2.52.0 From a5eb02a4d7382faa1d8f91802a73241c32026a2d Mon Sep 17 00:00:00 2001 From: Microsoft Open Source Date: Thu, 25 Apr 2024 00:33:46 +0000 Subject: [PATCH 15/16] Moving localized READMEs Thanks to everyone who took the time when this repository was originally released to localize the README files. However, for simplicity, and recognizing the historical reference nature of this repository, we have moved these now dated files into a sub-folder. --- README-ger.md => .readmes/README-ger.md | 0 README.af-ZA.md => .readmes/README.af-ZA.md | 0 README.ar-AR.md => .readmes/README.ar-AR.md | 0 README.ca.md => .readmes/README.ca.md | 0 README.es.md => .readmes/README.es.md | 0 README.fr-FR.md => .readmes/README.fr-FR.md | 0 README.gr-GR.md => .readmes/README.gr-GR.md | 0 README.hindi.md => .readmes/README.hindi.md | 0 README.hu-HU.md => .readmes/README.hu-HU.md | 0 README.id-ID.md => .readmes/README.id-ID.md | 0 README.it-IT.md => .readmes/README.it-IT.md | 0 README.ja-JP.md => .readmes/README.ja-JP.md | 0 README.ko-KR.md => .readmes/README.ko-KR.md | 0 README.pt-BR.md => .readmes/README.pt-BR.md | 0 README.pt-PT.md => .readmes/README.pt-PT.md | 0 README.ru-RU.md => .readmes/README.ru-RU.md | 0 README.sv-SE.md => .readmes/README.sv-SE.md | 0 README.th-TH.md => .readmes/README.th-TH.md | 0 README.tr-TR.md => .readmes/README.tr-TR.md | 0 README.zh-TW.md => .readmes/README.zh-TW.md | 0 msdos-logo.png => .readmes/msdos-logo.png | Bin .../msdos-logo_250x250.png | Bin .readmes/thanks.md | 7 +++++++ README.md | 4 ++-- 24 files changed, 9 insertions(+), 2 deletions(-) rename README-ger.md => .readmes/README-ger.md (100%) rename README.af-ZA.md => .readmes/README.af-ZA.md (100%) rename README.ar-AR.md => .readmes/README.ar-AR.md (100%) rename README.ca.md => .readmes/README.ca.md (100%) rename README.es.md => .readmes/README.es.md (100%) rename README.fr-FR.md => .readmes/README.fr-FR.md (100%) rename README.gr-GR.md => .readmes/README.gr-GR.md (100%) rename README.hindi.md => .readmes/README.hindi.md (100%) rename README.hu-HU.md => .readmes/README.hu-HU.md (100%) rename README.id-ID.md => .readmes/README.id-ID.md (100%) rename README.it-IT.md => .readmes/README.it-IT.md (100%) rename README.ja-JP.md => .readmes/README.ja-JP.md (100%) rename README.ko-KR.md => .readmes/README.ko-KR.md (100%) rename README.pt-BR.md => .readmes/README.pt-BR.md (100%) rename README.pt-PT.md => .readmes/README.pt-PT.md (100%) rename README.ru-RU.md => .readmes/README.ru-RU.md (100%) rename README.sv-SE.md => .readmes/README.sv-SE.md (100%) rename README.th-TH.md => .readmes/README.th-TH.md (100%) rename README.tr-TR.md => .readmes/README.tr-TR.md (100%) rename README.zh-TW.md => .readmes/README.zh-TW.md (100%) rename msdos-logo.png => .readmes/msdos-logo.png (100%) rename msdos-logo_250x250.png => .readmes/msdos-logo_250x250.png (100%) create mode 100644 .readmes/thanks.md diff --git a/README-ger.md b/.readmes/README-ger.md similarity index 100% rename from README-ger.md rename to .readmes/README-ger.md diff --git a/README.af-ZA.md b/.readmes/README.af-ZA.md similarity index 100% rename from README.af-ZA.md rename to .readmes/README.af-ZA.md diff --git a/README.ar-AR.md b/.readmes/README.ar-AR.md similarity index 100% rename from README.ar-AR.md rename to .readmes/README.ar-AR.md diff --git a/README.ca.md b/.readmes/README.ca.md similarity index 100% rename from README.ca.md rename to .readmes/README.ca.md diff --git a/README.es.md b/.readmes/README.es.md similarity index 100% rename from README.es.md rename to .readmes/README.es.md diff --git a/README.fr-FR.md b/.readmes/README.fr-FR.md similarity index 100% rename from README.fr-FR.md rename to .readmes/README.fr-FR.md diff --git a/README.gr-GR.md b/.readmes/README.gr-GR.md similarity index 100% rename from README.gr-GR.md rename to .readmes/README.gr-GR.md diff --git a/README.hindi.md b/.readmes/README.hindi.md similarity index 100% rename from README.hindi.md rename to .readmes/README.hindi.md diff --git a/README.hu-HU.md b/.readmes/README.hu-HU.md similarity index 100% rename from README.hu-HU.md rename to .readmes/README.hu-HU.md diff --git a/README.id-ID.md b/.readmes/README.id-ID.md similarity index 100% rename from README.id-ID.md rename to .readmes/README.id-ID.md diff --git a/README.it-IT.md b/.readmes/README.it-IT.md similarity index 100% rename from README.it-IT.md rename to .readmes/README.it-IT.md diff --git a/README.ja-JP.md b/.readmes/README.ja-JP.md similarity index 100% rename from README.ja-JP.md rename to .readmes/README.ja-JP.md diff --git a/README.ko-KR.md b/.readmes/README.ko-KR.md similarity index 100% rename from README.ko-KR.md rename to .readmes/README.ko-KR.md diff --git a/README.pt-BR.md b/.readmes/README.pt-BR.md similarity index 100% rename from README.pt-BR.md rename to .readmes/README.pt-BR.md diff --git a/README.pt-PT.md b/.readmes/README.pt-PT.md similarity index 100% rename from README.pt-PT.md rename to .readmes/README.pt-PT.md diff --git a/README.ru-RU.md b/.readmes/README.ru-RU.md similarity index 100% rename from README.ru-RU.md rename to .readmes/README.ru-RU.md diff --git a/README.sv-SE.md b/.readmes/README.sv-SE.md similarity index 100% rename from README.sv-SE.md rename to .readmes/README.sv-SE.md diff --git a/README.th-TH.md b/.readmes/README.th-TH.md similarity index 100% rename from README.th-TH.md rename to .readmes/README.th-TH.md diff --git a/README.tr-TR.md b/.readmes/README.tr-TR.md similarity index 100% rename from README.tr-TR.md rename to .readmes/README.tr-TR.md diff --git a/README.zh-TW.md b/.readmes/README.zh-TW.md similarity index 100% rename from README.zh-TW.md rename to .readmes/README.zh-TW.md diff --git a/msdos-logo.png b/.readmes/msdos-logo.png similarity index 100% rename from msdos-logo.png rename to .readmes/msdos-logo.png diff --git a/msdos-logo_250x250.png b/.readmes/msdos-logo_250x250.png similarity index 100% rename from msdos-logo_250x250.png rename to .readmes/msdos-logo_250x250.png diff --git a/.readmes/thanks.md b/.readmes/thanks.md new file mode 100644 index 0000000..428f805 --- /dev/null +++ b/.readmes/thanks.md @@ -0,0 +1,7 @@ +# Thank you + +Thanks to everyone who took the time when this repository was originally released +to localize the README files. However, for simplicity, and recognizing the +historical reference nature of this repository, we have moved these now dated +files into a sub-folder. + diff --git a/README.md b/README.md index be4a655..b4bc405 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -MS-DOS logo +MS-DOS logo # MS-DOS v1.25 and v2.0 Source Code @@ -10,7 +10,7 @@ These are the same files [originally shared at the Computer History Museum on Ma 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. -# Contribute! +# For historical reference 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 😊. -- 2.52.0 From e9c48083eb3c75df0450e81089d89187c56e6ebd Mon Sep 17 00:00:00 2001 From: Microsoft Open Source Date: Wed, 24 Apr 2024 17:35:05 -0700 Subject: [PATCH 16/16] Update SECURITY.md --- SECURITY.md | 36 +----------------------------------- 1 file changed, 1 insertion(+), 35 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 94ab4a3..9ededf4 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,43 +1,9 @@ - - ## Security -Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include [Microsoft](https://github.com/Microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [AspNet](https://github.com/aspnet) and [Xamarin](https://github.com/xamarin). - -If you believe you have found a security vulnerability in any Microsoft-owned repository that meets [Microsoft's definition of a security vulnerability](https://aka.ms/security.md/definition), please report it to us as described below. - **Since MS-DOS is historical reference software, this file is in place as a template only.** ## Reporting Security Issues **Please do not report security vulnerabilities through public GitHub issues.** -Instead, please report them to the Microsoft Security Response Center (MSRC) at [https://msrc.microsoft.com/create-report](https://aka.ms/security.md/msrc/create-report). - -If you prefer to submit without logging in, send email to [secure@microsoft.com](mailto:secure@microsoft.com). If possible, encrypt your message with our PGP key; please download it from the [Microsoft Security Response Center PGP Key page](https://aka.ms/security.md/msrc/pgp). - -You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Additional information can be found at [microsoft.com/msrc](https://www.microsoft.com/msrc). - -Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue: - - * Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.) - * Full paths of source file(s) related to the manifestation of the issue - * The location of the affected source code (tag/branch/commit or direct URL) - * Any special configuration required to reproduce the issue - * Step-by-step instructions to reproduce the issue - * Proof-of-concept or exploit code (if possible) - * Impact of the issue, including how an attacker might exploit the issue - -This information will help us triage your report more quickly. - -If you are reporting for a bug bounty, more complete reports can contribute to a higher bounty award. Please visit our [Microsoft Bug Bounty Program](https://aka.ms/security.md/msrc/bounty) page for more details about our active programs. - -## Preferred Languages - -We prefer all communications to be in English. - -## Policy - -Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://aka.ms/security.md/cvd). - - \ No newline at end of file +You can learn more about the security reporting process with the Microsoft Security Response Center (MSRC) at [https://msrc.microsoft.com/create-report](https://aka.ms/security.md/msrc/create-report). -- 2.52.0