日韩久久久精品,亚洲精品久久久久久久久久久,亚洲欧美一区二区三区国产精品 ,一区二区福利

Linux 內核--任務0的運行(切換到用戶模式)mov

系統 2265 0

本文分析基于Linux 0.11內核,轉載請標明出處, http://blog.csdn.net/yming0221/archive/2011/06/01/6459119.aspx

在main.c的程序中,當設備初始化完畢后,程序將從內核模式切換到用戶模式,也就是所說的任務0,執行fork()函數(該函數使用內嵌的匯

編,防止函數調用弄亂堆棧,造成寫時復制COPY_ON_WRITE)切換到用戶堆棧并執行任務0使用iret指令,首先將有關的值壓入堆棧,然后執

行iret指令。將剛剛壓入對堆棧的數據根據標志位彈入相應的寄存器。

執行iret前的堆棧如下:

Linux 內核--任務0的運行(切換到用戶模式)move_to_user_mode

一下這段話引用自 http://faydoc.tripod.com/cpu/iret.htm


In Protected Mode, the action of the IRET instruction depends on the settings of the NT (nested task) and VM flags in the EFLAGS register and the VM flag in the EFLAGS image stored on the current stack. Depending on the setting of these flags, the processor performs the following types of interrupt returns:

  • Return from virtual-8086 mode.
  • Return to virtual-8086 mode.
  • Intra-privilege level return.
  • Inter-privilege level return.
  • Return from nested task (task switch).

If the NT flag (EFLAGS register) is cleared, the IRET instruction performs a far return from the interrupt procedure, without a task switch. The code segment being returned to must be equally or less privileged than the interrupt handler routine (as indicated by the RPL field of the code segment selector popped from the stack). As with a real-address mode interrupt return, the IRET instruction pops the return instruction pointer, return code segment selector, and EFLAGS image from the stack to the EIP, CS, and EFLAGS registers, respectively, and then resumes execution of the interrupted program or procedure. If the return is to another privilege level, the IRET instruction also pops the stack pointer and SS from the stack, before resuming program execution. If the return is to virtual-8086 mode, the processor also pops the data segment registers from the stack.

-----------------------------------

由于在sched_init()中已經設置了標志寄存器中的vm標志為0,所以iret掉用后不會發生任務切換,而是繼續執行EIP指向的指令故繼續執行

1標號的代碼,開始執行任務0,任務0的堆棧段選擇符為0x17,在sched_init()中已設置了任務0 的任務描述符和局部描述符為INIT_TASK

Linux 內核--任務0的運行(切換到用戶模式)move_to_user_mode


更多文章、技術交流、商務合作、聯系博主

微信掃碼或搜索:z360901061

微信掃一掃加我為好友

QQ號聯系: 360901061

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描下面二維碼支持博主2元、5元、10元、20元等您想捐的金額吧,狠狠點擊下面給點支持吧,站長非常感激您!手機微信長按不能支付解決辦法:請將微信支付二維碼保存到相冊,切換到微信,然后點擊微信右上角掃一掃功能,選擇支付二維碼完成支付。

【本文對您有幫助就好】

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描上面二維碼支持博主2元、5元、10元、自定義金額等您想捐的金額吧,站長會非常 感謝您的哦!!!

發表我的評論
最新評論 總共0條評論
主站蜘蛛池模板: 敖汉旗| 三穗县| 漠河县| 甘孜县| 扶绥县| 高尔夫| 博罗县| 环江| 吉首市| 买车| 萍乡市| 潮州市| 剑河县| 南汇区| 萝北县| 抚宁县| 浑源县| 万荣县| 安庆市| 海盐县| 鄱阳县| 武义县| 白银市| 金平| 左云县| 宣恩县| 新泰市| 铁岭县| 利辛县| 邹平县| 昔阳县| 乐亭县| 柏乡县| 武城县| 长寿区| 荣成市| 灵丘县| 罗山县| 罗定市| 习水县| 博罗县|