Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1752888
  • 博文数量: 143
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 1462
  • 用 户 组: 普通用户
  • 注册时间: 2016-08-23 11:14
文章分类

全部博文(143)

文章存档

2022年(3)

2021年(13)

2020年(21)

2019年(8)

2018年(28)

2017年(7)

2016年(63)

我的朋友

发布时间:2018-10-07 20:55:50

......【阅读全文】

阅读(4901) | 评论(0) | 转发(0)

发布时间:2018-10-07 20:48:44

文章选自:linux中的物理地址和虚拟地址中的第二个参考链接来应该是来自于一本书,由于没找到,特参看:Linux中的物理和虚拟存储空间布局注原文中:Linux线性地址空间 == Linux虚拟地址空间 ==  Linux地址空间 == Linux逻辑地址空间Linux内核中虚拟内存空间的一般布局(其实I/O空间也在其中,通常占用高端内存空间.........【阅读全文】

阅读(42720) | 评论(0) | 转发(0)

发布时间:2018-04-17 00:52:00

选自:调用malloc时发生了什么      Linux内存分配小结--malloc、brk、mmap点击(此处)折叠或打开brk() and sbrk() change the location of the program break, which defines the end of the process's data segment (i.e., the program break is the first location af.........【阅读全文】

阅读(4889) | 评论(0) | 转发(0)

发布时间:2016-10-27 18:47:33

  在Linux下,安装某开发工具包或者执行某应用程序时,经常遇到“找不到共享库(.so)”的问题,如:error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory 。此时,如果执行ldd xxx查看此工具包或应用程序所依赖的共享库,发现确实有:某共享库(.so) .........【阅读全文】

阅读(10734) | 评论(0) | 转发(0)

发布时间:2016-10-26 18:34:33

工具说明用途注意as是GNU Binutils提供的汇编器。用于将汇编代码编译成目标文件,即二进制代码。#将汇编代码编译成二进制代码:as hellowor.........【阅读全文】

阅读(3181) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册