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

时间:2017-12-07 10:33:16   收藏:0   阅读:251

/*
     * 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

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

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!