mode.txt

来自「操作系统实验教程核心技术与编程实例书中地例子代码」· 文本 代码 · 共 16 行

TXT
16
字号
                          Demo for CPU model 1                                
    This is a demo and it's main function is:                                 
    1.At real mode,move file "\tc\g\mode.txt" to c_buffer,512Kb ;             
    2.At protect mode,move c_buffer to g_buffer which base_address is 2M,     
and display throungh VRAM.**********************************************      
                          Demo for CPU model 2                                
    This is a demo and it's main function is:                                 
    1.At real mode,move file "\tc\g\mode.txt" to c_buffer,512Kb ;             
    2.At protect mode,move c_buffer to g_buffer which base_address is 2M,     
and display throungh VRAM.**********************************************      
                          Demo for CPU model 3                                
    This is a demo and it's main function is:                                 
    1.At real mode,move file "\tc\g\mode.txt" to c_buffer,512Kb ;             
    2.At protect mode,move c_buffer to g_buffer which base_address is 2M,     
and display throungh VRAM.**********************************************      

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?