Chapter 3. Preparation 31
ftp> get vmkrnl22.bin
ftp> quit
Because each of the ftp get subcommands includes only one argument, the VM
file name and file type are virtually identical to the Linux file names. The
transferred files had the following attributes:
list (l
FILENAME FILETYPE FM FORMAT LRECL RECS BLOCKS
INST EXEC A1 F 80 9 1
INST PARM A1 F 80 1 1
VMINRD22 BIN A1 F 80 44837 876
VMKRNL22 BIN A1 F 80 20166 374
3.1.5 Booting the installation kernel from the VM reader
Most of the REXX execs we saw both punched the files to the VM reader and
then IPLed from the reader.
Others simply punched the files to the reader, and left it up to the installer to
issue the IPL command:
IPL 00C CLEAR
The installation kernel should now ...