| version 1.10, 2005/12/30 13:37:57 |
version 1.11, 2006/02/03 11:08:24 |
| Line 34 struct btinfo_common { |
|
| Line 34 struct btinfo_common { |
|
| }; |
}; |
| |
|
| #define BTINFO_BOOTPATH 0 |
#define BTINFO_BOOTPATH 0 |
| |
#define BTINFO_ROOTDEVICE 1 |
| #define BTINFO_BOOTDISK 3 |
#define BTINFO_BOOTDISK 3 |
| #define BTINFO_NETIF 4 |
#define BTINFO_NETIF 4 |
| #define BTINFO_CONSOLE 6 |
#define BTINFO_CONSOLE 6 |
| Line 47 struct btinfo_bootpath { |
|
| Line 48 struct btinfo_bootpath { |
|
| char bootpath[80]; |
char bootpath[80]; |
| }; |
}; |
| |
|
| |
struct btinfo_rootdevice { |
| |
struct btinfo_common common; |
| |
char devname[16]; |
| |
}; |
| |
|
| struct btinfo_bootdisk { |
struct btinfo_bootdisk { |
| struct btinfo_common common; |
struct btinfo_common common; |
| int labelsector; /* label valid if != -1 */ |
int labelsector; /* label valid if != -1 */ |