[Kernel/Thread] Changed default stack location
This commit is contained in:
@@ -149,6 +149,9 @@ class XThread : public XObject, public cpu::Thread {
|
||||
public:
|
||||
static const XObject::Type kObjectType = XObject::Type::Thread;
|
||||
|
||||
static constexpr uint32_t kStackAddressRangeBegin = 0x70000000;
|
||||
static constexpr uint32_t kStackAddressRangeEnd = 0x7F000000;
|
||||
|
||||
struct CreationParams {
|
||||
uint32_t stack_size;
|
||||
uint32_t xapi_thread_startup;
|
||||
|
||||
Reference in New Issue
Block a user