Re: Strange behaviour in assembly language program

2004-03-03 Thread Daniela
On Wednesday 03 March 2004 16:26, ari wrote: > [EMAIL PROTECTED] said this stuff: > > > .text > > > .global _start > > > _start: > > > pushl $8 > > > pushl $0 > > > movl$1, %eax > > > int $0x80 > > > > With this suggestion, it always returns 0 instead of

Re: Strange behaviour in assembly language program

2004-03-03 Thread Daniela
On Wednesday 03 March 2004 16:26, ari wrote: > [EMAIL PROTECTED] said this stuff: > > > .text > > > .global _start > > > _start: > > > pushl $8 > > > pushl $0 > > > movl$1, %eax > > > int $0x80 > > > > With this suggestion, it always returns 0 instead of

Re: Strange behaviour in assembly language program

2004-03-02 Thread Daniela
On Tuesday 02 March 2004 20:15, ari wrote: > [EMAIL PROTECTED] said this stuff: > > Finally I came up with the simplest ASM program that reproduces the > > error. Here it is: > > > > .text > > .global _start > > _start: > > pushl $0 > > movl$1, %eax > > int $0x80 > > > > I loo

Strange behaviour in assembly language program

2004-03-02 Thread Daniela
alue I push. Please, can someone tell me that I made a really stupid error? I'm already pulling my hair out. Thanks for your time. Daniela ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubsc

Re: Lots of kernel core dumps

2003-03-26 Thread Daniela
On Tuesday 25 March 2003 08:14, Peter Jeremy wrote: > On Mon, Mar 24, 2003 at 08:18:43PM +0100, Daniela wrote: > >Well, it's just a home server. I don't mind a few crashes, but security is > >important for me. What do you think, should I go back to -stable? > > If

Re: Lots of kernel core dumps

2003-03-24 Thread Daniela
On Sunday 23 March 2003 20:20, Wes Peters wrote: > On Saturday 22 March 2003 15:10, Daniela wrote: > > > I know, but 5.0-RELEASE was > > > > > > a) A work-in-progress, not a perfect, bug-free release > > > > > > b) A snapshot of 5.0-CURRENT > >

Re: Lots of kernel core dumps

2003-03-22 Thread Daniela
still want to help the FreeBSD folks to make 5.0 the best release ever. This requires testing to be done. Daniela To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Lots of kernel core dumps

2003-03-21 Thread Daniela
On Friday 21 March 2003 22:10, Kris Kennaway wrote: > On Fri, Mar 21, 2003 at 08:37:46PM +0100, Daniela wrote: > > Hi all! > > > > I'm getting lots of kernel core dumps on my server. > > My RAM is OK, I tested it. Below are more detailed informations. > >

Lots of kernel core dumps

2003-03-21 Thread Daniela
Hi all! I'm getting lots of kernel core dumps on my server. My RAM is OK, I tested it. Below are more detailed informations. Any help would be greatly appreciated. I'm not yet intimate with the kernel, but I'm willing to learn it all. Thanks in ad