摘要: 汇编指令都是以.开头 .align integer, pad //pad是用于填充的一般为空或0The .align directive causes the next data generated to be aligned modulo integer bytes.Integer must be 阅读全文
posted @ 2019-07-10 15:28 MoonXu 阅读(778) 评论(0) 推荐(0)
摘要: 安装vmtools后还是不显示执行以下操作//但是只有root权限才行 1:输入命令 sudo apt-get install open-vm-tools 安装工具2:输入命令 vmhgfs-fuse .host:/ /mnt/hgfs 完成设置 去除root vi /etc/fstab: 在最后添 阅读全文
posted @ 2019-07-10 14:25 MoonXu 阅读(3347) 评论(1) 推荐(1)