03 2012 档案

摘要:setenv bootargs root=/dev/nfs nfsroot=192.168.1.20:/home/nfsroot,nolock,rsize=1024,wsize=1024 ip=dhcp console=ttyO2,115200n8 rw noinitrd 阅读全文
posted @ 2012-03-09 13:33 ouuy 阅读(2636) 评论(0) 推荐(0)
摘要:If system is Ubuntu 11.10sudo apt-get install build-essential cdbs fakeroot dh-make debhelper debconf libstdc++6 dkms libqtgui4 wget execstack libelfg0 dh-modaliases linux-headers-generic1. http://ati.amd.com download drivers2. sudo ./amd-driver-installer-12-1-x86.x86_64.run --buildpkg Ubuntu/oneiri 阅读全文
posted @ 2012-03-07 01:32 ouuy 阅读(260) 评论(0) 推荐(0)
摘要:(1) 在 VM -> settings -> options ->shared folders 中设置 E 盘为共享(2) 安装 VMware Tool(3) 用如下命令挂载共享文件mount -t vmhgfs .host:/E /mnt/hgfs将 WINDOWS 中的 E 盘挂载至 /mnt/hgfs 目录 阅读全文
posted @ 2012-03-05 18:16 ouuy 阅读(556) 评论(0) 推荐(0)
摘要:#define REG 0x8000000pr_info("REG is %X\n", __raw_readl(ioremap(REG, 4)));ioremap : 转换一个物理地址至虚拟地址, 4 表示一个32位的寄存器 阅读全文
posted @ 2012-03-05 18:10 ouuy 阅读(1630) 评论(0) 推荐(0)