Rename almost all occurences of LinuxBIOS to coreboot.
[coreboot.git] / util / ADLO / INSTALL
1 1) Are you familar with coreboot?
2
3         no : abort
4         yes: go to next step.
5
6 2) do you have Matsonic 7308e motherboard?
7
8         no : you are on your own (untested).
9         yes: go to next step.
10
11 3) do you have LiuxBIOS running on Matsonic 7308e motherboard?
12
13         no : get it working first on your motherboard.
14         yes: go to next step.
15
16 4) Acquire copy of your VIDEO BIOS.
17
18         -Put in your PC BIOS into the system, 
19         -Boot into linux.
20         -as root run "make videobios" from ADLO's root dir.
21         -copy the file to video directory
22          adjust make file as needed.
23
24 5) Acquire copy of your PIRQ table.
25
26         At present time it is not necessary to do this
27         and you can use supplied PIRQ table.
28
29 6) Acquire copy of BOCHS bios.
30
31         At present time it is not necessary to do this
32         and you can use supplied rombios.c.
33         
34         In fact you should use supplied rombios.c
35         file as the one used with BOCHS is not 
36         complete at the present time.
37
38 7) Examine make file to see that it does what u want.
39
40 8) compile
41
42         make
43
44 9) use the resulting elf "payload" file with coreboot as you would
45    have used any other elf file. For example put it on the same
46    EERPOM as coreboot is, or use EtherBOOT to load the payload
47    file from hdd or network.