summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorMichael Brown2007-01-14 07:36:20 +0100
committerMichael Brown2007-01-14 07:36:20 +0100
commit784e10635aa74e92d099c6153f8b9e537926cd74 (patch)
treeba1b46e56a3f2667e1dbeea426cba84a120ff178 /src/include
parentObsolete (diff)
downloadipxe-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')
-rw-r--r--src/include/gpxe/image.h1
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;
};