Welcome, Guest. Please login or register.

Author Topic: MorphOS 2.0 Released  (Read 47441 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: MorphOS 2.0 Released
« on: July 02, 2008, 07:49:30 PM »
Quote
Only, I don't know how to make Mos boot without typing "boot ide:0 boot.img"

Code: [Select]

setenv boot-device ide:0
setenv boot-file boot.img [any extra boot options here]
setenv auto-boot-timeout 5000 [that's 5 seconds, adjust if you like]
setenv auto-boot? true

If you have a multiple OSes you might want to look into bootmenu such as one generated by BootCreator (readme).
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: MorphOS 2.0 Released
« Reply #1 on: July 03, 2008, 10:01:48 AM »
Quote
does MorphOS include GOOD documentation related to making MorphOS-native programs?

http://morphos-dev.net/ has some info on how to get started.

In general the documentation could always be better, for sure... MDC has the SDK available, tons of info and (usually) helpful people:
MorphOS Developer Connection

We will be working on the new SDK with support for the new MOS 2.0 things in it, too, and plan to get it released as soon as possible. It will take some time, however.