From owner-freebsd-questions Tue Jan 16 11:29:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sdf.lonestar.org (t3-d-static-237.adsl.directlink.net [63.68.131.237]) by hub.freebsd.org (Postfix) with ESMTP id 3F43737B402 for ; Tue, 16 Jan 2001 11:29:15 -0800 (PST) Received: (from brune@localhost) by sdf.lonestar.org (8.11.0/8.11.0) id f0GJRGc09644; Tue, 16 Jan 2001 19:27:16 GMT Message-Id: <200101161927.f0GJRGc09644@sdf.lonestar.org> Subject: Re: Help!!! miscellaneous... To: edvard@post.omnitel.net (Ed) Date: Tue, 16 Jan 2001 19:27:14 +0000 (GMT) From: "Corey Brune" Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <3A649ACA.42B13C0D@post.omnitel.net> from "Ed" at Jan 16, 2001 08:02:34 PM MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 1. Try the dd command. dd if= 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