mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 12:16:31 +00:00
实现了打开、关闭、读取文件的功能
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
// 内核层的起始地址
|
||||
#define PAGE_OFFSET (0xffff800000000000UL)
|
||||
#define KERNEL_BASE_LINEAR_ADDR (0xffff800000000000UL)
|
||||
#define USER_MAX_LINEAR_ADDR 0x00007fffffffffffUL;
|
||||
#define USER_MAX_LINEAR_ADDR 0x00007fffffffffffUL
|
||||
|
||||
#define PAGE_4K_SHIFT 12
|
||||
#define PAGE_2M_SHIFT 21
|
||||
|
Reference in New Issue
Block a user