ReactOS
0.4.16-dev-1093-g93e9710
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
c
d
e
f
g
h
i
l
m
n
o
p
s
t
u
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
_
a
b
c
d
f
i
l
m
o
p
s
t
w
x
Enumerator
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
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
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
x
Files
File List
File Members
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
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
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
_
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
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
Examples
bootinfo.h
Go to the documentation of this file.
1
/* @(#)bootinfo.h 1.3 04/03/02 Copyright 1999, 2004 J. Schilling */
2
/*
3
* Header file bootinfo.h - mkisofs-defined boot information table
4
* useful for an El Torito-loaded disk image.
5
*
6
* Copyright (c) 1999, 2004 J. Schilling
7
*/
8
/*
9
* This program is free software; you can redistribute it and/or modify
10
* it under the terms of the GNU General Public License version 2
11
* as published by the Free Software Foundation.
12
*
13
* This program is distributed in the hope that it will be useful,
14
* but WITHOUT ANY WARRANTY; without even the implied warranty of
15
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
* GNU General Public License for more details.
17
*
18
* You should have received a copy of the GNU General Public License along with
19
* this program; see the file COPYING. If not, write to the Free Software
20
* Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
21
*/
22
23
#ifndef _BOOTINFO_H
24
#define _BOOTINFO_H
25
26
struct
mkisofs_boot_info
{
27
char
bi_pvd
[
ISODCL
(1, 4)];
/* LBA of PVD */
28
char
bi_file
[
ISODCL
(5, 8)];
/* LBA of boot image */
29
char
bi_length
[
ISODCL
(9, 12)];
/* Length of boot image */
30
char
bi_csum
[
ISODCL
(13, 16)];
/* Checksum of boot image */
31
char
bi_reserved
[
ISODCL
(17, 56)];
/* Reserved */
32
};
33
34
#endif
/* _BOOTINFO_H */
ISODCL
#define ISODCL(from, to)
Definition:
iso9660.h:33
mkisofs_boot_info
Definition:
bootinfo.h:26
mkisofs_boot_info::bi_csum
char bi_csum[ISODCL(13, 16)]
Definition:
bootinfo.h:30
mkisofs_boot_info::bi_pvd
char bi_pvd[ISODCL(1, 4)]
Definition:
bootinfo.h:27
mkisofs_boot_info::bi_reserved
char bi_reserved[ISODCL(17, 56)]
Definition:
bootinfo.h:31
mkisofs_boot_info::bi_length
char bi_length[ISODCL(9, 12)]
Definition:
bootinfo.h:29
mkisofs_boot_info::bi_file
char bi_file[ISODCL(5, 8)]
Definition:
bootinfo.h:28
sdk
tools
mkisofs
schilytools
mkisofs
bootinfo.h
Generated on Mon May 5 2025 06:15:19 for ReactOS by
1.9.6