repo.or.cz
/
gpxe.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[contrib] Allow Network Protocol header to display in rom-o-matic
[gpxe.git]
/
src
/
arch
/
i386
/
include
/
bios.h
blob
70bb73daccaa26dc5799cb1aa8ea857fca207aeb
1
#ifndef BIOS_H
2
#define BIOS_H
3
4
FILE_LICENCE
(
GPL2_OR_LATER
);
5
6
#define BDA_SEG 0x0040
7
#define BDA_FBMS 0x0013
8
#define BDA_NUM_DRIVES 0x0075
9
10
#endif
/* BIOS_H */