genuine cpu I386_CPU kernel support

2009-09-18 Thread Julian H. Stacey
Hi hackers, I'm trying to get my Genuine 386 running 7.2. It currently runs 4.11. 386 was first base of FreeBSD, a shame to lose it. So far I've hacked diffs as below + the normal /etc/make.conf CFLAGS += -march=i386 cross compiled all bins libs etc setenv DESTDIR

Re: fcntl(F_RDAHEAD)

2009-09-18 Thread Kostik Belousov
On Thu, Sep 17, 2009 at 03:26:41PM -0700, Xin LI wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Igor, Igor Sysoev wrote: Hi, nginx-0.8.15 can use completely non-blocking sendfile() using SF_NODISKIO flag. When sendfile() returns EBUSY, nginx calls aio_read() to read

Re: genuine cpu I386_CPU kernel support

2009-09-18 Thread Alexey Shuvaev
On Fri, Sep 18, 2009 at 12:09:46AM +0200, Julian H. Stacey wrote: Hi hackers, I'm trying to get my Genuine 386 running 7.2. It currently runs 4.11. 386 was first base of FreeBSD, a shame to lose it. So far I've hacked diffs as below + the normal /etc/make.conf CFLAGS += -march=i386

SOLUTION MBR hack for serial console

2009-09-18 Thread remodeler
This is a solution to the problem I had. I think others might struggle with it too. John Baldwin kindly helped on this list. The FreeBSD handbook article on setting up serial consoles says Only sio0 through sio3 (COM1 through COM4) can be used; multiport serial cards will not work. I have a

Re: SOLUTION MBR hack for serial console

2009-09-18 Thread remodeler
I found your Email most helpful thank you. if I may ask, how do you get vim to display the correct rows and columns? I am using a xterm on a 1440x900 monitor and ssh to another FreeBSD machine that has my serial cable to my server. vim appears a very small, do you know how to change this?