From 5fbb8a7c761cca79bb06e0129532d22451323bf9 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 5 Dec 2011 19:16:31 +0100 Subject: builds, but doesn't run yet, GPM disabled because of 64-bit troubles --- INSTALL | 2 ++ Makefile | 10 +++++++--- extlinux.conf | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index 6791dc1..23054a2 100644 --- a/INSTALL +++ b/INSTALL @@ -3,6 +3,8 @@ Prerequisites: nasm gcc GNU make +byacc +patch Fetch all required sources with: diff --git a/Makefile b/Makefile index 1dbe021..444f451 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,8 @@ help: @echo "Build a minimal Linux system" @echo "" + @echo "source - download source code" + @echo "" @echo "all - create all images" @echo "qemu - create an image for QEMU" @echo "vdi - create an image for VirtualBox" @@ -61,9 +63,10 @@ step3: syslinux syslinux-loader step4: kernel busybox acpid # step5: additional user space tools: -# - GPM for mouse copy-pate +# - GPM for mouse copy-pate (disabled, no 64-bit safe) # - Miniperl -step5: gpm perl lua +# - Lua +step5: perl lua # disk image and directories @@ -167,7 +170,8 @@ busybox: cp /$(LIBDIR)/libdl.so.2 target/lib cp /$(LIBDIR)/libpthread.so.0 target/lib -cp /$(LIBDIR)/libpcre.so.0 target/lib - -cp /usr/$(LIBDIR)/libpcre.so.3 target/lib +#??? +# -cp /usr/$(LIBDIR)/libpcre.so.3 target/lib busybox-clean: diff --git a/extlinux.conf b/extlinux.conf index b621cb2..401f604 100644 --- a/extlinux.conf +++ b/extlinux.conf @@ -1,5 +1,5 @@ DEFAULT minilinux LABEL minilinux SAY Booting Minilinux... -KERNEL /boot/bzImage-2.6.35.2 +KERNEL /boot/bzImage-3.1.4 APPEND root=/dev/hda1 ro -- cgit v1.2.3-54-g00ecf