iPXE
bootsector.h
Go to the documentation of this file.
1 #ifndef _BOOTSECTOR_H
2 #define _BOOTSECTOR_H
3 
4 /** @file
5  *
6  * x86 bootsector image format
7  */
8 
9 FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
10 
11 extern int call_bootsector ( unsigned int segment, unsigned int offset,
12  unsigned int drive );
13 
14 #endif /* _BOOTSECTOR_H */
uint16_t segment
Code segment.
Definition: librm.h:252
uint8_t drive
Drive number.
Definition: int13.h:16
static userptr_t size_t offset
Offset of the first segment within the content.
Definition: deflate.h:259
int call_bootsector(unsigned int segment, unsigned int offset, unsigned int drive)
Jump to preloaded bootsector.
Definition: bootsector.c:64
FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)