Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!wuarchive!udel!mmdf From: Glen Lalonde Newsgroups: comp.os.minix Subject: MacMinix status... Message-ID: <52205@nigel.ee.udel.edu> Date: 30 Apr 91 03:18:58 GMT Sender: mmdf@ee.udel.edu Lines: 31 Here is a complete(well almost) set of changes I am using with macminix. If you can't find any one patch let me know via email. kernel/keyboard.c fix up/down arrow problem, increase buffer size and make cursor go away. fs/main.c patch to enable FASTLOAD, 550K ramdisk loaded in 2 seconds. fs/open.c bug in do_mknod, wrong number of args on call. bin/cron old version crashed machine. bin/(macfile/write/read) patch by Pickert to fix macwrite I think. bin/(nm/ps/strip) a.out.h is wrong version, recompile with good a.out.h bin/rmaker fixed address error bug kernel/console.c linewrap fix, fix to trashing of address error vector kernel/cstart.c fix to general problems, helps multifinder work. kernel/keyboard.c map keypad Clear to ESC for mac+ kernel/memory.c fix for ps to work. kernel/rs232.c fix for rs232 speed getting trashed by ioctl calls. kernel/setup.c more general multifinder type fixes. kernel/floppy.c enhanced to responde to fastload option You need to creat the dir /usr/spool/at/past for atrun to work. Put mkdir in /bin for tar to create directories. I also have a list of changes required to get a gcc mm/fs working. Changes are needed because of the sizeof problem. mdb, or whatever the debugger is called, will be supported once the kernel update is posted. (Or so I am told) Did the person who posted the console speedup stuff ever get it fixed not to trash tty1?