Subject: Re: serial console HOWTO?
To: None <port-i386@netbsd.org>
From: Jonathan Stone <jonathan@DSG.Stanford.EDU>
List: port-i386
Date: 01/18/2000 14:50:17
In message <200001182205.OAA16515@Greyhawk.DSG.Stanford.EDU>,
Jonathan Stone writes:

>>I UTSLed, and that suggested building building bootblocks in
>>sys/arch/i386/stand/biosboot_com0/. But with a slightly out-of-date
>>souces, that failed to find start_bootsect.o.
>>Am I missing something obvious?
>
>Still not sure what's up there, but:

Hm.  With the 1.4P-ish source I have, you cant build a
biosboot_com0.sym after building biosboot.sym; the Makefile for the
_com0 puts ../biosboot/ onto its PATH, and it finds all sorts of .o
files up-to-date in ../biosboot, so it doesn't rebuild them locally.
Guess I should PR that.

But even so, and after pulling the keyboard and mouse, I cant get the
kernel to use the serial port for console output (e.g,. to print
boot-time autoconfiguration messages).

What am I still doing wrong?