aboutsummaryrefslogtreecommitdiffstats
path: root/README.CD
Commit message (Collapse)AuthorAgeFilesLines
* bitkeeper revision 1.1159.138.1 (41811be9-M5W9ujjnrgAr5BvIUxzIQ)kaf24@freefall.cl.cam.ac.uk2004-10-281-737/+0
| | | | | Doc fixes. Definitely more still to do.
* bitkeeper revision 1.1159.64.1 (4130aba0phC6BxiRx2cnmE5EUnUgTQ)mwilli2@equilibrium.research2004-08-281-42/+40
| | | | | | Update version numbers. Need some update of the actual instructions, particularly in README.CD.
* bitkeeper revision 1.1155 (411350f1WPGKHyDE_nv5WX9LJBbaWg)kaf24@scramble.cl.cam.ac.uk2004-08-061-0/+7
| | | | | | Add support for marking bad pages using the 'badpage=xxx' cmdline option when booting Xen.
* bitkeeper revision 1.1108.33.42 (410f6f3aRsLN-XTc0i2kCrGt2plvhw)kaf24@scramble.cl.cam.ac.uk2004-08-031-4/+7
| | | | | | | | | More NMI-handling cleanups. Users now have an option of what to do with an error NMI by specifying 'nmi=xxx' on Xen's cmdline. 'nmi=dom0' -> Tell DOM0 about it (DOM0 currently ignores it). 'nmi=ignore' -> ignore it 'nmi=fatal' -> print a diagnostic and then hang.
* bitkeeper revision 1.1086.2.1 (40f56f1dUhjhI2VI1m-7iYS5gF4jqA)kaf24@scramble.cl.cam.ac.uk2004-07-141-1/+1
| | | | | x86-64 now executes as far as the boot-time banner.
* bitkeeper revision 1.1071.1.3 (40f3f494hMH1GKUQuCB0vUKhJyfyoA)kaf24@scramble.cl.cam.ac.uk2004-07-131-0/+10
| | | | | Add a conswitch command-line option to Xen.
* bitkeeper revision 1.1003.1.1 (40daac7c6-RMqdy1PiSH_fSWwxWf9A)iap10@labyrinth.cl.cam.ac.uk2004-06-241-17/+11
| | | | | | | | | master Makefile modified to build each the dom0 and unprivileged xenlinux kernels in different build trees. Also, the "-xen[0U]" tag is reflected in the kernel version name. This means that different modules will need to be built for each, which is less convenient for an expert, but probably less confusing for most users.
* bitkeeper revision 1.965 (40cde552wh00ygWiaGqPPXzvspDJsg)iap10@labyrinth.cl.cam.ac.uk2004-06-141-46/+42
| | | | | Update README and README.CD
* bitkeeper revision 1.929 (40beeffatmTqXw9_IGgwiDQCZdOKhA)kaf24@scramble.cl.cam.ac.uk2004-06-031-14/+10
| | | | | | | | Got rid of xencons0 and /dev/xen/cons entirely. DOM0 now attaches to /dev/ttyS0; all others attach to /dev/tty1. The default attachment can be changed using the 'xencons=' boot-parameter switch.
* bitkeeper revision 1.928 (40be5a8aziacBnOxNaBHmDnYSJp9Dw)kaf24@scramble.cl.cam.ac.uk2004-06-021-6/+10
| | | | | | | | Domains != 0 now install virtual console on tty1. We also install dummy devices tty2-63 to suppress warnings from overzealous distro default startup scripts. Documentation is updated to reflect these changes.
* bitkeeper revision 1.824 (40601cf9uRnKyyagj6umr4Oaf_-gWQ)kaf24@scramble.cl.cam.ac.uk2004-03-231-1/+1
| | | | | | | | | | | | Many files: xeno -> xen renames. xen_proc.c: Rename: xenolinux-2.4.25-sparse/arch/xen/lib/xeno_proc.c -> xenolinux-2.4.25-sparse/arch/xen/lib/xen_proc.c xen_proc.h: Rename: xenolinux-2.4.25-sparse/include/asm-xen/xeno_proc.h -> xenolinux-2.4.25-sparse/include/asm-xen/xen_proc.h Xen-HOWTO.txt: Rename: docs/Xeno-HOWTO.txt -> docs/Xen-HOWTO.txt
* bitkeeper revision 1.816 (405eedfdtQSsv_FQddod4l3qGl-RuA)kaf24@scramble.cl.cam.ac.uk2004-03-221-4/+6
| | | | | | | | xencons: new file Makefile, Xeno-HOWTO.txt, README.CD: Install an easily-accessible console terminal client program.
* bitkeeper revision 1.815 (405ed20aUPuCpxY9bW6IV5l8ztG3Og)kaf24@scramble.cl.cam.ac.uk2004-03-221-13/+18
| | | | | | console.c, console_client.py, Xeno-HOWTO.txt, README.CD: Many console fixes.
* bitkeeper revision 1.806 (4058575bj1znOTlYdipFIG8KLGJwfQ)kaf24@scramble.cl.cam.ac.uk2004-03-171-2/+3
| | | | | | pdb.txt, README, README.CD: Doc fixes.
* bitkeeper revision 1.802 (4056dccfmjgKoA9b7pj8FKykTzFcHg)kaf24@scramble.cl.cam.ac.uk2004-03-161-63/+17
| | | | | | Xeno-HOWTO.txt, README.CD: Update documentation.
* bitkeeper revision 1.800 (4055ee59_zI1OKOsC2EKXBIYFm3OtA)kaf24@scramble.cl.cam.ac.uk2004-03-151-5/+0
| | | | | | | | | | console_client.py, __init__.py, setup.py, Makefile: new file Many files: New console-terminal client in xenctl.console_client Python package. New option to xc_dom_create (-c on cmdline or auto_console in defaults file) to automatically become a console client. utils.py: Rename: tools/xc/py/XenoUtil.py -> tools/xenctl/lib/utils.py
* bitkeeper revision 1.737 (403a06aeivKFHIf1N0Wp-yJEFUDIrw)kaf24@scramble.cl.cam.ac.uk2004-02-231-3/+27
| | | | | | | | | | | | serial.h: new file Many files: Rewritten serial and console I/O for Xen. New command-line options (see the docs). ser_baud is deprecated. Xeno-HOWTO.txt: Rename: docs/Xeno-1.2-HOWTO.txt -> docs/Xeno-HOWTO.txt serial.c: Rename: xen/drivers/char/xen_serial.c -> xen/drivers/char/serial.c
* bitkeeper revision 1.707 (4022a745ygvMeB9hRI-djIrxK1sQiw)ach61@labyrinth.cl.cam.ac.uk2004-02-051-2/+8
|\ | | | | | | | | | | Merge labyrinth.cl.cam.ac.uk:/auto/groups/xeno/BK/xeno.bk into labyrinth.cl.cam.ac.uk:/auto/anfs/scratch/labyrinth/ach61/xeno-clone-1.3/xeno.bk
| * bitkeeper revision 1.698.1.1 (4022a73eOGiwh6ZU9-EU4LZoLcVnuQ)ach61@labyrinth.cl.cam.ac.uk2004-02-051-2/+8
| | | | | | | | | | pervasive debugger
* | bitkeeper revision 1.700 (401d7e17TsVIdmq0QNgdFLXJHFN1kg)iap10@labyrinth.cl.cam.ac.uk2004-02-011-101/+257
|/ | | | | transfer new domain tools and readmes from the 1.2 tree
* bitkeeper revision 1.631 (3fbf9627n3_R5gJx6eFdJQwWUIKLCQ)kaf24@scramble.cl.cam.ac.uk2003-11-221-80/+26
| | | | | | createlinuxdom.py, Xeno-HOWTO, TODO, README, README.CD: Updated the docs to get rid of xenctl references.
* bitkeeper revision 1.498 (3f852b5cCUvtapSFnyCRbI57fF2ilQ)kaf24@scramble.cl.cam.ac.uk2003-10-091-0/+4
| | | | | | kernel.c, process.c, README.CD: Add 'noreboot' option, and auto-detection of display adaptors.
* bitkeeper revision 1.475.1.2 (3f7af7b457onYa_vdjnlNsnMflPdtA)iap10@labyrinth.cl.cam.ac.uk2003-10-011-0/+2
| | | | | typos
* bitkeeper revision 1.473 (3f7867e38-w0Udil0euqJ8nAHOdmhQ)iap10@labyrinth.cl.cam.ac.uk2003-09-291-1/+1
| | | | | rename bk repository xeno.bk to xeno-1.0.bk
* bitkeeper revision 1.470.1.1 (3f783cec2WipJHPjRa8BMX27L9ph6A)iap10@labyrinth.cl.cam.ac.uk2003-09-291-3/+3
| | | | | 1.0rc1 -> 1.0
* bitkeeper revision 1.469 (3f7781640Z-nJWz_6IzI5Q6lTJPXJg)iap10@labyrinth.cl.cam.ac.uk2003-09-291-0/+91
| | | | | Add text about installing Xen on a standard distribution.
* bitkeeper revision 1.468 (3f776bd43_wFRTwYlSu5A4qtJST5zw)iap10@labyrinth.cl.cam.ac.uk2003-09-281-10/+15
| | | | | changes to build system, example config scripts added, READMEs improved.
* bitkeeper revision 1.459 (3f716d6dXGmxeJ7kBDRkSO-NFR-hHg)kaf24@scramble.cl.cam.ac.uk2003-09-241-2/+1
| | | | | | README, README.CD: Update READMEs to reflect new NIC driver status.
* bitkeeper revision 1.458 (3f6f7435Or79x1vh5ypTVbN9G7OJUg)kaf24@scramble.cl.cam.ac.uk2003-09-221-16/+16
| | | | | | config.h, xen_serial.c, kernel.c, README.CD: Allow serial I/O to be entirely disabled, and make this teh default. Enable by specifying a ser_baud during boot.
* bitkeeper revision 1.455 (3f6dc2dariikR486zrih1etx-raoDA)kaf24@scramble.cl.cam.ac.uk2003-09-211-1/+8
| | | | | | README.CD: README tweaks.
* bitkeeper revision 1.453 (3f6cd7e6PYjuqyg5rKnUu7C5WSm4wQ)iap10@labyrinth.cl.cam.ac.uk2003-09-201-3/+8
|\ | | | | | | | | | | Merge labyrinth.cl.cam.ac.uk:/auto/groups/xeno/BK/xeno.bk into labyrinth.cl.cam.ac.uk:/auto/anfs/scratch/labyrinth/iap10/xeno-clone/xeno.bk
| * bitkeeper revision 1.450.1.1 (3f6cd7e2zhGAHvhWECl313ZSjUy67w)iap10@labyrinth.cl.cam.ac.uk2003-09-201-3/+8
| | | | | | | | | | text change
* | bitkeeper revision 1.452 (3f6ccb2erKfpPyYSBaAZ-LzKH1Bnog)kaf24@scramble.cl.cam.ac.uk2003-09-201-0/+4
| | | | | | | | | | | | README.CD: Warn about agpgart cideo cards.
* | bitkeeper revision 1.451 (3f6cc9fd9UX_tFa6-8NKaC9OX-VNTg)kaf24@scramble.cl.cam.ac.uk2003-09-201-4/+4
|/ | | | | | README, README.CD: Expunge refs to nforce2 in the READMEs as it seems to work after all.
* bitkeeper revision 1.450 (3f6c27e5nnHxybq2MyMyEWEiDcAG8A)kaf24@scramble.cl.cam.ac.uk2003-09-201-9/+22
| | | | | | kernel.c, setup.c, README, README.CD: Add a Xen option to ignore all bios-supplied tables.
* bitkeeper revision 1.449 (3f6c0f670unINepIotSgaIxSAE89zQ)iap10@freefall.cl.cam.ac.uk2003-09-201-2/+23
| | | | | typos
* bitkeeper revision 1.447 (3f6b4a5bx66eWPkM9ZVWGugRdLunrg)iap10@labyrinth.cl.cam.ac.uk2003-09-191-2/+2
| | | | | typos
* bitkeeper revision 1.444 (3f6b38d7qamTogSmHdj52H60KzAVVQ)iap10@labyrinth.cl.cam.ac.uk2003-09-191-77/+84
| | | | | readme fixes
* bitkeeper revision 1.441 (3f6b2e28EfLTh1JKhg9ko_98WuxyVA)iap10@labyrinth.cl.cam.ac.uk2003-09-191-9/+10
| | | | | README update
* bitkeeper revision 1.437 (3f69d8adjFeOpChvZoY4yoiFD1epWA)iap10@labyrinth.cl.cam.ac.uk2003-09-181-81/+146
| | | | | new README's and "documentation".
* bitkeeper revision 1.419 (3f5ef5a4mQpbOFAoUevuy5GY5BPNKA)iap10@labyrinth.cl.cam.ac.uk2003-09-101-0/+416
Add READMEs, along with the xen-clone script, which is now far less site-specific.