aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/README
diff options
context:
space:
mode:
authorDavid Vrabel <david.vrabel@citrix.com>2013-01-30 02:38:37 -0800
committerDavid Vrabel <david.vrabel@citrix.com>2013-01-30 02:38:37 -0800
commit122b7986416622dbddeb71fdbc41aa93b5f7bbab (patch)
tree6ecc6a59d3c0d3fc687e1300f2514610b03dc2c9 /extras/mini-os/README
parent6cf13d0d523e20557e11a94fda51452f54c3a1b5 (diff)
downloadxen-122b7986416622dbddeb71fdbc41aa93b5f7bbab.tar.gz
xen-122b7986416622dbddeb71fdbc41aa93b5f7bbab.tar.bz2
xen-122b7986416622dbddeb71fdbc41aa93b5f7bbab.zip
mini-os: build fixes for lwip 1.3.2
Various fixes to mini-os needed to build lwip 1.3.2: - Don't build the tests. - Add BSD-style endianness macros to endian.h. - free() is called via a function pointer so it needs to be a real function. Do the same for malloc() and realloc(). Signed-off-by: David Vrabel <david.vrabel@citrix.com> Acked-by: Samuel Thibault <samuel.thibault@ens-lyon.org> Committed-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'extras/mini-os/README')
-rw-r--r--extras/mini-os/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/mini-os/README b/extras/mini-os/README
index 41573aa9eb..710a303d7a 100644
--- a/extras/mini-os/README
+++ b/extras/mini-os/README
@@ -19,7 +19,7 @@ This includes:
- to build it just type make.
-- to build it with TCP/IP support, download LWIP 1.3 source code and type
+- to build it with TCP/IP support, download LWIP 1.3.2 source code and type
make LWIPDIR=/path/to/lwip/source