mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
getpagesize(2) now call Sortix::Page::Size().
This commit is contained in:
parent
22990b77b8
commit
d59c0cb3ed
1 changed files with 1 additions and 2 deletions
|
@ -832,8 +832,7 @@ namespace Sortix
|
||||||
|
|
||||||
size_t SysGetPageSize()
|
size_t SysGetPageSize()
|
||||||
{
|
{
|
||||||
// TODO: Query the virtual memory layer or look up in the process class.
|
return Page::Size();
|
||||||
return 0x1000UL;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void Process::Init()
|
void Process::Init()
|
||||||
|
|
Loading…
Reference in a new issue