How to make my program a bootable lilo image?

2002-06-29 Thread Tao Liu
Hi, I have a simple assembly program: /* show.s */ begin: movb $9,%ah movb '*',%al movb $0,%bh movb $7,%bl movw $10,%cx int $0x10 jmp begin I want to make it a bootable lilo image, so I tryed $ gcc -c show.s $ ld show.o -b binary -e 0 -o show.bin then I add show.bin as a lilo image, but it

Re: How to obtain net load?

2001-09-07 Thread Tao Liu
On Friday 07 September 2001 11:35, you wrote: I'm not sure if this is what you're looking for, but have you examined /proc/net/dev ? This will give you both bytes and packets for each interface, both transmit and receive. Hope this helps! Good luck. --Myke Tao Liu [EMAIL PROTECTED] 09/06

Kernel Compile Problem

2001-09-07 Thread Tao Liu
of them are diffient? -- Regards Tao Liu _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com

how to run commands automaticly when boot up?

2001-09-07 Thread Tao Liu
Which script shall I add the commands to, so that the commands will run when boot up? -- Regards Tao Liu _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com

How to obtain net load?

2001-09-06 Thread Tao Liu
I know in KDE, KNETLoad can do the job, But how can I obtain net load in text mode? Thanks. -- Regards Tao Liu _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com

Does official redhat 7.1 have any exploit?

2001-09-05 Thread Tao Liu
I find a machine runs redhat7.1(2.4.2) and telnet. Do you know any known exploit of redhat 7.1? _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com

kde2.2 open 1 port

2001-09-04 Thread Tao Liu
When kde2.2 is startup, I find that port 18300 is opened. what service listen on that port? -- Regards Tao Liu _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com

Help: I forgot my root password :(

2001-09-02 Thread Tao Liu
right, my UID and EUID didn't change , why? my kernel is 2.4.7, compiled myself. -- Regards Tao Liu _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com

How to make ppp0 default gateway automaticly?

2001-08-16 Thread Tao Liu
I installed ppp2.4.1 with the pppoe plugin patch. And it does not have a script like /etc/init.d/pppd I always type pppd eth0 (wait a while and make sure ppp0 is up) route add default gw x.x.x.x (isp's ip) to make it work. but how can I make ppp0 the default gateway

Re: How to make ppp0 default gateway automaticly?

2001-08-16 Thread Tao Liu
/rc.local) Regards Tao Liu _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com

Re: libdb.so.3

2001-08-14 Thread Tao Liu
On Sunday 12 August 2001 11:43, Michael P. Soulier wrote: Hey people. So, I was told that the solution to upgrading to unstable from stable and getting the missing libdb.so.3 library was to upgrade to testing first. That did not work. The same thing happened. I'm working around

Is my memory's speed normal?

2001-07-31 Thread Tao Liu
I tried memtest86 to test my memory. It says: Memtest-86 v2.6 Celeron 434.3MHz L1 Cache 32k 4342.6MB/s L2 Cache 128k 1085.6MB/s Memory 128M 71.1MB/s Cacheable 128M I choiced all tests, it worked 10 hours, and still not finished, so I aborted. I have a 66MHz 443BX mainboard, 128M

memtest86 questions

2001-07-31 Thread Tao Liu
Does anyone have tried memtest86? I tried and got the message: L1 Cache32K 4324.6MB/s L2 Cache128K1085.6MB/s Memory 128M71.1MB/s Memory runs so slow? Regards Liu Tao _ Do You Yahoo!? Get your free

kernel 2.4.7 doesn't work

2001-07-29 Thread Tao Liu
0 2 Now, what shall I do to use kernel 2.4.x? -- Regards, Tao Liu _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com

How to stop some system services?

2001-07-29 Thread Tao Liu
How can I stop the system services I dont want them to run? Forexample, I don't want zope to run, but is starts when I turn on my cumputer. In redhat, I use ntsysv . How can I do in debian? -- Regards, Tao Liu _ Do You Yahoo!? Get your

Re: kernel 2.4.7 doesn't work

2001-07-29 Thread Tao Liu
lilo and boot -- Regards, Tao Liu _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com

Re: ext2 - reiserfs

2001-07-29 Thread Tao Liu
how to convert / or /usr to reiserfs? On Sunday 29 July 2001 09:51, Karsten M. Self wrote: on Sat, Jul 28, 2001 at 03:58:24PM -0700, Shriram Shrikumar ([EMAIL PROTECTED]) wrote: Hi, does anyone know an easy way of converting a ext2 partition to resierfs and is it worth it ? - Back

what does cramfs mean?

2001-07-29 Thread Tao Liu
Hi, I use kernel 2.4.7 , when I turn on my computer, I can see ... VFS: Mounted root (cramfs filesystem) Waiting for 5 seconds, press Enter to obtain a shell if I press Enter, it says 9: Terminated sh: can't access tty; job control turned off # exit cramfs: wrong magic Kernel panic: VFS: Unable

How to setup network?

2001-07-29 Thread Tao Liu
How to change an interface's ip, and the default gateway, etc, and save them, do not need to type ifconfig everytime ? Thanks. Tao Liu _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com

about packages

2001-07-29 Thread Tao Liu
When I type dselect, and select, it shows some Obsolete/local packages. Does that mean all these packages can be removed, if I have no local packages? Thanks. _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com

do I need kernel header 686

2001-07-29 Thread Tao Liu
Hi, if I have a celeron cup, and want to compile the kernel, do I need kernel-headers-686? Thanks, Tao _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com