Melt the Heart of your Valentine with this beautiful Screen saver

2002-02-24 Thread Screen Saver
<<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> This e-mail is never sent unsolicited. If you need to unsubscribe, follow the instructions at the bottom of the message. *** Melt the Heart of your loved ones with this beautiful Screen

Re: micq on hurd

2002-02-24 Thread James Morrison
--- [EMAIL PROTECTED] wrote: > > Hello Folks!, > > I was just wondering if text based icq client a.k.a micq has been > ported to > the GNU/HURD system. If it is not, I would like to work on it. The > problem is that I am a newbie and don't know how to go about. I > would appreciate some pointer

Melt the Heart of your Valentine with this beautiful Screen saver

2002-02-24 Thread Screen Saver
<<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> This e-mail is never sent unsolicited. If you need to unsubscribe, follow the instructions at the bottom of the message. *** Melt the Heart of your loved ones with this beautiful Screen

Re: Success! (Was Re: Compiling gdb-5.1.1-1 on hppa)

2002-02-24 Thread B. Douglas Hilton
Ok, it actually works! I was able to attach gdb to my kernel via ttyS0 and step into the code. That is really nifty... well the work week is about to start again so my hacking time is about to evaporate, but I had a really productive weekend. Accomplishments: 1. Compiled OSKit correctly with debugg

Re: CD's

2002-02-24 Thread Philip Charles
On Sun, 24 Feb 2002, Evandro Magalhães Leite Júnior wrote: > Hi, > > What does the CD G and H means? They refer to the boot-floppies part of the CDs. The letter changes whenever boot-floppies are modified. This was quite important to me in the earlier stages of the CDs' development. Phil. -

Re: micq on hurd

2002-02-24 Thread Moritz Schulte
[EMAIL PROTECTED] writes: > I was just wondering if text based icq client a.k.a micq has been > ported to the GNU/HURD system. If it is not, I would like to work on > it. The problem is that I am a newbie and don't know how to go > about. I would appreciate some pointers. Just check the Debian ar

CD's

2002-02-24 Thread Evandro Magalhães Leite Júnior
Hi,   What does the CD G and H means?   Regards Evandro

Re: micq on hurd

2002-02-24 Thread Grzegorz Prokopski
W liście z pon, 25-02-2002, godz. 00:55, [EMAIL PROTECTED] pisze: > > Hello Folks!, > > I was just wondering if text based icq client a.k.a micq has been ported to > the GNU/HURD system. If it is not, I would like to work on it. The problem is > that I am a newbie and don't know how to go abou

Re: Success! (Was Re: Compiling gdb-5.1.1-1 on hppa)

2002-02-24 Thread Jeff Bailey
On Sun, Feb 24, 2002 at 07:07:48PM -0500, B. Douglas Hilton wrote: > Just think, I may have the only hppa -> x86 cross debugger in the > world right now :-P Careful what you say. I mentioned once having the only Hurd web server in the world, and someone told slashdot. My net connection was unus

Success! (Was Re: Compiling gdb-5.1.1-1 on hppa)

2002-02-24 Thread B. Douglas Hilton
It worked! Muahhahah... now armed with my cross-debugger, my army of evil robots will conquor the world! Er, uh, nevermind about that. Anyways, I built puffin's cvs source for gdb 5.0 / hppa and gave it this rather simple configure line: ../configure --target=i686-linux It cranked and chugged for s

micq on hurd

2002-02-24 Thread harshu
Hello Folks!, I was just wondering if text based icq client a.k.a micq has been ported to the GNU/HURD system. If it is not, I would like to work on it. The problem is that I am a newbie and don't know how to go about. I would appreciate some pointers. regards harsha

Re: hppa -> x86 gdb cross debugger for oskit-mach

2002-02-24 Thread Roland McGrath
> Since I didn't exactly cross-compile oskit-mach > or oskit, do I really need to make a i386-pc-unknown-gnu0.2 > cross debugger for oskit-mach? That target really isn't supported > too well on the debian-hppa flavor of gdb. For remote serial debugging, you just need some ELF-based target so gdb c

Re: oskit-mach possible bug .. #include

2002-02-24 Thread Roland McGrath
> I don't know if it's possible to include only specific drivers. I know > Roland wrote some code for that, but the last time I tried it didn't > work. You should really look at the init-%.c target and related things > in the Makefile. The makefile hacks are so you can do "make kernel-ide+tulip" (

Re: hppa -> x86 gdb cross debugger for oskit-mach

