#include <stdio.h>#include <stdlib.h>#include <string.h>#include <sys/types.h>#include <unistd.h>#include "cpu.h"#include "diskimage.h"#include "machine.h"#include "misc.h"Go to the source code of this file.
Functions | |
| int | iso_load_bootblock (struct machine *m, struct cpu *cpu, int disk_id, int disk_type, int iso_type, unsigned char *buf, int *n_loadp, char ***load_namesp) |
| int iso_load_bootblock | ( | struct machine * | m, |
| struct cpu * | cpu, | ||
| int | disk_id, | ||
| int | disk_type, | ||
| int | iso_type, | ||
| unsigned char * | buf, | ||
| int * | n_loadp, | ||
| char *** | load_namesp | ||
| ) |
Definition at line 99 of file bootblock_iso9660.cc.
References machine::boot_kernel_filename, CHECK_ALLOCATION, debug, DEBUG_INDENTATION, debug_indentation(), DEFAULT_TMP_DIR, and cpu::machine.
1.8.17