summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-08-31 22:22:54 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2023-08-31 22:22:54 +0200
commit4b8b3d3ceefcd4c37013b28a2133b963aeb2e639 (patch)
treee8069d0a01683b573e9ad7d0f2dc81f309711b13
parent5956a91f4d01601e5f1372ca190ab91e4b608105 (diff)
downloadi486tcc-linux-4b8b3d3ceefcd4c37013b28a2133b963aeb2e639.tar.gz
i486tcc-linux-4b8b3d3ceefcd4c37013b28a2133b963aeb2e639.tar.bz2
some more testing and somre bugs
-rw-r--r--README4
-rw-r--r--configs/linux-config2
-rwxr-xr-xscripts/build.sh4
3 files changed, 7 insertions, 3 deletions
diff --git a/README b/README
index bd2e5bf..89b8a53 100644
--- a/README
+++ b/README
@@ -557,6 +557,10 @@ Call Trace:
- we have a non-empty sbin
- building for the first time blocks root.img in losetup, doens't create
ramdisk.img, etc. races? missing trap in build.sh?
+- makewhatis /share/man not called on installation of root.img,
+ results in warnings when issuing 'man xxx'
+- too big 6x13-ISO8859-1.pcf.gz: 4k on host, 64k in root.img. Most likely we
+ package too many charset variants
tools
-----
diff --git a/configs/linux-config b/configs/linux-config
index de54a7e..a715f60 100644
--- a/configs/linux-config
+++ b/configs/linux-config
@@ -1569,7 +1569,7 @@ CONFIG_FB_CFB_IMAGEBLIT=y
#
# Frame buffer hardware drivers
#
-# CONFIG_FB_CIRRUS is not set
+CONFIG_FB_CIRRUS=y
# CONFIG_FB_PM2 is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_ARC is not set
diff --git a/scripts/build.sh b/scripts/build.sh
index f2e8d4c..bc8de43 100755
--- a/scripts/build.sh
+++ b/scripts/build.sh
@@ -18,8 +18,8 @@ set -e
SCRIPT=$(readlink -f "$0")
BASE=$(dirname ${SCRIPT})/..
-CPUS=$(nproc)
-#CPUS=1
+#CPUS=$(nproc)
+CPUS=1
. "${BASE}/configs/versions"