Welcome, Guest. Please login or register.

Author Topic: MOS for powerup reset problem  (Read 1010 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: MOS for powerup reset problem
« on: September 29, 2007, 05:08:06 PM »
You're advised to disable maprom before launching MOS, esp if you're using for example BlizKick extresbuf.
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: MOS for powerup reset problem
« Reply #1 on: September 29, 2007, 05:24:35 PM »
Start blizkick without any options to remove it from memory. I had some script that would remove blizkick from memory (it reboots if bk was active) and then launch MOS if RMB was held down at boot.

So on the AOS side startup sequence:
Code: [Select]
rmbcheck ; or whatever you use to check for rmb
if warn
  blizkick >nil:
  moslaunch ; this was a script
else
  blizkick with normal options here...
endif

So if you powered the system up and held down RMB it would reboot and start MOS. If you had started the system with BlizKick already, it would reboot twice and start MOS.
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: MOS for powerup reset problem
« Reply #2 on: September 29, 2007, 05:42:34 PM »
@doctorq
I held the RMB thru the two reboots.

Obviously if you find this unbearable you could hack some temporary script copied in place that'd do then thing. I didn't need anything that fancy personally.
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: MOS for powerup reset problem
« Reply #3 on: September 29, 2007, 06:05:46 PM »
Gah. I guess I never got the restore work with CS PPC then.