Re: Serial speed for boot device selection prompt
- From: Sean Bruno <sbruno@xxxxxxxxxxxx>
- Date: Thu, 25 Oct 2007 14:14:42 -0700
Thanks, that at least confirmed my theory while reviewing the assembly that boot.S was not capable ofIf you want serial capability in boot0, you should set
BOOT_COMCONSOLE_SPEED=115200 in your make.conf. After you do that,
you'll need to rebuild the boot blocks. The procedure for doing that is
step 4 of Section 24.6.5.2 in the Handbook:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/serialconsole-setup.html
The BIOS call that boot.S is using (int 0x14) only supports a maximum
speed of 9600. To get speeds greater that 9600, it needs to do the
I/O itself. There used to be a version floating around that did this.
I have a extemely modified version that uses this method. If you can't
find a version that does this, let mw know and I'll see if I can cleanup
what I have.
Larry
more than 9600.
I'll look around first, but may request the code later.
Sean
_______________________________________________
freebsd-hackers@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@xxxxxxxxxxx"
- References:
- Re: Serial speed for boot device selection prompt
- From: Larry Baird
- Re: Serial speed for boot device selection prompt
- Prev by Date: Re: Serial speed for boot device selection prompt
- Next by Date: Re: Getting nonstandard serial baud rates w/FTDI
- Previous by thread: Re: Serial speed for boot device selection prompt
- Next by thread: How to get a kthread ID?
- Index(es):
Relevant Pages
- Re: BTX on USB pen drive
... Well, I followed the right steps to rebuild the boot blocks, installed ...
them and verfifie that they did work on the machine tha can boot from ... (freebsd-stable) - Re: Prefetch file ?????
... it speeds up the process when you open a file that you have previously opened. ...
After you delete the contents it will get rebuild as you use your computer. ... > what
does this folder do? ... Thanks, Chuck ... (microsoft.public.windowsxp.general)