上一页 1 ··· 43 44 45 46 47 48 49 50 51 ··· 55 下一页
摘要: So that Linux can manage the processes in the system, each process is represented by a task_struct data structure (task and process are terms which Li 阅读全文
posted @ 2019-01-22 14:00 嵌入式实操 阅读(424) 评论(0) 推荐(0) 编辑
摘要: reference : https://github.com/beagleboard/beaglebone-black/wiki/System-Reference-Manual https://beagleboard.org/getting-started https://github.com/be 阅读全文
posted @ 2019-01-21 10:39 嵌入式实操 阅读(162) 评论(0) 推荐(0) 编辑
摘要: git commit steps:if you are a new git user , you may need to set # git config --global user.email "panzidong@com"# git config --global user.name "panz 阅读全文
posted @ 2019-01-21 09:51 嵌入式实操 阅读(126) 评论(0) 推荐(0) 编辑
摘要: vmuser@vmuser-VirtualBox:~$ sudo useradd -m hadoop -s /bin/bash[sudo] vmuser 的密码: vmuser@vmuser-VirtualBox:~$ sudo passwd hadoop输入新的 UNIX 密码: 重新输入新的 U 阅读全文
posted @ 2019-01-20 17:16 嵌入式实操 阅读(290) 评论(0) 推荐(0) 编辑
摘要: 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) 编辑
上一页 1 ··· 43 44 45 46 47 48 49 50 51 ··· 55 下一页