Merge branch 'replicate_multiboot' into misc

This commit is contained in:
jiangzhengwenjz
2019-06-26 06:17:59 +08:00
5 changed files with 425 additions and 931 deletions
+3 -3
View File
@@ -18,9 +18,9 @@ struct MultiBootParam
u8 response_bit;
u8 client_bit;
u8 reserved1;
u8 *boot_srcp;
u8 *boot_endp;
u8 *masterp;
const u8 *boot_srcp;
const u8 *boot_endp;
const u8 *masterp;
u8 *reserved2[MULTIBOOT_NCHILD];
u32 system_work2[4];
u8 sendflag;