home *** CD-ROM | disk | FTP | other *** search
- *** /tmp/,RCSt1a26922 Wed Aug 23 23:58:29 1989
- --- README Wed Aug 23 23:56:07 1989
- ***************
- *** 11,17 ****
- ++ added bruce szablaks cursor inhibit hacks to stvdu.c
- ++ added Ronald Lamprechts eff. hacks, thanks ronald. See ron_changes
- for details.
- !
-
- - check config in h/const.h (also look over h/com.h
- fs/table.c and kernel/table.c)
- --- 11,36 ----
- ++ added bruce szablaks cursor inhibit hacks to stvdu.c
- ++ added Ronald Lamprechts eff. hacks, thanks ronald. See ron_changes
- for details.
- ! ++ added autowrap in kernel/stvdu.c. if you do not want this feature
- ! then turn it off by define'ing NO_AUTOWRAP in h/const.h or on
- ! the command line.
- ! ++ as per all the discussions on the net, in fs/buf.h took out
- ! all the unnecessary WRITE_IMMED
- ! ++ in fs/cache.c: write all dirty blocks to a device when any one
- ! needs to be flushed
- ! ++ in fs/cache.c incorporated elevator algorithm for flushing dirty
- ! blocks to a device. NOTE: in fs/misc.c:do_sync(): did not add
- ! code for elevator algorithm as that happens relatively rarely, and
- ! is probably not worth the code overhead.
- ! (now thinking about readahead, anyone have some good ideas??)
- ! ++ code cleanup all over the place. may multibit shifts replaced
- ! by shift/mask, where the shift happens outside a loop, or
- ! only once per loop etc. (still more to do here).
- ! ++ almost all the features/fixes from the upcoming minix-ST V1.4
- ! update incorporated. Note: that there are some mis-features
- ! (IMHO) in V1.4, that i filtered out and did'nt adopt (namely
- ! the new tty interface, which is very extremely severly brain damaged,
- ! and some oter minor details).
-
- - check config in h/const.h (also look over h/com.h
- fs/table.c and kernel/table.c)
-