summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-05-07 08:15:13 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2023-05-07 08:15:13 +0200
commit6a1ebbc3b12b38ac221ec135287a519f84f15178 (patch)
tree4046017d8aee62ebfd6f18f7088d123f87818a5f
parent8233cf3eb30a934fe4993f42df5051d8a8944705 (diff)
downloadabase-6a1ebbc3b12b38ac221ec135287a519f84f15178.tar.gz
abase-6a1ebbc3b12b38ac221ec135287a519f84f15178.tar.bz2
added more tools we would like to have
-rw-r--r--README9
1 files changed, 7 insertions, 2 deletions
diff --git a/README b/README
index 3eca7a0..5745cd1 100644
--- a/README
+++ b/README
@@ -11,10 +11,15 @@ Currently it contains the following:
- a 'ifconfig': show and configure simple interfaces
- a 'ping': test a network connection
- a 'netstat': see list of active connections of a machine
-- 'mkswap'
+- a 'mkswap': swapon/swapoff exist, so we should also be able to create
+ a swap
- 'fsck.ext4', 'mkfs.ext4': if ext4 is the only file system we support
- 'nbd-client': for NBD root mounts
-
+- 'rmmod': 'insmod/lsmod' exists in ubase, removing is important to
+ play with hardware. dependencies can also be done from the text
+ modules.dep file and a samurai or simplistic make, 'modprobe' as
+ shell wrapper on dependencies and insmod calls
+
Note: abase is a shameless copy of sbase/ubase in certain areas like
the Makefile, libutil, etc. This might also make an integration into
sbase/ubase easier.