> This stuff is really all using the "minimal" code. This is just stuff for
> booting and such, and things like _exit to reboot and printf for the
> boot-time output on the minimal console.
> The use now is pretty minimal and if anything there will be less use rather
> than more.
Thanks Roland,
> I see that GNU Mach links with a few OSKit libraries including
> -loskit_c. However, it seems to require only a few functions from
> that library, and most (all?) of its OSKit dependencies exist for the
> device driver framework ("osenv").
That and booting, and for the unfinished SMP support, t
I see that GNU Mach links with a few OSKit libraries including
-loskit_c. However, it seems to require only a few functions from
that library, and most (all?) of its OSKit dependencies exist for the
device driver framework ("osenv").
Is there any plan to integrate the Mach parts more closely with