Step 3Boot!
You should see a black console window with a lot of text. Eventually the operating system will finish booting and display "Hello world!". Congratulations, you just made an operating system! Well, okay, so it's not really an OS in the traditional sense, but it's a start.
In addition to providing the template, the Cosmos user kit installs a new Cosmos class. With this, you can do things like shutdown, reboot, and other OS-ey things.
Shutdown:
Cosmos.Sys.Deboot.Shutdown();
Reboot:
Cosmos.Sys.Deboot.Reboot();
NOTE: All the code for the OS will go under the xBoot.Execute() line of code.
| « Previous Step | Download PDFView All Steps | Next Step » |
1
comment
|
Add Comment
|
![]() |
Add Comment
|











































