Date: Tue, 16 Jan 2001 19:27:14 +0000 (GMT) From: "Corey Brune" <brune@sdf.lonestar.org> To: edvard@post.omnitel.net (Ed) Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Help!!! miscellaneous... Message-ID: <200101161927.f0GJRGc09644@sdf.lonestar.org> In-Reply-To: <3A649ACA.42B13C0D@post.omnitel.net> from "Ed" at Jan 16, 2001 08:02:34 PM
next in thread | previous in thread | raw e-mail | index | archive | help
1. Try the dd command. dd if=<filename> of=/dev/fd0 2. I don't know. 3. The way I init a double pointer is something like: char **foo; /*or you could do char *foo[SIZE];*/ *foo[] = {some,string,bar}; Hope this helps, Corey > > > > Hello All !!! > > I have some big problems, > > > > 1. Why when I trying to write file into floppy (on > sector), > > using command: "cat filename > /dev/fd0", > > I'm getting: "cat: stdout: Invalid argument" ??? > > How can I write boot sector on to floppy in other > way?????? > > 2. What does mean ".org XXX" command in assembler, where can I get > more > information??? > > 3. How to initialize double pointer on "C"; > for example: "char **foo; foo = (char**)malloc(size*cnt)" > I'm not sure is it correct, so please help me ! > > Many thanks in advance - Ed > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101161927.f0GJRGc09644>