搜索资源列表
vivi_config
- 这是bootloader_vivi 1.1.4的CONFIG文件,已经在保证整体功能的情况下做到了最小配置,并且拥有所有的VIVI命令,解压后放到VIVI的文件夹下,make menuconfig选择上即可
make-menuconfig-language
- linux内核配置语言,makemenuconfig和makexconfig等都可以使用的
linux_kerl
- linux内核裁剪的具体过程和方法 里面详细讲述了linux内核的make menuconfig里面各个选项的意义-linux kernel cutting process and the specific method described in detail inside the linux kernel make menuconfig inside of the significance of the various options
uclinux
- Uclinux 内核编译傻瓜教程。 内核的编译过程我想大家都知道了,就是 make menuconfig 进入内核配置菜单进行删改,结束保存后进行 make dep make clean make lib_only make user_only make romfs make image make 基本上按照立宇泰给的uclinux内核文件和交叉编译器就能够完成整个编译内核 的工作,只不过也许由于内核版本不同会产生一些不同的结果
make_menuconfig
- 当编译Linux内核的时候,大多数新手选择了make menuconfig 而通常情况下make menuconfig没有被配置好,本文章着重讲解配置menu config时的各种错误以及解决方案。-When compiling the Linux kernel, most novice choose a make menuconfig make menuconfig but usually is not configured, this article focused on the confi
ncurses-packege--install
- ncurses packege的安装包及安装方法 (rhel5.1 gcc4.1.2平台) ncurses安装 GCC安装好后,再次make menuconfig出现了下面错误: [root@localhost linux-2.6.32.2]# make menuconfig HOSTCC scr ipts/basic/fixdep HOSTCC scr ipts/basic/docproc HOSTCC scr ipts/basic/hash HOS
yaffs2.tar
- 支持flash的坏块屏蔽,需要u-boot支持,假如u-boot版本很高可以在make menuconfig里选择。-Support flash bad block shield, u-boot support, high u-boot version can be selected in make menuconfig.
25fb_drv_doublebuffer
- 开发板4412_ARM9开发,通过framebuffer控制电容屏,设置部分驱动方法:* 需要先关闭内核中的framebuffer驱动,否则会冲突 make menuconfig -> Device Drivers -> Graphics support -> Samsung S3C framebuffer support 同时要确保CONFIG_FB_S3C_NR_BUFFERS生成 程序里面有详细注释,中文注释-Development board 4412_
Make Menuconfig简介
- linux中内核裁剪指导资料,其中包括各个选项的功能详解,进入窗口后,根据内容可以选择自己需要的功能项,裁剪适合的内核。(Linux kernel cutting guide material, including the function of explanation, the options into the window, you need feature can be selected according to the content, cut a suitable kernel.)