kern: Implement most of memory init (all cores hit main, but still more to do)
This commit is contained in:
@@ -25,5 +25,7 @@
|
||||
namespace ams::kern::init {
|
||||
|
||||
KPhysicalAddress GetInitArgumentsAddress(s32 core_id);
|
||||
void SetInitArguments(s32 core_id, KPhysicalAddress address, uintptr_t arg);
|
||||
void StoreInitArguments();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user