Ben Gras
42050e39f8
kernel and servers send diagnostic messages to IS; IS sends them to TTY
...
and the new log driver if enabled.
new usyslogd is started from /usr/etc/rc. New device created by
MAKEDEV.sh. /var/log created by etc/mtree/minix.tree (on root for
now). Made select() slightly more generic, with less code duplication.
2005-07-08 17:30:01 +00:00
Ben Gras
35c98cffdc
warning about <4GB filesystems
2005-07-04 09:19:31 +00:00
Ben Gras
7697700802
Made src belong to bin in release cp.
...
Made /usr/include belong to bin in mtree.
Fixed compiler warning in fs/pipe.c.
Added mdb (minix debugger) manual page.
Added ethernet config function in setup script.
2005-06-27 11:59:36 +00:00
Jorrit Herder
f336ce29bb
Changed kernel process table format affected ps.
...
New mkdep.sh script and affected Makefile.
2005-06-24 16:19:21 +00:00
Ben Gras
f81ac6ae5c
Various compile fixes.
...
Imported gzip.
Changed setup script not to insist cwd is / when running from cd.
2005-06-17 13:42:53 +00:00
Jorrit Herder
4b887108eb
Removed duplicate 'done' output after calling readall.
2005-06-17 09:36:08 +00:00
Ben Gras
64ecaca24b
Changed something in default no. of inodes in mkfs (I run out of inodes
...
often with the defaults).
Made setup script not make root filesystem with 1kB filesystem blocks,
as that restriction is out of the boot monitor now.
2005-05-20 12:40:46 +00:00
Ben Gras
6f9848f51c
Added feature to remember root parameter in /usr/src/tools, so make fdboot
...
will know how to make a boot floppy before actually booting from the new
system.
2005-05-13 12:26:40 +00:00
Ben Gras
286a541c92
Make output of partition visible
2005-05-09 13:40:54 +00:00
Ben Gras
e850c3f3c9
/ install partition size 1440kB -> 16MB (ast)
2005-05-09 08:51:07 +00:00
Ben Gras
1dbf315eb2
New message, typo
2005-05-04 13:43:57 +00:00
Ben Gras
8f77022778
install scripts executable (even if they aren't in the working directory)
2005-05-04 09:37:12 +00:00
Ben Gras
427727ed1f
mm -> pm fixes
...
CTRL nitpick in setup ;)
un-executable scripts fixes
2005-05-04 09:28:37 +00:00
Ben Gras
8cd654f94f
Made setup.sh more CD-aware (understand that the system looks like an
...
installed system already, but isn't).
Install sed in /bin too, so /etc/rc can use it for some /usr magic before
/usr is mounted.
2005-05-03 15:43:12 +00:00
Ben Gras
efa2322895
. Moved sysenv to /bin (as well), used to read some boot parameters
...
in /etc/rc before /usr is mounted
. fixed ps.c compile breakage (MM_PROC_NR rename)
. made setup.sh a little less floppy-centric (cosmetic)
. removed ps binary from cvs (whoops!)
2005-05-03 08:58:18 +00:00
Jorrit Herder
ac0995259d
*** empty log message ***
2005-05-02 14:30:04 +00:00
Ben Gras
7ce48162c1
Made sure root filesystem is 1kB-block-size, which is necessary to make it
...
bootable with the current boot loader (and to make it a ramdisk, with the
current ramdisk copying implementation in the FS)
2005-04-22 13:30:16 +00:00
Ben Gras
9745f6d368
Added /dev/random and /dev/urandom (don't work yet though)
2005-04-22 13:29:02 +00:00
Ben Gras
9865aeaa79
Initial revision
2005-04-21 14:53:53 +00:00