Files
2026-06-22 06:33:14 +00:00

16 lines
278 B
C

/*
* Copyright (c) 2026, Chloe M.
* Provided under the BSD-3 clause.
*
* Description: Page-related definitions
* Author: Chloe M.
*/
#ifndef _MACHINE_PAGE_H_
#define _MACHINE_PAGE_H_ 1
#define PAGESIZE 4096
#define LOG2_PAGESIZE 12
#endif /* !_MACHINE_PAGE_H_ */