Check if amigaDisk object is bootable
This function checks if the amigaDisk
object represents a bootable disk.
## S4 method for signature 'amigaDisk' is.bootable(x)
x |
An |
The first two amigaBlock-class
objects on a disk
are special and are called the boot block. The boot block will
determine whether an Amiga can boot from the disk.
This function will determine whether the Amiga would attempt to execute the machine code present on the boot block. It will not check whether it would be successful at that, as that would require emulation of the Commodore Amiga system.
Returns a logical
value, indicating whether
the disk is bootable.
Pepijn de Vries
data(adf.example) ## let's check if the example amigaDisk object ## is bootable: is.bootable(adf.example) ## it apparently is
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.