modified some syscall code in rlibc, fs stuff
This commit is contained in:
@@ -31,6 +31,8 @@ typedef struct {
|
||||
uint32_t mod_end; // Physical end address of user.elf
|
||||
uint32_t cmdline; // Pointer to a string (e.g., "/boot/user.elf")
|
||||
uint32_t pad;
|
||||
} __attribute__((packed)) multiboot_module_entry;
|
||||
} __attribute__((packed)) multiboot_module_t;
|
||||
|
||||
extern multiboot_module_t multiboot_module_info_table[32];
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user