[wiki] [sites] wiki updated

From: <hg_AT_suckless.org>
Date: Fri, 16 Oct 2009 20:13:02 +0000 (UTC)

changeset: 300:e7c1aa6356b7
tag: tip
user: Anselm R Garbe <anselm_AT_garbe.us>
date: Fri Oct 16 22:13:13 2009 +0100
files: stali.suckless.org/index.md
description:
added stali description


diff -r 8d8e4e3d29a8 -r e7c1aa6356b7 stali.suckless.org/index.md
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/stali.suckless.org/index.md Fri Oct 16 22:13:13 2009 +0100
_AT_@ -0,0 +1,39 @@
+sta[tic] li[nux]
+================
+
+General system design
+---------------------
+
+* binary is primary focus, each executable is statically linked, potentially different executable format than ELF, since ELF is mainly designed to support dynamic linking
+* kernel is a single monolit based on linux, by default no kernel module support
+* system loader is lilo, no other loader supported
+* no initrd initially
+* perhaps later whole system in ramdisk? will see (20h idea)
+* init system should be based on just 1 /etc/rc.{start,stop} script (look at p9 how they do it)
+
+Basic filesystem design
+-----------------------
+Generally /usr will be removed, what a useless directory, for non-base system stuff we might consider /local perhaps
+
+* /bin - all executables go here
+* /bin/kernel (linux kernel)
+* /dev - devices, check if we can avoid udev or what linux requires nowadays, simplest approach would be best
+* /etc - system config/program config/user setup/network setup
+* /etc/rc.{start,stop} (init scripts)
+* /home/root (root's home)
+* /home/* (user home dirs)
+* /include (include)
+* /lib - libraries, when used as devel box, only static libs, potentially
+* /local - perhaps, dunno?
+* /mnt - mounts
+* /proc - linux crap
+* /share - man pages, locales and crap that several libraries ship
+* /sys - linux crap
+* /tmp - obvious
+* /var - spool, run, log, cache
+* /usr -> / (potentially softlink, will see if we can avoid this, mainly for broken packages)
+
+Updating system is simply rsync'ing from distro server.
+
+TBC
+
Received on Fri Oct 16 2009 - 22:13:02 CEST

This archive was generated by hypermail 2.3.0 : Thu Sep 13 2012 - 19:30:54 CEST