Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Nov 1996 08:05:13 +0100
From:      "DI. Christian Gusenbauer" <Christian.Gusenbauer@utimaco.co.at>
To:        Bruce Evans <bde@zeta.org.au>
Cc:        Christian.Gusenbauer@safeconcept.utimaco.co.at, freebsd-current@freebsd.org
Subject:   Re: cdrom boot?
Message-ID:  <329550A9.1B0@utimaco.co.at>
References:  <199611211917.GAA25686@godzilla.zeta.org.au>

next in thread | previous in thread | raw e-mail | index | archive | help
Bruce Evans wrote:
> 
> >So I can use any x86 (where x >= 3) asm statement (mov's to cr0, ...) in
> >the inline assembler?
> 
> Only for 0 <= x <= 4.

OK, that's enough!

> 
> >Is there any standard c library I can use (eg. to use printf, and file i/o)?
> 
> No.  Just use the simple version of printf in the standard bootstrap, and
> DOS calls for file descriptor i/o and BIOS calls for console i/o.
> 
> Bruce

I played a little bit with bcc yesterday and found out, that the version I have
only supports K&R standard. Is this right? Is there any converter available which
converts ANSI-C to K&R?

Thanks,
Christian.

--
Christian Gusenbauer
Christian.Gusenbauer@utimaco.co.at



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?329550A9.1B0>