ia64/xen-unstable
changeset 1140:b25f306dd0db
bitkeeper revision 1.762 (40446c34NXNuxQ7jHpzDmqmIXo21pg)
Xeno-HOWTO.txt, Makefile:
Documentation fixes.
Xeno-HOWTO.txt, Makefile:
Documentation fixes.
author | kaf24@scramble.cl.cam.ac.uk |
---|---|
date | Tue Mar 02 11:12:52 2004 +0000 (2004-03-02) |
parents | 65aadb3d7e55 |
children | 44bba5181e2a |
files | Makefile docs/Xeno-HOWTO.txt |
line diff
1.1 --- a/Makefile Tue Mar 02 11:09:07 2004 +0000 1.2 +++ b/Makefile Tue Mar 02 11:12:52 2004 +0000 1.3 @@ -4,7 +4,7 @@ 1.4 # Builds everything except Xenolinux: 1.5 # cd xenolinux-<version>-sparse 1.6 # ./mkbuildtree <build dir> 1.7 -# cd <build dir> && make oldconfig && make dep && make bzImage 1.8 +# cd <build dir> && make ARCH=xeno oldconfig dep bzImage 1.9 # (<build dir> should be a vanilla linux tree with matching version) 1.10 1.11 all:
2.1 --- a/docs/Xeno-HOWTO.txt Tue Mar 02 11:09:07 2004 +0000 2.2 +++ b/docs/Xeno-HOWTO.txt Tue Mar 02 11:12:52 2004 +0000 2.3 @@ -95,8 +95,8 @@ oldconfig') but you can customise using 2.4 if you want. 2.5 2.6 # cd /xeno-1.2.bk/xenolinux-2.4.24 2.7 - # ARCH=xeno make oldconfig { or menuconfig, or xconfig, or config } 2.8 - # ARCH=xeno make dep bzImage 2.9 + # make ARCH=xeno oldconfig { or menuconfig, or xconfig, or config } 2.10 + # make ARCH=xeno dep bzImage 2.11 2.12 Assuming the build works, you'll end up with 2.13 /xeno-1.2.bk/xenolinux-2.4.24/arch/xeno/boot/xenolinux.gz. This is the