码迷,mamicode.com
首页 > 其他好文 > 详细

IBM messed up *AGAIN* in their thinkpad: 0xA0000 -> 0x9F000

时间:2017-12-07 10:46:08      阅读:116      评论:0      收藏:0      [点我收藏+]

标签:res   map   think   with   eem   opp   bsp   one   clear   

/*
     * IBM messed up *AGAIN* in their thinkpad: 0xA0000 -> 0x9F000.
     * They seem to have done something stupid with the floppy
     * controller as well..
     */
    while (start_low_mem < 0x9f000) {
        clear_bit(PG_reserved, &mem_map[MAP_NR(start_low_mem)].flags);
        start_low_mem += PAGE_SIZE;
    }
1.3.100

IBM messed up *AGAIN* in their thinkpad: 0xA0000 -> 0x9F000

标签:res   map   think   with   eem   opp   bsp   one   clear   

原文地址:http://www.cnblogs.com/mull/p/7997670.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!