stos: bpal: Add kernel command line request
Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
@@ -75,12 +75,14 @@ typedef struct {
|
||||
* @Framebuffer: Framebuffer info
|
||||
* @MemEntryIdx: Callback to get memory map entry by index
|
||||
* @ModuleLookup: Lookup a module
|
||||
* @CommandLine: Kernel command line
|
||||
*/
|
||||
typedef struct {
|
||||
UPTR KernelBase;
|
||||
BPAL_FRAMEBUFFER Framebuffer;
|
||||
ST_STATUS(*MemEntryIdx)(USIZE Idx, MEMMAP_ENTRY *Result);
|
||||
ST_STATUS(*ModuleLookup)(CHAR *Path, BPAL_MODULE *Result);
|
||||
const CHAR *CommandLine;
|
||||
} BPAL_HANDLE;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user