摘要: The name swap daemon is a bit of a misnomer as the daemon does more than just swap modified pages out to the swap file. Its task is to keep the memory 阅读全文
posted @ 2019-01-18 17:43 嵌入式实操 阅读(295) 评论(0) 推荐(0) 编辑
摘要: All of the physical pages in the system are described by the mem_map data structure which is a list of mem_map_t typedef struct page { // these must b 阅读全文
posted @ 2019-01-18 17:35 嵌入式实操 阅读(293) 评论(0) 推荐(0) 编辑
摘要: To translate a virtual address into a physical one, the CPU must take the contents of each level field, convert it into an offset into the physical pa 阅读全文
posted @ 2019-01-18 17:13 嵌入式实操 阅读(287) 评论(0) 推荐(0) 编辑
摘要: example 1: 特理地址和虚拟地址一致 Physical addressing mode requires no page tables and the CPU does not attempt to perform any address translations in this mode. 阅读全文
posted @ 2019-01-18 17:06 嵌入式实操 阅读(204) 评论(0) 推荐(0) 编辑
摘要: Page Cache This is used to speed up access to images and data on disk. As pages are read into memory from disk they are cached in the page cache. If t 阅读全文
posted @ 2019-01-18 16:58 嵌入式实操 阅读(170) 评论(0) 推荐(0) 编辑
摘要: Page Table Entry The access control information is held in the PTE and is CPU specific; figure bit fields have the following meanings: The following t 阅读全文
posted @ 2019-01-18 16:45 嵌入式实操 阅读(1015) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-01-18 16:36 嵌入式实操 阅读(227) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-01-18 16:13 嵌入式实操 阅读(91) 评论(0) 推荐(0) 编辑
摘要: CC开始 xmodem 传输。 按 Ctrl+C 取消。 100% 95 KB 4 KB/s 00:00:23 0 ErrorsU-Boot SPL 2018.01 (Jan 16 2019 - 11:46:41)Trying to boot from UARTCCC开始 ymodem 传输。 按 阅读全文
posted @ 2019-01-18 14:07 嵌入式实操 阅读(349) 评论(0) 推荐(0) 编辑