[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: bootable floopies



Raj Mathur forced the electrons to say:
> cp /boot/vmlinuz /dev/fd0
> 
> (Substitute the name of your preferred kernel file for /boot/vmlinuz).
> 

dd if=/boot/vmlinuz of=/dev/fd0

is a more reliable method.

Binand

- -- 
#include <stdio.h>                                   | Binand Raj S.
char *p = "#include <stdio.h>%cchar *p = %c%s%c;     | This is a self-
int main(){printf(p,10,34,p,34,10);return 0;}%c";    | printing program.
int main(){printf(p,10,34,p,34,10);return 0;}        | Try it!!

- --------------------------------------------------------------------
For more information on Linux in India visit http://www.linux-india.org/
The Linux India mailing list does not accept postings in HTML format.

------------------------------