Welcome, Guest. Please login or register.

Author Topic: Device unloading from memory  (Read 4307 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline fiat1100dTopic starter

  • Full Member
  • ***
  • Join Date: Nov 2006
  • Posts: 140
    • Show all replies
    • http://www.gratteri.tk
Device unloading from memory
« on: December 20, 2007, 12:59:01 PM »
Hello!

Is there a software for unloading devices from memory?
I mean, my Apollo 4060 board, even if it has SCSI autoboot disabled, still loads its SCSI device in memory, so software looking at those devices hangs (e.g. MakeCD).

Thanks!
 

Offline fiat1100dTopic starter

  • Full Member
  • ***
  • Join Date: Nov 2006
  • Posts: 140
    • Show all replies
    • http://www.gratteri.tk
Re: Device unloading from memory
« Reply #1 on: December 20, 2007, 03:25:31 PM »
Tried with Scout "Remove" option but the device is still there :-(

Will have to try to program an EPROM without the SCSI-Apollo.device code and check if it will boot without the device or won't boot at all.
 

Offline fiat1100dTopic starter

  • Full Member
  • ***
  • Join Date: Nov 2006
  • Posts: 140
    • Show all replies
    • http://www.gratteri.tk
Re: Device unloading from memory
« Reply #2 on: December 20, 2007, 03:57:27 PM »
That is, scsi-apollo.device

If there was the ability of having a ROM with only 68060 compatibility code, without SCSI crap, probably most of my problems would go away.
 

Offline fiat1100dTopic starter

  • Full Member
  • ***
  • Join Date: Nov 2006
  • Posts: 140
    • Show all replies
    • http://www.gratteri.tk
Re: Device unloading from memory
« Reply #3 on: December 20, 2007, 04:16:06 PM »
Nothing happens, the device is still there.
Could you try with SCSI-Apollo.device?

This is because I can issue, for example
version scsi-apollo.device
but then the output gives the device name as
SCSI-Apollo.device
with capital letters.
 

Offline fiat1100dTopic starter

  • Full Member
  • ***
  • Join Date: Nov 2006
  • Posts: 140
    • Show all replies
    • http://www.gratteri.tk
Re: Device unloading from memory
« Reply #4 on: December 20, 2007, 04:23:36 PM »
Tried to program an EPROM without a part of code which seemed to contain the SCSI device... Well the system booted but without Fast RAM too :-o

However by booting with no startup-sequence I was able to check that
version scsi-apollo.device
gives
object not found

so by having a better look at the ROM code I may be able to locate the SCSI device... Having some programming knowledge would be of some help :-D
 

Offline fiat1100dTopic starter

  • Full Member
  • ***
  • Join Date: Nov 2006
  • Posts: 140
    • Show all replies
    • http://www.gratteri.tk
Re: Device unloading from memory
« Reply #5 on: December 20, 2007, 05:55:32 PM »
It's with capital letters:

SCSI-Apollo.device
 

Offline fiat1100dTopic starter

  • Full Member
  • ***
  • Join Date: Nov 2006
  • Posts: 140
    • Show all replies
    • http://www.gratteri.tk
Re: Device unloading from memory
« Reply #6 on: December 21, 2007, 05:21:28 PM »
Hey, IT JUST WORKS!

Tried it, no more Apollo's SCSI device available! MakeCD doesn't freeze!
I put it as the first line in my Startup-Sequence file :-)

Do you think it could be possible to make it "rommable", as a sort of module, for embedding into Kickstart ROM? Just an idea, don't know if it would work as it does now.

A great THANK YOU!
 

Offline fiat1100dTopic starter

  • Full Member
  • ***
  • Join Date: Nov 2006
  • Posts: 140
    • Show all replies
    • http://www.gratteri.tk
Re: Device unloading from memory
« Reply #7 on: December 21, 2007, 05:36:20 PM »
I think you could upload the program to Aminet, it could be useful for Apollo users which have problems with the SCSI device.