2023年3月14日

摘要: source build/envsetup.sh 执行之后可以用 - croot: Changes directory to the top of the tree. - m: Makes from the top of the tree. - mm: Builds all of the modul 阅读全文
posted @ 2023-03-14 20:20 Z_Chan 阅读(55) 评论(0) 推荐(0)
摘要: 环境准备 我的环境是deepin x64要linux的不会还有人用Windows写代码吧,这里不是支持国产,是ubuntu装不上我的笔记本,深度的安装配置的还不错,就算你的兼容做的和shit一样 准备150G的空闲区域,用来编译源码,和放源码。源码很小,但是编译之后可以达到150G,最小16G运行内 阅读全文
posted @ 2023-03-14 19:09 Z_Chan 阅读(287) 评论(0) 推荐(0)
摘要: 内存管理就是内存管理,我不会像书一样解释。我直接教你怎么实现 还是把class05改class06或者复制一份 内存管理第一件事情就是要划出一篇区域,规定这个地方是内存区域 double *ptd = (double * ) memman_alloc (memman,30 * sizeof(doub 阅读全文
posted @ 2023-03-14 15:53 Z_Chan 阅读(76) 评论(0) 推荐(0)

导航