GSoC: Difference between revisions

From coreboot
Jump to navigation Jump to search
(Replaced content with "{{#externalredirect: https://doc.coreboot.org/contributing/gsoc.html}}")
Tag: Replaced
 
(239 intermediate revisions by 23 users not shown)
Line 1: Line 1:
= Google Summer of Code 2007 =
{{#externalredirect: https://doc.coreboot.org/contributing/gsoc.html}}
 
== Booting Windows and other Operating Systems in LinuxBIOS ==
 
The goal of this sub project is to figure out how to boot Windows Vista/XP/2003. There are three approaches that might proof successful:
* using a dedicated LinuxBIOS loader (ie. adapting ReactOS FREELDR)
* booting Windows on top of Linux using kexec/kboot
* fixing [[ADLO]] so that it boots Vista/XP and removing the mainboard dependencies in it's code.
 
== Port Grub2 to work in LinuxBIOS ==
 
Grub2 is going to be _the_ bootloader of choice in the forseeable future. As such, it could replace both Grub legacy and FILO, the LinuxBIOS hack for grub compatibility. FILO lacks many features that come with grub2 with no extra effort.
 
== SCSI booting in LinuxBIOS ==
 
Currently LinuxBIOS can not boot from an arbitrary SCSI controller. There are two solutions for the problem:
* Use Linux and Kexec. This requires to keep the SCSI driver in the flash chip.
* Use x86emu/vm86/[[ADLO]] and the int13 method. This would allow to use the PCI option rom available on all modern SCSI controllers.
 
= Contact =
 
If you are interested in becoming a GSoC student, please contact [mailto:stepan@coresystems.de Stefan Reinauer] or [mailto:rminnich@gmail.com Ronald Minnich]

Latest revision as of 04:16, 23 March 2023

This page redirects to an external site: https://doc.coreboot.org/contributing/gsoc.html