From owner-freebsd-hackers Thu Jun 8 14:57:35 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA00146 for hackers-outgoing; Thu, 8 Jun 1995 14:57:35 -0700 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id OAA00135 for ; Thu, 8 Jun 1995 14:57:32 -0700 Received: from sax.sax.de by irz301.inf.tu-dresden.de with SMTP (5.67b+/DEC-Ultrix/4.3) id AA08815; Thu, 8 Jun 1995 23:57:24 +0200 Received: by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id XAA16415; Thu, 8 Jun 1995 23:57:23 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.6.11/8.6.9) id XAA01625; Thu, 8 Jun 1995 23:51:36 +0200 From: J Wunsch Message-Id: <199506082151.XAA01625@uriah.heep.sax.de> Subject: Re: Pouls info request on cache issue To: spaz@u.washington.edu (John Utz) Date: Thu, 8 Jun 1995 23:51:36 +0200 (MET DST) Cc: freebsd-hackers@freebsd.org (FreeBSD hackers) Reply-To: freebsd-hackers@freebsd.org (FreeBSD hackers) In-Reply-To: from "John Utz" at Jun 8, 95 10:27:41 am Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 474 Sender: hackers-owner@freebsd.org Precedence: bulk As John Utz wrote: > > But since we are on the subject of int calls, how does one do it > from freebsd anyway? Perhaps __asm ("int 0x10") ? > Finally, what is the flag to gcc that gets it to emit the *.s > file ? I thought it was : > > gcc -s foo.c Nope, that's stripping the a.out instead. Make the `s' capital. :-) -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ Never trust an operating system you don't have sources for. ;-)