Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 2

SYSLINUX is a collection of boot loaders for the Linux operating system which operates on Linux EXT2/EXT3 filesystems, MS-DOS FAT filesystems, network servers using PXE firmware, or from CD-ROMs. SYSLINUX has an advanced extension API and contains two optional menu systems. It also includes ... [More] MEMDISK, a tool for booting legacy operating systems from non-traditional media like PXE or CD-ROM. [Less]

4.66667
   
  0 reviews  |  13 users  |  312,467 lines of code  |  16 current contributors  |  Analyzed 5 days ago
 
 

Kexecboot is a C program able to scan the partitions on available devices, offering a graphical framebuffer menu and allowing user to select from which one to boot. Specifically, kexecboot creates the command line for kexec. Typically kexecboot resides together with kexec in a small initramfs ... [More] , embedded in a custom-tailored kernel compiled with support for initramfs and kexec system call. Both binaries are built static, linked against klibc to optimize size. Kexecboot may be linked against other *libc (glibc, eglibc, uclibc) and may be used as standalone binary as well. [Less]

0
 
  0 reviews  |  2 users  |  11,543 lines of code  |  4 current contributors  |  Analyzed 8 days ago
 
 

Tool intended to help facilitate the process of booting Linux on Intel Macintosh computers made by Apple from a USB stick or similar.

0
 
  0 reviews  |  1 user  |  259 lines of code  |  1 current contributor  |  Analyzed 5 days ago
 
 

qi-bootmenu is a second stage userspace bootloader which scans the available devices (SD card and NAND normally) for bootable systems, displays a nice looking GUI and then loads the selected image via kexec.

0
 
  0 reviews  |  1 user  |  4,295 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

Please go to http://iphonelinux.org/ for the time being. Thanks! The goals of the iPhone-Linux project are to port the full 2.6.x Linux operating system to the Apple iPhone, to create a system whereby users can easily use Linux on their iPhone, and to facilitate interoperability between Linux and Darwin/ARM.

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

_ | | _ __0 _ _ | |___ _____ _____ _| |_ _ /\_ \ \/ /| _ | _ | _ |_ _| \/\ ) ( | |_| | |_| | |_| | | |________/_____ /_/\_\|_____|_____|_____| ... [More] |________________|介绍xboot是一个嵌入式系统通用bootloader,除基本的引导和加载功能,还提供诸如运行二进制应用程序,读写文件系统,系统恢复模式,多系统引导菜单,外设驱动调试工具等功能。对于linux,wince,vxworks等流行的嵌入式操作系统都有很好的支持。 xboot主要采用C语言编写,与体系相关的部分代码采用汇编语言,在设计时已充分考虑到可移植性和跨平台的特点,一个熟练的开发人员可以在30分钟内完成对一款新硬件的支持,系统中大部分模块都是可配置的,包括子系统,驱动,命令,默认参数,甚至于动态内存可分配堆的大小,所有的配置都有合理的默认参数,完全满足按需配置的基本要求,在可配置性和使用难度这一矛盾体上提供了一个很好的解决方案。 xboot设计哲学:配置最灵活,使用最简单。 系统框架xboot采用分层设计的思想,不使用任何编译器提供标准C库,都是独立编写,完全自给自足的系统,这也是现代操作系统设计的基本要求。 系统分为五大模块,标准库,核心系统,子系统,驱动系统,命令行系统。系统可配置模块都使用双向链表管理,包括各种设备驱动,命令,文件系统,甚至各种通信协议。这五大模块完全可以胜任多种需求,比如添加网络支持,它是一个子系统,配合驱动层和命令行系统,就可以工作很好,再比如支持图形系统,其也是一个子系统。从支持二进制应用程序开始,到最后成为一个单任务系统快速开发平台,也是xboot的未来目标之一。 良好的架构,是xboot可持续发展的基础,展望未来,我们更有信心,也更加憧憬。欢迎有志之士加入我们的行列,一起见证xboot的成长。 快速向导如何获得xboot源码 从源码树获取最新代码, google svn 不再更新,使用github平台. git://github.com/jerryjianjun/xboot.git 下载压缩包 http://x-boot.googlecode.com/files/xboot-0.01.tar.bz2 (很旧,建议从github获取) xboot官方网站 http://xboot.org 加入我们的行列 注册一个gmail帐号,申请加入 http://groups.google.com/group/x-boot-developer 我要提交bug 感谢您的积极参与,去 http://code.google.com/p/x-boot/issues/list 提交。 如何开始 帮助文档正在积极编写中,感谢您的关注。。。 社区 开发组 http://groups.google.com/group/x-boot-developer 用户组 http://groups.google.com/group/x-boot-user [Less]

0
 
  0 reviews  |  0 users  |  15,373 lines of code  |  0 current contributors  |  Analyzed about 2 years ago
 
 

the g-bios project was merged to maxwit, please visit http://maxwit.googlecode.comthis page is deprecated and will be closed soon !! OverviewThe g-bios project aims at designing and developing a general architecture of bootloader/BIOS for Android and generic embedded Linux. ... [More] FeaturesAuto-decting the type image file and auto-burning intelligently. Various file system support, including YAFFS1, YAFFS2, JFFS2, CRAMFS, NFS, etc. Tab completion and history saving support. Flash parition support. boot parameters (Linux command line) auto setting, which greatly reduces the booting complexity and error probability! Seperated into two parts, top half and bottom half on which the NB (Never Burn Down) tech is based. Good design of subsystems, including interrupt, flash, network, etc. Video BIOS Integerated. Kermit support GUI-based configuration. USB host/device support How to get help1. visit http://groups.google.com/group/g-bios 2. mail to g-bios@googlegroups.com, or any member of this project. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 2 days ago
 
 

dbldr is a bootloader for HFRK develop board. Linux kernel is porting to HFRK develop board. --- --- "downloads" page description dbldr.(date).(serial).tmp.tar.bz2 is a temporary file, which is just for archive. Please do NOT treat it as a stable version. The "download" ... [More] page here is just for dev. cooperation. For official release, please visit http://sourceforge.net/projects/dbldr. --- --- admin: dufflv@hotmail.com [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed about 18 hours ago
 
 

AK loader (AK) is a project without much ambition,to develop a boot loader single or multi-boot, everything depends on the participation of developers. I use the GPL because it more independence to developers. All participation is welcome. My site http://akernelloader.freehostia.com

0
 
  0 reviews  |  0 users  |  3,429 lines of code  |  2 current contributors  |  Analyzed 6 days ago
 
 

A Linux bootloader implemented as a Windows device driver that invokes the Linux kernel on shutdown.

0
 
  0 reviews  |  0 users  |  2,763 lines of code  |  1 current contributor  |  Analyzed about 9 hours ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.