Difference between revisions of "ADLO"
(→What is ADLO?) |
(→What is ADLO?) |
||
| Line 1: | Line 1: | ||
== What is ADLO? == | == What is ADLO? == | ||
| − | ADLO is a Add-on layer that bonds to the LinuxBIOS project and it derives from the 16-bit PC-BIOS of the Bochs emulator project. | + | <b>ADLO is a Add-on layer that bonds to the LinuxBIOS project and it derives from the 16-bit PC-BIOS of the Bochs emulator project.</b> |
On Sun Nov 24,2002 at 22:30:42 UTC, Adam Sulmicki announced via clustermatic.org mailing list [http://web.archive.org/web/20050308103736/http://www.clustermatic.org/pipermail/linuxbios/2002-November/001186.html Wayback Machine link] that him and a group of coligues ([http://www.missl.cs.umd.edu/sebos_phase2.html SEBOS team]) were succesful at creating ADLO. ADLO | On Sun Nov 24,2002 at 22:30:42 UTC, Adam Sulmicki announced via clustermatic.org mailing list [http://web.archive.org/web/20050308103736/http://www.clustermatic.org/pipermail/linuxbios/2002-November/001186.html Wayback Machine link] that him and a group of coligues ([http://www.missl.cs.umd.edu/sebos_phase2.html SEBOS team]) were succesful at creating ADLO. ADLO | ||
| Line 15: | Line 15: | ||
The original release Supported OS's were: | The original release Supported OS's were: | ||
| − | |||
1.Windows 2000 OS | 1.Windows 2000 OS | ||
Revision as of 00:38, 13 March 2007
Contents |
What is ADLO?
ADLO is a Add-on layer that bonds to the LinuxBIOS project 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 Wayback Machine link that him and a group of coligues (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 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 contribution from a Grant from DARPA under the CHATS program, Adam Sulmicki, Adam Agnew and William Arbaugh had created a new way to succesfully boot multiple OS's with out the need of proprietary software such as BIOS market leaders like AMI and Award
The Wrapper was originally written by Adam Sulmicki. and the SEBOS team.
Since the Bochs BIOS provides many of the legacy BIOS services required by some x86 OS's it allows you to boot OS's that depend on those services.
The original release Supported OS's were:
1.Windows 2000 OS
2.OpenBSD
3.Linux via GRUB or LILO
At the time of the ADLO launch the group was still working on supporting FreeBSD and Windows XP, they had also expected to improving ATA support will permit Win98 and WinXP to boot successfully with ADLO and adding PIRQ support wich would also permit FreeBSD to boot with ADLO,
Before the team made the ADLO source code publicly it was called the SEBOS project. The motherboard used for testing was a Matsonic 7308e motherboard, and the support for ADLO on other motherboards was limited to that of the LinuxBIOS project at the time of release (Nov 2002).
The SEBOS team had also created it's adaptations to add security and encryption to an OS bootloader that has been missing in a 16-bit propriotary PC-BIOS for decades. ADLO is a simple wrapper that binds to the Bochs BIOS which allows LinuxBIOS to make use of the BIOS interrupt services. ADLO can be found in the freebios/util/adlo directory in the LinuxBIOS cvs tree. Instructions for using ADLO can be found in the README contained within the source files.
Find out more at the teams website at :
http://www.missl.cs.umd.edu/sebos.html http://www.missl.cs.umd.edu/sebos_phase2.html
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.