Can almost start a kernel now. It dies with "No setup signature found"

This commit is contained in:
Michael Brown
2007-01-14 06:36:20 +00:00
parent 698bbe0155
commit 784e10635a
3 changed files with 139 additions and 7 deletions

View File

@@ -39,6 +39,7 @@ struct image {
union {
physaddr_t phys;
userptr_t user;
unsigned long ul;
} priv;
};