Document amd64 platform-specific code
This commit is contained in:
@@ -4,9 +4,12 @@
|
||||
#include <amd64/intr.h>
|
||||
#include <libk/std.h>
|
||||
|
||||
/// Top of userspace process' stack
|
||||
#define PROC_USTACK_TOP 0x00007FFFFFFFF000ULL
|
||||
#define USTACK_SIZE (256 * PAGE_SIZE)
|
||||
/// Size of userspace process' stack
|
||||
#define USTACK_SIZE (256 * PAGE_SIZE)
|
||||
|
||||
/// Platform-dependent process data
|
||||
struct proc_platformdata {
|
||||
struct saved_regs regs;
|
||||
uintptr_t syscall_stack;
|
||||
|
||||
Reference in New Issue
Block a user