iPXE
Main Page
Related Pages
Modules
+
Data Structures
Data Structures
Data Structure Index
+
Data Fields
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
b
d
i
p
s
t
u
v
x
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
+
Enumerations
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
arch
x86
include
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 */
segment
uint16_t segment
Code segment.
Definition:
librm.h:252
drive
uint8_t drive
Drive number.
Definition:
int13.h:16
call_bootsector
int call_bootsector(unsigned int segment, unsigned int offset, unsigned int drive)
Jump to preloaded bootsector.
Definition:
bootsector.c:64
offset
uint16_t offset
Offset to command line.
Definition:
bzimage.h:8
FILE_LICENCE
FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)
Generated by
1.8.15