is.bootable | R Documentation |
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
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.