To be a better coder
发布时间:2018-07-24 10:04:09
[root@localhost test]# [root@localhost test]# [root@localhost test]# mv initrd.img.gz initrd.img[root@localhost test]# lsinitrd.img[root@localhost test]# [root@localhost test]# [root@localhost test]# [root@localhost test]# cp initrd.img ../[root@localhost test]# lsinitrd.img[root@localhos.........【阅读全文】
发布时间:2017-03-09 18:09:59
参考原文:http://blog.csdn.net/lxjames833539/article/details/6876716产生段错误就是访问了错误的内存段,一般是你没有权限,或者根本就不存在对应的物理内存,尤其常见的是访问0地址。一般来说,段错误就是指访问的内存超出了系统所给这个程序的内存空间,通常这个值是由gdtr来保存的,它是一个48位的寄存.........【阅读全文】