MilkyOS is a x86 operating system based on Cosmos.
-
Install following:
- Visual Studio 2019
- Cosmos UserKit
- Make sure you place XSharp nuget packages in the right directory, which you can find out after installed two above, and check it in VS2019 -> Options -> Search for
nuget
-> Package Source ->Cosmos Local Package Feed
. - VMWare Player
-
Open
MilkyOS.sln
and right-click on MilkyOS.Core__Asm -> Build.You may find error on bilding first time, don't worry, try again, and it will fix it.
-
Hit
F5
to start debugging.
- System Call Mechanism
- More System API
- Basic Commands
- Process/Thread Scheduling
- Executable file
- Header Files for
gcc
- (Maybe) Networking
- (Maybe) GUI Support
- (Maybe) User Management