mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-27 14:02:19 +00:00
Update readme.md
Moved links to their respective sections on the website, made new pages for Cosmos in the media, updated links and more I've also made two new pages on the website [Cosmos in the media](http://www.gocosmos.org/inthemedia/) & [Cosmos resources](http://gocosmos.org/resources) and updated various pages such as [Cosmos News](http://www.gocosmos.org/news/) and [Cosmos Documentation](http://www.gocosmos.org/docs/) so the website is a better place to go to for more information and to learn more about Cosmos
This commit is contained in:
parent
65a4b58049
commit
e5f8d68181
1 changed files with 5 additions and 55 deletions
60
readme.md
60
readme.md
|
|
@ -1,60 +1,10 @@
|
|||
# Cosmos Website
|
||||
|
||||
We are working on transitioning all content to our website [www.goCosmos.org](http://www.goCosmos.org)
|
||||
|
||||
As we transition we will remove items from this page.
|
||||
|
||||
|
||||
# More Information
|
||||
|
||||
Below are links we have yet to transfer to our website.
|
||||
We are working on having our website as our main place for all things Cosmos!
|
||||
Be sure to visit it at [www.goCosmos.org](http://www.goCosmos.org).
|
||||
|
||||
Build status for master branch:
|
||||
[](https://ci.appveyor.com/project/CosmosOS/cosmos/branch/master)
|
||||
|
||||
|
||||
Getting Started
|
||||
---------
|
||||
|
||||
* [Documentation for Cosmos](https://github.com/CosmosOS/Cosmos/wiki)
|
||||
* Video Tutorial for [using Visual Studio Express Editions](https://www.youtube.com/watch?v=NNl8S2xOtdo)
|
||||
* [FAQ (Frequently Asked Questions)](https://github.com/CosmosOS/Cosmos/wiki/FAQ)
|
||||
* [Low Hanging Fruit](https://github.com/CosmosOS/Cosmos/issues?q=is%3Aopen+is%3Aissue+label%3Acomplexity_low+sort%3Acreated-asc) - Looking for something easy to do and prove your worth in Cosmos? Here are a few easy tasks we have on our to do list that are also of importance to us.
|
||||
|
||||
Articles and Resources
|
||||
---------
|
||||
|
||||
* [Develop Your Own Operating System in C# or VB.NET](https://github.com/CosmosOS/Cosmos/wiki/Develop-Your-Own-Operating-System-in-C%23-or-VB.NET)
|
||||
* [Quick View Under the Hood](https://github.com/CosmosOS/Cosmos/wiki/Quick-look-under-the-hood)
|
||||
* [Intro to Plugs](https://github.com/CosmosOS/Cosmos/wiki/Intro-to-Plugs)
|
||||
* [X86 Assembly Debugger Preview](https://github.com/CosmosOS/Cosmos/wiki/Visual-Studio-X86-Assembly-Debugger)
|
||||
* [Making a Remote PC Slave for Debugging or Fun](http://www.codeproject.com/Articles/413942/Making-a-Remote-PC-Slave-for-Debugging-or-Fun) (old article, code deprecated)
|
||||
* [Tutorials for Cosmos (in french)](http://www.customprotocol.com/tags/cosmos/)
|
||||
* [Projects for Cosmos](https://github.com/CosmosOS/Cosmos/wiki/Cosmos-Projects)
|
||||
|
||||
|
||||
Publicity
|
||||
---------
|
||||
|
||||
* [Mary Jo Foley - Cosmos: An open-source .Net-based micro-kernel OS is born](http://www.zdnet.com/blog/microsoft/cosmos-an-open-source-net-based-microkernel-os-is-born/1162)
|
||||
* [Scott Hanselman - Tiny Managed Operating System Edition](http://www.hanselman.com/blog/TheWeeklySourceCode15TinyManagedOperatingSystemEdition.aspx)
|
||||
|
||||
|
||||
Videos
|
||||
---------
|
||||
|
||||
We encourage you to add your own Cosmos videos to YouTube. Please add the tags Cosmos and C# when uploading.
|
||||
|
||||
**Official Videos** - Videos made by the Cosmos Team.
|
||||
|
||||
* [2016 Nov 23 - Cosmos interview for Channel 9](https://www.youtube.com/watch?v=wgEBo-u19Wc&feature=youtu.be)
|
||||
* [Building your first Operating System in less than 60 seconds](http://www.youtube.com/watch?v=k5UPuPCY-5U)
|
||||
* [Cosmos Debugging](http://www.youtube.com/watch?v=oInLSZia4pQ)
|
||||
* [Cosmos PXE network boot with VMware](http://www.youtube.com/watch?v=kXwlg-NN8NI)
|
||||
* [Debugging on real hardware](http://www.youtube.com/watch?v=d_1Bup3TR_M)
|
||||
* [User Cosmos videos on YouTube (Cosmos, C#)](http://www.youtube.com/results?search_query=cosmos+c%23)
|
||||
|
||||
**User Videos** - Selected videos made by Cosmos Users. Please note that we have not verified each of these videos.
|
||||
|
||||
* [Cosmos Tutorial C# Lesson 1 - Part 1 - int0x10.com](https://www.youtube.com/watch?v=oKW3BrclAUY)
|
||||
* [Cosmos Tutorial C# Lesson 1 - Part 2 - int0x10.com](https://www.youtube.com/watch?v=V_Bxq0aGs_A)
|
||||
* [Cosmos Tutorial C# Lesson 2 - int0x10.com](https://www.youtube.com/watch?v=5Wzp1bGr8o0)
|
||||
Build status for netcore branch:
|
||||
[![Build status](https://ci.appveyor.com/api/projects/status/kust7g5dlnykhkaf/branch/netcore?sv
|
||||
|
|
|
|||
Loading…
Reference in a new issue