bochs调试的有些命令根据版本好像有变化,我在ubuntu下安装了bochs-2.4.6,发现和bochs-2.3.6命令出现区别,在2.3。6版本支持dump_cpu、info r等命令,在我安装的2.4.6版本中不支持这两个命令,后面在使用bochs的过程中会陆续总结一些2.4.6支持的命令,最简单的方法是通过help来获取,下面先记录一些常用的:
r 查看通用寄存器
sreg 查看段寄...
分类:
其他好文 时间:
2014-05-09 15:04:09
阅读次数:
315
【问题描述】我本来有ubuntu和win8双系统,ubuntu引导系统启动,后来重装了win8,再使用ubuntu系统盘对grub重建恢复系统启动引导文件,却发现ubuntu下无法挂载ntfs了。【解决办法】在网上搜了一个办法,感谢http://blog.csdn.net/sishuiliunian...
分类:
其他好文 时间:
2014-05-09 13:47:09
阅读次数:
315
When you’re running Ubuntu and updating your
system frequently, there is a high chance that older kernels that are no longer
needed are still installe...
分类:
其他好文 时间:
2014-05-09 13:19:09
阅读次数:
311
ubuntu忘记密码,不需要重装系统即可重新设置root密码,以下是步骤:1)在系统一启动时,按ESC键,目的是为了出现选单页面2)
当看到选单页面时,此时按下[e] 这个键,此时会进入grub 的编辑模式3)在找到 ro root=xxx quiet xx这行,并在最后面键入 single,
根....
分类:
其他好文 时间:
2014-05-09 08:05:03
阅读次数:
258
Fix invisible cursor issue in Ubuntu
13.10Fixing this problem is rather too easy. Open a terminal (Ctrl+Alt+T) and
use the following command:gsettings...
分类:
其他好文 时间:
2014-05-09 07:57:17
阅读次数:
311
这几天在学习python,从昨天开始安装了ubuntu系统以后,就开始研究这个备份文件的例子,可是无论如何,总是不成功,不是说OSError: [Errno
2] No such file or directory:就是说OSError: [Errno 13] Permission denied:这...
分类:
编程语言 时间:
2014-05-09 07:34:56
阅读次数:
525
服务器环境:安装vim/etc/apt/sources.list.d/mariadb.list#添加以下两句
debhttp://mirror.yongbok.net/mariadb/repo/5.5/ubuntuprecisemain
deb-srchttp://mirror.yongbok.net/mariadb/repo/5.5/ubuntuprecisemain
apt-keyadv--recv-keys--keyserverkeyserver.ubuntu.com0xcbc..
分类:
数据库 时间:
2014-05-09 06:50:15
阅读次数:
538
最近在看这本书。不过发现需要安装编译工具 lex, yacc。书上说Linux自带lex, yacc。不过我发现我的没有。并且,ubuntu不使用lex, yacc。输入sudo apt-get install yacc lex
会报错, 报错内容如下:Reading package lists... Done
Building dependency tree
Reading sta...
分类:
其他好文 时间:
2014-05-09 06:18:48
阅读次数:
989
ssh登录服务器时总是要停顿等待一下才能连接上,这是因为OpenSSH服务器有一个DNS查找选项UseDNS默认是打开的。UseDNS选项打开状态下,当客户端试图登录OpenSSH服务器时,服务器端先根据客户端的IP地址进行DNS
PTR反向查询,查询出客户端的host name,然后根据查询出的客...
分类:
其他好文 时间:
2014-05-09 05:45:28
阅读次数:
288