Can any of you send me a copy of a text kernel file?
Rafael Gomez
[EMAIL PROTECTED]
Pager: [EMAIL PROTECTED]
Charter Communications International Venezuela
Tel: 58-2-576.60.80
Fax: 58-2-572.43.43
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of
> "Mike" == Mike Smith <[EMAIL PROTECTED]> writes:
Mike> This has nothing to do with Athlon processors and everything to do with
Mike> buggy BIOS code that doesn't set the "extended keyboard present" bit.
Mike> Feel free to check the (very simple) code in boot2 that performs keyboard
Mike
On Fri, 17 Mar 2000, Rafael Gomez wrote:
> Can any of you send me a copy of a text kernel file?
>
I can't quite parse what exactly you are looking for. The kernel itself
is binary executable code. However, kernel config files are text files
that indicate the config(8) what bits to compile int
This was originally posted to freebsd-questions, but I didn't get a
response. I'm hoping that someone in here has successfully netbooted a
FreeBSD 4.0-RELEASE box on Intel EtherExpress Pro 100+ cards and can share
their story.
Since I wrote this message, I have tried etherboot 4.4.5. Still no g
I have a custom kernel that I need to have boot from a cd across as many
machines as possible. I currently build the cd using scripts adapted from
what is in src/release, (I now owe Poul-Henning more than one beer), and
it boots every time in the lab, but people testing are reporting that it
wil
What on Earth are you talking about?
> -Original Message-
> From: Rafael Gomez [SMTP:[EMAIL PROTECTED]]
> Sent: Friday, March 17, 2000 07:10
> To: FreeBSD Hackers
> Subject: kERNEL
>
> Can any of you send me a copy of a text kernel file?
>
> Rafael Gomez
> [EMAIL PROTECTED]
> Pag
> I like T/TCP (I use it on some of my networked apps for the same reasons you
> describe), but I don't think that it should be added to a program like inetd
> which has two default settings that would need to be changed before the
> T/TCP extensions would ever provide any benefit.
The changes I'
Which server do you get that message from?
Your own?
Your isp?
A complete stranger, you are trying to use as smarthost?
- Original Message -
From: "Rafael Gomez" <[EMAIL PROTECTED]>
To: "FreeBSD Hackers" <[EMAIL PROTECTED]>
Sent: Thursday, March 16, 2000 7:42 PM
Subject: SendMail
> Eve
A couple of months ago I was doing some work on guard pages in libc_r and
discovered that using 'cat' to view the VM map for a process is
unreliable. This fact is documented in the proc code, and there is even an
explanation of how to reliably read the map files. However, I could find
no program
> > "Mike" == Mike Smith <[EMAIL PROTECTED]> writes:
>
> Mike> This has nothing to do with Athlon processors and everything to do with
> Mike> buggy BIOS code that doesn't set the "extended keyboard present" bit.
> Mike> Feel free to check the (very simple) code in boot2 that performs keyb
To ALL PEOPLE complaining about the size:
Paul Robinson wrote:
>
> If you save 20Mb, over a reliable 56Kb modem, you've saved them somewhere
> in the region of one and a half hours... I think you guys are too used to
> your broadband... :)
If you don't want to download 650 Mb, DON'T DOWNLOAD TH
"Daniel C. Sobral" wrote:
At this point, I'd just like to see the iso available, I don't care if
it is compressed or not. :P
> To ALL PEOPLE complaining about the size:
--
| Andy | e-mail | web |
| | [EMAIL PROTECTED] | www.lewman.com |
You will
* Gary T. Corcoran <[EMAIL PROTECTED]> [000317 20:16] wrote:
>
> Can someone please tell me how I can read a file from a device driver
> in FreeBSD? I need to download 2 or 3 relatively-large code files to
> my device, choosing from amongst several different files depending on
> which mode I'm o
Can someone please tell me how I can read a file from a device driver
in FreeBSD? I need to download 2 or 3 relatively-large code files to
my device, choosing from amongst several different files depending on
which mode I'm operating in. Therefore compiling-in the code is not
a reasonable choic
Alfred,
> > Can someone please tell me how I can read a file from a device driver
> > in FreeBSD? I need to download 2 or 3 relatively-large code files to
> > my device, choosing from amongst several different files depending on
> > which mode I'm operating in. Therefore compiling-in the code
* Gary T. Corcoran <[EMAIL PROTECTED]> [000317 20:54] wrote:
>
> Alfred,
>
> > > Can someone please tell me how I can read a file from a device driver
> > > in FreeBSD? I need to download 2 or 3 relatively-large code files to
> > > my device, choosing from amongst several different files depend
On Fri, 17 Mar 2000, Gary T. Corcoran wrote:
> I'm trying to initialize a network device, and I'm trying to download
> code *into* my device from some binary system files. There is no
> "user space" or user process, for that matter, to deal with at this
> point. I just want to (at this step) open
Just FYI, my Athlon K7-700 with the ASUS motherboard won't boot
with an old IBM keyboard unless the reset button is pressed; the
screen remains blank. The ASUS web page says this happens in
certain combinations of keyboards and ATX power supplies. With
another keyboard it's fine.
Anneli
On Fri, Mar 17, 2000 at 23:59:28 -0500, Matthew N. Dodd wrote:
> On Fri, 17 Mar 2000, Gary T. Corcoran wrote:
> > I'm trying to initialize a network device, and I'm trying to download
> > code *into* my device from some binary system files. There is no
> > "user space" or user process, for that m
* Matthew N. Dodd <[EMAIL PROTECTED]> [000317 21:22] wrote:
> On Fri, 17 Mar 2000, Gary T. Corcoran wrote:
> > I'm trying to initialize a network device, and I'm trying to download
> > code *into* my device from some binary system files. There is no
> > "user space" or user process, for that matt
"Gary T. Corcoran" wrote:
>
> I'm trying to initialize a network device, and I'm trying to download
> code *into* my device from some binary system files. There is no
> "user space" or user process, for that matter, to deal with at this point.
> I just want to (at this step) open a file(s) direc
"Matthew N. Dodd" wrote:
>
> On Fri, 17 Mar 2000, Gary T. Corcoran wrote:
> > I'm trying to initialize a network device, and I'm trying to download
> > code *into* my device from some binary system files. There is no
> > "user space" or user process, for that matter, to deal with at this
> > po
* Gary T. Corcoran <[EMAIL PROTECTED]> [000317 21:46] wrote:
>
> "Matthew N. Dodd" wrote:
> >
> > On Fri, 17 Mar 2000, Gary T. Corcoran wrote:
> > > I'm trying to initialize a network device, and I'm trying to download
> > > code *into* my device from some binary system files. There is no
> > >
On Sat, 18 Mar 2000, Gary T. Corcoran wrote:
> Ugh. This isn't the answer I was looking for... :-( ;-) I can do
> this in Windows (the original driver), I can do this in Linux (our new
> port) via a slight kluge which temporarily fiddles with the segment
> pointers (via standard system routines)
On Fri, Mar 17, 2000 at 11:00:08PM -0500, Gary T. Corcoran wrote:
> Can someone please tell me how I can read a file from a device driver
> in FreeBSD? I need to download 2 or 3 relatively-large code files to
> my device, choosing from amongst several different files depending on
> which mod
25 matches
Mail list logo