Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Nov 1996 06:17:29 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        bde@zeta.org.au, Christian.Gusenbauer@utimaco.co.at
Cc:        Christian.Gusenbauer@safeconcept.utimaco.co.at, freebsd-current@freebsd.org
Subject:   Re: cdrom boot?
Message-ID:  <199611211917.GAA25686@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>So I can use any x86 (where x >= 3) asm statement (mov's to cr0, ...) in
>the inline assembler?

Only for 0 <= x <= 4.

>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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199611211917.GAA25686>