8 lines
98 B
C
8 lines
98 B
C
#ifndef ARCH_CONSTS_H
|
|
#define ARCH_CONSTS_H
|
|
|
|
#define PAGE_SZ 496
|
|
#define FRAME_SZ PAGE_SZ
|
|
|
|
#endif
|