diff options
| author | Michael Brown | 2007-01-14 07:36:20 +0100 |
|---|---|---|
| committer | Michael Brown | 2007-01-14 07:36:20 +0100 |
| commit | 784e10635aa74e92d099c6153f8b9e537926cd74 (patch) | |
| tree | ba1b46e56a3f2667e1dbeea426cba84a120ff178 /src/include/gpxe | |
| parent | Obsolete (diff) | |
| download | ipxe-784e10635aa74e92d099c6153f8b9e537926cd74.tar.gz ipxe-784e10635aa74e92d099c6153f8b9e537926cd74.tar.xz ipxe-784e10635aa74e92d099c6153f8b9e537926cd74.zip | |
Can almost start a kernel now. It dies with "No setup signature found"
Diffstat (limited to 'src/include/gpxe')
| -rw-r--r-- | src/include/gpxe/image.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gpxe/image.h b/src/include/gpxe/image.h index 3bfe834e4..6875a2040 100644 --- a/src/include/gpxe/image.h +++ b/src/include/gpxe/image.h @@ -39,6 +39,7 @@ struct image { union { physaddr_t phys; userptr_t user; + unsigned long ul; } priv; }; |
