Welcome, Guest. Please login or register.

Author Topic: Diskless booting of Amiga  (Read 8942 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Zac67

  • Hero Member
  • *****
  • Join Date: Nov 2004
  • Posts: 2890
    • Show all replies
Re: Diskless booting of Amiga
« on: June 07, 2013, 07:29:21 PM »
The Deneb USB controller (A3k or 4k only, of course) can be used to load all required system software disklessly. For writable storage you could just add a USB stick. You could also use it to load any network drivers and continue booting from a share.

In theory, Kickstart supports any imaginable boot method through a suitable boot ROM - just like any bootable SCSI card.
« Last Edit: June 07, 2013, 11:17:39 PM by Zac67 »
 

Offline Zac67

  • Hero Member
  • *****
  • Join Date: Nov 2004
  • Posts: 2890
    • Show all replies
Re: Diskless booting of Amiga
« Reply #1 on: June 07, 2013, 11:16:57 PM »
There are two different types of DOS devices: block devices with (usually) a physical structure underneath and a file system on top, and file handlers without, like a RAM disks or a network redirect. Take a look at the old mountlist entries and you get the main idea.
 

Offline Zac67

  • Hero Member
  • *****
  • Join Date: Nov 2004
  • Posts: 2890
    • Show all replies
Re: Diskless booting of Amiga
« Reply #2 on: June 08, 2013, 10:31:13 AM »
@freqmax: A block device filesystem has little to do with a network filesystem.

@Mrs Beanbag: You could easily put everything you need for NFS into a RAD disk and reboot from that. No real need to make the device itself survive reboot.
 

Offline Zac67

  • Hero Member
  • *****
  • Join Date: Nov 2004
  • Posts: 2890
    • Show all replies
Re: Diskless booting of Amiga
« Reply #3 on: June 08, 2013, 04:48:44 PM »
If you don't want to a 'boot from elsewhere but then stay resident and survive a reboot' scenario the Resident structure is useless.
You'll need either a boot ROM or a modified Kickstart with integrated drivers. Why not use a boot ROM with flash memory that's already there and easy to use?
 

Offline Zac67

  • Hero Member
  • *****
  • Join Date: Nov 2004
  • Posts: 2890
    • Show all replies
Re: Diskless booting of Amiga
« Reply #4 on: June 09, 2013, 12:41:54 PM »
The RKRM chapter 27 pretty much explains it all.
 

Offline Zac67

  • Hero Member
  • *****
  • Join Date: Nov 2004
  • Posts: 2890
    • Show all replies
Re: Diskless booting of Amiga
« Reply #5 on: June 10, 2013, 07:38:02 PM »
A fixed-sized RAD: is much easier to recover on boot because everything is in a single memory chunk.
A RAM:ish flexible device is much harder because you need to track down all the memory allocations and re-allocate them. This may also let you end up with fragmented memory directly after bootup.
 

Offline Zac67

  • Hero Member
  • *****
  • Join Date: Nov 2004
  • Posts: 2890
    • Show all replies
Re: Diskless booting of Amiga
« Reply #6 on: June 10, 2013, 07:45:43 PM »
Quote from: freqmax;737300
So RKRM - ROM Kernel Reference Manuals..
"Chapter 27 Graphics Primitives" seems wrong?


Yes, expansion.library has been in chapter 27 in the 2nd edition, sorry.