mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 04:20:17 +03:00
Can almost start a kernel now. It dies with "No setup signature found"
This commit is contained in:
@@ -39,6 +39,7 @@ struct image {
|
||||
union {
|
||||
physaddr_t phys;
|
||||
userptr_t user;
|
||||
unsigned long ul;
|
||||
} priv;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user