Copyright (c) 1992-2002 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 4.5-STABLE #0: Fri Mar 8 19:59:46 PST 2002
root@phobos.theapt.org:/usr/obj/usr/src/sys/PHOBOS
Timecounter "i8254" frequency 1193182 Hz
CPU: Pentium III/Pentium III Xeon/Celeron (503.53-MHz 686-class CPU)
Origin = "GenuineIntel" Id = 0x672 Stepping = 2
Features=0x383f9ff
real memory = 268419072 (262128K bytes)
avail memory = 257593344 (251556K bytes)
Preloaded elf kernel "kernel" at 0xc03b4000.
Pentium Pro MTRR support enabled
md0: Malloc disk
Using $PIR table, 8 entries at 0xc00f0e60
npx0: on motherboard
npx0: INT 16 interface
pcib0: on motherboard
pci0: on pcib0
agp0: mem 0xe4000000-0xe7ffffff at device 0.0 on pci0
pcib2: at device 1.0 on pci0
pci1: on pcib2
pci1: at 0.0 irq 11
isab0: at device 4.0 on pci0
isa0: on isab0
atapci0: at device 4.1 on pci0
atapci0: Busmastering DMA not supported
uhci0: port 0xd400-0xd41f irq 14 at device 4.2 on pci0
usb0: on uhci0
usb0: USB revision 1.0
uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
ums0: Logitech USB Optical Mouse, rev 1.10/21.00, addr 2, iclass 3/1
ums0: 3 buttons and Z dir.
xl0: <3Com 3c905-TX Fast Etherlink XL> port 0xd000-0xd03f irq 14 at device 9.0 on pci0
xl0: Ethernet address: 00:60:97:de:ca:be
miibus0: on xl0
nsphy0: on miibus0
nsphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
atapci1: port 0xa400-0xa40f,0xa800-0xa803,0xb000-0xb007,0xb400-0xb403,0xb800-0xb807 irq 10 at device 11.0 on pci0
ata2: at 0xb800 on atapci1
ata3: at 0xb000 on atapci1
pcm0: port 0xa000-0xa01f irq 14 at device 13.0 on pci0
pci0: (vendor=0x1105, dev=0x8300) at 14.0 irq 15
pcib1: on motherboard
pci2: on pcib1
orm0: at iomem 0xc0000-0xcb7ff,0xcc000-0xcffff on isa0
fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
fdc0: FIFO enabled, 8 bytes threshold
fd0: <1440-KB 3.5" drive> on fdc0 drive 0
atkbdc0: at port 0x60,0x64 on isa0
atkbd0: flags 0x1 irq 1 on atkbdc0
kbd0 at atkbd0
vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
sc0: at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sio1 at port 0x2f8-0x2ff irq 3 on isa0
sio1: type 16550A
ppc0: at port 0x378-0x37f irq 7 on isa0
ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/9 bytes threshold
ppi0: on ppbus0
plip0: on ppbus0
lpt0: on ppbus0
lpt0: Interrupt-driven port
ad5: 39083MB [79408/16/63] at ata2-slave UDMA66
acd0: DVD-ROM at ata3-master using PIO4
acd1: CD-RW at ata3-slave using PIO4
Mounting root from ufs:/dev/ad5s1a
$ cat /usr/Make.world
#!/bin/sh
echo "Making World, this may take a while" && \
cd /usr/obj && \
touch blah && \
chflags -R noschg * && \
rm -rf * && \
cd /usr && \
echo "CVSup'ing 4-STABLE" && \
/usr/local/bin/cvsup -g /usr/4.x-stable && \
cd /usr/src && \
make cleandir && \
make cleandir && \
make buildworld && \
make installworld && \
cd /usr/src && \
make buildkernel KERNCONF=PHOBOS && \
make installkernel KERNCONF=PHOBOS && \
echo "Time to reboot!"