|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] Integrating applications into Mini-OS
"Jacob Gorm Hansen" <jacobg@xxxxxxx> writes:
> I have attached a small patch to mini-os which changes the mini-os
> Makefile and adds a dummy main function which you can override by
> linking with your own main() first, as in:
The primary goal of my patch is to change the Mini-OS sources so that
one need not modify source files in the Mini-OS distribution to add an
application. I'm not wedded to the particulars of my patch, however,
your patch is insufficient for my goals. You see, sometimes one wants
to build Mini-OS using the newlib C library, and sometimes one wants
to build Mini-OS so it uses only the subset of the C library that
comes with Mini-OS. I really need #if !defined HAVE_LIBC preprocessor
commands to be added to lib/printf.c and lib/string.c.
John
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|