home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / minix / update~1.z / update~1 / gkernel / README.diff < prev   
Encoding:
Text File  |  1989-08-23  |  1.7 KB  |  39 lines

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