mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
Update kernel
This commit is contained in:
@ -36,6 +36,9 @@ namespace Memory
|
||||
uintptr_t Break = 0x0;
|
||||
|
||||
public:
|
||||
/* fork() */
|
||||
void SetTable(PageTable *Table) { this->Table = Table; }
|
||||
|
||||
/* Directly to syscall */
|
||||
void *brk(void *Address);
|
||||
|
||||
|
Reference in New Issue
Block a user