revert between 56095 -> 55830 in arch
[AROS.git] / arch / .unmaintained / ppc-native / boot / apus-amiboot.readme
blob735f25fb200aeabfe4d37945a5fd50df96590c7e
1 [this readme last updated 990106]
3 This version of amiboot takes two extra (optional) arguments:
5  --apus:     Use this when you want to boot a PPC kernel.
6  --checksum: Use this to perform checksums on the kernel image before and
7              after copying it to its final location. This will increase
8              startup time by 15 secs or so.
10 I use this rune to boot my PPC kernel:
12  bootstrap --apus -k ram:vmlinux root=/dev/hda3 ip=off
15 Whatever extra options you need, always make sure to put the bootstrap
16 options first (the ones starting with '-') and the kernel options last.
18 If you experience problems with the Linux/APUS port, please have a look at
19 the Linux/APUS FAQ available via http (and ftp) from sunsite.auc.dk:
20 http://sunsite.auc.dk:local/os/linux/apus/docs/faq.html
22 The booter also stores a progress string in memory. You can use the tool
23 bootmesg (included in the archive) to find this after rebooting. See the FAQ
24 for details.
27 If that does not help you, post a message to the Linux/APUS kernel list also
28 hosted by sunsite. See the FAQ for details.
31 Jesper
34 Recompiling the apus booter:
36  o get Geek Gadgets
37  o get linux-2.1.42
38  o put the source files from this archive in the arch/m68k/boot/amiga
39    directory.
40  o edit include/linux/types.h: define #__KERNEL_STRICT_NAMES and out
41                                comment the ustat struct.
42         include/linux/posix-types.h: exchange the two first lines.
43  o try to compile (remember to cross your fingers :)
45  You can have a look in the script compile which I use to compile bootstrap.