forked from eden-emu/eden
kernel: reshuffle ini1 size, add slab clear note
This commit is contained in:
parent
85a89ca3e3
commit
22afa2c7a3
4 changed files with 18 additions and 10 deletions
|
@ -19,4 +19,8 @@ static inline KPhysicalAddress GetInitialProcessBinaryPhysicalAddress() {
|
|||
MainMemoryAddress);
|
||||
}
|
||||
|
||||
static inline size_t GetInitialProcessBinarySize() {
|
||||
return InitialProcessBinarySizeMax;
|
||||
}
|
||||
|
||||
} // namespace Kernel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue