码迷,mamicode.com
首页 >  
搜索关键字:boot loader    ( 16741个结果
《linux 内核完全剖析》编译linux 0.12 内核 Ubuntu 64bits 环境
我×。。。终于好了,大概3 4个小时吧。。。各种毛刺问题。终究还是闯过来了。。。。 ubuntu2@ubuntu:~/Downloads/linux-0.00-050613/linux-0.00$ make ld -s -x -M head.o  -o system > System.map dd bs=32 if=boot of=Image skip=1 16+0 records i...
分类:系统相关   时间:2014-05-10 10:24:29    阅读次数:474
Bootstrap 框架学习目录
Bootstrap 框架学习目录
分类:其他好文   时间:2014-05-09 19:08:37    阅读次数:212
FL2440移植u-boot2011.09
u-boot version:2011.09-rc1/home/lucas/u-boot-2011.09-rc1OS:debian 7.1cross-compilation chain:arm-linux-4.3.2致谢:部分内容参考http://my.csdn.net/crazyman2010的博...
分类:其他好文   时间:2014-05-09 11:22:28    阅读次数:399
linux文件与目录管理
一、文件目录:/bin 系统放置执行文件的目录,主要有: mv,mkdir,cp,bash/boot 这个目录主要在放置开机会使用到的文件,包括Linux内核文件以及开机菜单与开机所需配置文件等/dev 在Linux系统上,任何设备与接口都是以文件的形式存在于这个目录当中/etc 系统主要的配置文件...
分类:系统相关   时间:2014-05-07 17:09:49    阅读次数:466
Recover Grub after Windows 7 installation
1. 制作Debian Live USB。 2. 安装grub-pc 3. 挂载/和/boot 4. grub-install 5. mount --bind ... ......
分类:Windows程序   时间:2014-05-07 05:21:43    阅读次数:458
mini2440 u-boot禁止蜂鸣器
mini2440的u-boot版本启动之后马上就会开启蜂鸣器,在办公环境下有可能会影响同事的工作,所以我考虑将其禁止掉。我使用的mini2440使用的光盘是2013年10月的版本,我在该光盘下的u-boot基础上进行修改。我仍然使用我最喜欢的vim+cscope来查看u-boot源代码,然后在u-b...
分类:其他好文   时间:2014-05-07 00:09:21    阅读次数:453
Weblogic domain密码的重置方法
1、修改boot.properties,将usernmae和password重设为明文,如:password=weblogicusername=weblogic2、将domain下\servers\AdminServer\data\ldap下的文件和目录都删除。3、重启weblogic即可。
分类:Web程序   时间:2014-05-06 12:39:00    阅读次数:303
Spring -- 4.1
CGLib动态代理使用JDK动态代理有一个限制,即它只能为接口创建代理实例,这一点可以从接口的newProxyInstance(ClassLoader loader,Class[] interfaces,InvocationHandler h)的第二个参数看出,interfaces就是需要代理实例实...
分类:编程语言   时间:2014-05-06 11:26:58    阅读次数:375
Linux Booting Process: A step by step tutorial for understanding Linux boot sequence
Oneofthemostremarkableachievementinthehistoryofmankindiscomputers.Anotheramazingfactaboutthisremarkableachievementcalledcomputersisthatitsacollectionofdifferentelectroniccomponents,andtheyworktogetherincoordinationtogiveyouameaningfuloutput.Weinourdaytodayl..
分类:系统相关   时间:2014-05-04 17:05:15    阅读次数:608
Centos之故障排除
一、忘记root密码进入单用户模式清除root密码,重新设置密码二、MBR错误先制造错误输入ddif=/dev/zeroof=/fev/sdads=446count=1清除MBR,输入init6重启这时你会发现已经进不去系统了进入救援模式(必须拥有系统光盘)或者进入boot输入linuxrescue进入救援模式三、stage2失效插..
分类:其他好文   时间:2014-05-03 20:46:53    阅读次数:305
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!