2002-02-24 Thread B. Douglas Hilton
Ok, I _do_ need to enable a cross-debugger. Here is an excerpt from the info page for gdb. `--target=TARGET' Configure GDB for cross-debugging programs running on the specified TARGET. Without this option, GDB is configured to debug programs that run on the same machine (HOST) as GDB i

Re: hppa -> x86 gdb cross debugger for oskit-mach

2002-02-24 Thread B. Douglas Hilton
You know, I'm not sure I really need a cross-debugger at all. It seems that gdb includes a whole bunch of targets. I'm not sure where I got this idea that I needed to do this, but I think it may be wrong. - Doug I wrote: > Since I didn't exactly cross-compile oskit-mach > or oskit, do I really nee

Re: OSKit-Mach - It worked! Was(Re: oskit-mach possible bug)

2002-02-24 Thread Jeroen Dekkers
On Sun, Feb 24, 2002 at 02:21:57PM -0500, Neal H Walfield wrote: > > Oh, this could be a problem. OSKit-Mach doesn't have support for > > extended partition. We have the parted store class, it's just not in > > the standard Debian packages. Also the parted version is not yet > > stable. > > It wor

Re: OSKit-Mach - It worked! Was(Re: oskit-mach possible bug)

2002-02-24 Thread Neal H Walfield
> On Sun, Feb 24, 2002 at 01:14:44PM -0500, B. Douglas Hilton wrote: > > Hi, I followed your instructions and I got the thing to boot like it > > is supposed to! I had to make the asm("cli") modification, and in > > order to build "kernel-ide" and "kernel-ide+scsi" I edited the > > top level makefi

Re: OSKit-Mach - It worked! Was(Re: oskit-mach possible bug)

2002-02-24 Thread Jeroen Dekkers
On Sun, Feb 24, 2002 at 01:14:44PM -0500, B. Douglas Hilton wrote: > Hi, I followed your instructions and I got the thing to boot like it > is supposed to! I had to make the asm("cli") modification, and in > order to build "kernel-ide" and "kernel-ide+scsi" I edited the > top level makefile and did

hppa -> x86 gdb cross debugger for oskit-mach

2002-02-24 Thread B. Douglas Hilton
Another tough question, as usual. Since I didn't exactly cross-compile oskit-mach or oskit, do I really need to make a i386-pc-unknown-gnu0.2 cross debugger for oskit-mach? That target really isn't supported too well on the debian-hppa flavor of gdb. However, if I could say, use an i386-pc-unknown-

OSKit-Mach - It worked! Was(Re: oskit-mach possible bug)

2002-02-24 Thread B. Douglas Hilton
Hi, I followed your instructions and I got the thing to boot like it is supposed to! I had to make the asm("cli") modification, and in order to build "kernel-ide" and "kernel-ide+scsi" I edited the top level makefile and did "LDFLAGS = -L/usr/local/lib" Anyhow, I'm pretty darned happy right now, I

Re: oskit-mach possible bug .. #include

2002-02-24 Thread Jeroen Dekkers
On Sun, Feb 24, 2002 at 11:26:55AM -0500, B. Douglas Hilton wrote: > Hi thanks for the informative reply. I worked on it most of the > day yesterday but didn't make any noticable progress other than > learning what doesn't work. No problem, the mailinglists are for asking quesitions. It's now docu

Re: i386-gnu OSKit (Was: something funny about...)

2002-02-24 Thread Jeroen Dekkers
On Sun, Feb 24, 2002 at 05:12:58PM +0100, Niels M?ller wrote: > > I hate GNU software. =\ > > Then why are you reading or posting to debian-hurd? I guess he's subscribed to oskit-users and doesn't know what debian-hurd means. Jeroen Dekkers -- Jabber supporter - http://www.jabber.org Jabber ID:

Re: i386-gnu OSKit (Was: something funny about...)

2002-02-24 Thread Niels Möller
Alan Grimes <[EMAIL PROTECTED]> writes: > Get rid of automake completely, and do things the Right Way(tm). I take it you don't understand autoconf and automake. The use of the automake program can be debated, but the kludge you object to has *nothing* to do with automake. > Adding a kludge for

Re: i386-gnu OSKit (Was: something funny about...)

2002-02-24 Thread Leigh Stoller
> From: Alan Grimes <[EMAIL PROTECTED]> > Subject: Re: i386-gnu OSKit (Was: something funny about...) > Date: Sat, 23 Feb 2002 18:13:12 -0500 > > It should compile under DOS, MINIX, BeOS, my TI-85, the XT in the attic, > The global mainframe on Tau Ceti 4... Adding a kludge for each OS is > __WRON

Melt the Heart of your Valentine with this beautiful Screen saver

2002-02-24 Thread Screen Saver
<<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> This e-mail is never sent unsolicited. If you need to unsubscribe, follow the instructions at the bottom of the message. *** Melt the Heart of your loved ones with this beautiful Screen

Melt the Heart of your Valentine with this beautiful Screen saver

2002-02-24 Thread Screen Saver
<<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> This e-mail is never sent unsolicited. If you need to unsubscribe, follow the instructions at the bottom of the message. *** Melt the Heart of your loved ones with this beautiful Screen

Melt the Heart of your Valentine with this beautiful Screen saver

2002-02-24 Thread Screen Saver
<<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> This e-mail is never sent unsolicited. If you need to unsubscribe, follow the instructions at the bottom of the message. *** Melt the Heart of your loved ones with this beautiful Screen