Difference between revisions of "ADLO"

From coreboot
Jump to: navigation, search
(How do I get LinuxBIOS to boot ADLO?)
(What is ADLO?)
Line 1: Line 1:
 
== What is ADLO? ==
 
== What is ADLO? ==
  
ADLO is a glue layer which bonds LinuxBIOS to the 16-bit PC
+
ADLO is a Add-on layer which bond to LinuxBIOS and it derives from the 16-bit PC-BIOS of the Bochs emulator project.
BIOS of the Bochs project.
+
 
 +
On Sun Nov 24,2002 at 22:30:42 UTC, Adam Sulmicki announced via clustermatic.org mailing list (links) that him and a group of coligues (the SEBOS team) were succesful at creating ADLO. ADLO
 +
was accomplished by developing software that combined elements from two very successful projects:
 +
LinuxBIOS and BOCHS.and with some help of the Etherboot project.The use of LinuxBIOS and BOCHS
 +
Bios source had help them to create a Wrapper or clue to successfully booting a (Windows 2000 OS, OpenBSD, and of course Linux via GRUB or LILO as bootloaders) without a legacy  proprietary 16bit BIOS. With contibution from a grant from DARPA under the CHATS program, Adam Sulmicki,Adam Agnew and William Arbaugh has created a new way to succesfully booting multiple OSe's with out the need of proprietary software from the BIOS market leaders like AMI and Award 
  
 
It was originally written by [http://www.eax.com/ Adam Sulmicki.]
 
It was originally written by [http://www.eax.com/ Adam Sulmicki.]
 +
and the SEBOS team.
  
 
See the following url:
 
See the following url:
Line 11: Line 16:
  
 
Since the Bochs BIOS provides many of legacy BIOS services it allows you to boot some OS's that depend on those services.
 
Since the Bochs BIOS provides many of legacy BIOS services it allows you to boot some OS's that depend on those services.
 +
 +
The original release supported:
 +
 +
Windows 2000 OS,
 +
OpenBSD
 +
Linux via GRUB or LILO
  
 
== What bios services does ADLO provide and when would I need them. ==
 
== What bios services does ADLO provide and when would I need them. ==

Revision as of 00:07, 13 March 2007

Contents

What is ADLO?

ADLO is a Add-on layer which bond to LinuxBIOS and it derives from the 16-bit PC-BIOS of the Bochs emulator project.

On Sun Nov 24,2002 at 22:30:42 UTC, Adam Sulmicki announced via clustermatic.org mailing list (links) that him and a group of coligues (the SEBOS team) were succesful at creating ADLO. ADLO was accomplished by developing software that combined elements from two very successful projects: LinuxBIOS and BOCHS.and with some help of the Etherboot project.The use of LinuxBIOS and BOCHS Bios source had help them to create a Wrapper or clue to successfully booting a (Windows 2000 OS, OpenBSD, and of course Linux via GRUB or LILO as bootloaders) without a legacy proprietary 16bit BIOS. With contibution from a grant from DARPA under the CHATS program, Adam Sulmicki,Adam Agnew and William Arbaugh has created a new way to succesfully booting multiple OSe's with out the need of proprietary software from the BIOS market leaders like AMI and Award

It was originally written by Adam Sulmicki. and the SEBOS team.

See the following url:

http://www.missl.cs.umd.edu/sebos_phase2.html

Since the Bochs BIOS provides many of legacy BIOS services it allows you to boot some OS's that depend on those services.

The original release supported:

Windows 2000 OS, OpenBSD Linux via GRUB or LILO

What bios services does ADLO provide and when would I need them.

The full gory details for XP are at:

http://www.missl.cs.umd.edu/winint/index2.html

The full gory details for W2K are at:

http://www.missl.cs.umd.edu/winint/index1.html

What bootloaders work with ADLO?

Currently known to work are:

  • LILO
  • NTLDR (Windows 2000)

There is no technical reason why it couldn't work with *BSD, (Free)Dos, and other versions of Windows after some tweaking.

Where is ADLO?

ADLO is part of the LinuxBIOS v2 repository under LinuxBIOSv2/util/ADLO.

An older version was already part of LinuxBIOS v1 and is available at the LinuxBIOSv1/util/ADLO directory.

How do I get LinuxBIOS to boot ADLO?

ADLO compiles as an ELF image so you have to set up LinuxBIOS to elf boot just as if you were using any other ELF payload. In the ADLO directory are some READMEs. Make sure you have read them.

Compiling ADLO is quite simple. Mostly you just type make You will need the 16-bit assembler as86 installed to build the Bochs BIOS. You will also need a copy of your video BIOS if you want VGA to work. Again see the README.

BIOS shadowing

Out-of-the box ADLO probally won't boot unless you are using the exact mainboard that the ADLO project uses (FIXME: which one is this?). The reason is that various areas of shadowing must be enabled for ADLO to boot. (FIXME: please explain)

If you see elfboot indicate that it is 'Jumping to boot code at 0x7c00' and then the board resets or hangs then its very likely that your shadow settings are incorrect. Applying the serial debug patch to ADLO can help you further investigate this.

FixMe Where is the defacto location for the serial patch?

The shadow settings are set in loader.s in the freebios/util/ADLO. Find section B. These are writes to PCI space that enable various areas of shadowing.

Technically all you need is the only 64kb at 0xF0000 and 64kb at 0xC0000. Your mileage may vary. Start by enabling Read/Write for all shadow ranges supported by your chipset and then backing off to 0xF0000 and 0xC0000 after you get it working.

Video BIOS

The ADLO Makefile will copy your video bios from an existing setup. See the README and Makefile for details.

ADLO expects the video bios to be 64k in size whereas a lot of video BIOS images are only 32k. You can solve this by just duplicating in the same file and then letting ADLO use that. Some creative work with 'dd' and padding would achieve the same result.

Serial Output

Lastly if you have applied the serial debug patch to BOCHS then all the output is routed out to the serial port so your video screen will be blank. However VSYNC will still be generated if the video chip is initialized properly. You can watch for VSYNC with a Oscope or plug a newer type monitor up to the video output. Most modern monitors will tell you when they can/can't find the VSYNC signal. Note you may have to power cycle the monitor between attempts as sometimes they can get very confused.

Personal tools
Namespaces

Variants
Actions
Status
Support
Development / QA
Toolbox