git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add btrie_map() for allocating free slot, remove isrm
[lunaix-os.git]
/
lunaix-os
/
includes
/
lunaix
/
boot_generic.h
diff --git
a/lunaix-os/includes/lunaix/boot_generic.h
b/lunaix-os/includes/lunaix/boot_generic.h
index cc6ea08a9492841e867bedee031f99bc1da5b041..7830cb2796cede61d2cc33542f6a138c79ee0d95 100644
(file)
--- a/
lunaix-os/includes/lunaix/boot_generic.h
+++ b/
lunaix-os/includes/lunaix/boot_generic.h
@@
-28,7
+28,6
@@
struct boot_modent
struct boot_handoff
{
- size_t msize;
struct
{
size_t size;
@@
-38,11
+37,12
@@
struct boot_handoff
struct
{
- ptr_t ksections;
- size_t size;
+ struct {
+ char* cmdline;
+ size_t len;
+ };
- char* cmdline;
- size_t len;
+ ptr_t dtb_pa;
} kexec;
struct