搜索资源列表
gsadfgwadfgasgd
- 一、 uboot是ppcboot和armboot合并而成,现在主流的bootloader为uboot和redboot 二、 bootm addr_kernel addr_initrd 三、 移植uboot时最好(一定)要找到一个自己板子的原形(即自己的板子是在这个板子上做一些修改而来的)的版本,这样就可以事半功倍。这样要修改的地方就比较少,也比较容易了。uboot支持很多平台,与一个具体平台相关的主要有三个地方: 1、./include/configs/xxxxx.h, 主要定义了f
linux_dirop
- linux目录操作函数 -linux directory manipulation functions
Linux-copy
- 自己总结了三种Linux机器间文件目录拷贝的操作方法。-Three Linux file directory copy operation between the machine
Op_Directory
- 实现Windows/Linux平台上目录操作函数,可用于Win/Linux跨平台模拟器环境-Achieve Windows/Linux platform directory manipulation functions that can be used Win/Linux cross-platform simulator environment
my_ls1
- 简单的ls -al的实现.不是很难,用到了获取文件信息的函数lstat,目录操作等-A simple ls-al to achieve. Is not difficult to use a function to get file information lstat, catalog operations, etc.