First Hello world syscall
All checks were successful
Build documentation / build-and-deploy (push) Successful in 26s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 26s
This commit is contained in:
@@ -12,9 +12,9 @@
|
||||
/// Platform-dependent process data
|
||||
struct proc_platformdata {
|
||||
struct saved_regs regs;
|
||||
uintptr_t syscall_stack;
|
||||
uintptr_t user_stack;
|
||||
uint64_t fsbase;
|
||||
uintptr_t kernel_stack;
|
||||
uint64_t gs_base;
|
||||
};
|
||||
|
||||
#endif // _KERNEL_AMD64_PROC_H
|
||||
|
||||
Reference in New Issue
Block a user