📄 example1.rules
字号:
/*
This is the simplest possible memory map, a straight one-to-one virtual
to physical mapping covering the complete 4 gigabyte address space.
*/
BASE_ADDRESS 0x00004000 /* table generated to this base address */
/* MMU Level 1 Table generation data */
LEVEL 1
/* Virtual space */
/* 4GB mapped 1->1 */ VIRTUAL 0x00000000 TO 0xFFFFFFFF PHYSICAL 0x00000000 SECTION FULL_ACCESS CACHEABLE AND BUFFERABLE
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -