Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!think.com!mintaka!bloom-beacon!eru!hagbard!sunic!isgate!krafla!adamd From: adamd@rhi.hi.is (Adam David) Newsgroups: comp.os.minix Subject: Re: : upgrading ST 1.5.10.4 Message-ID: <3231@krafla.rhi.hi.is> Date: 7 Jun 91 22:08:19 GMT References: <55604@nigel.ee.udel.edu> Organization: University of Iceland Lines: 29 In <55604@nigel.ee.udel.edu> breure%itihp2@pucc.princeton.edu (Frank Breure) writes: >I had some more problems upgrading St-minix to 1.5.10.4: I found them too, and made the same fixes by deleting the offending lines. >There are also problems with stprint.c in the kernel directory! >Because there is no define of DEV_WRITE anywhere in the system, I simply >removed one line from stprint.c to make it work. I fixed this by adding a line to minix/com.h: #define DEV_WRITE TTY_WRITE in the printer defines. This is obviously only a temporary solution and may be entirely wrong. Does anyone know how fix it correctly? >I was able to compile a running kernel using the ACK compiler! but >it is not completely tested yet. I've got there too. The only thing I've noticed so far is the CTRL-ALT-F1 dump display no longer gives any information about which command initiated each user task. There is a problem in stwini.c if NR_HD_DRIVES is defined as 0 in minix/config.h - basically the whole of the stwini code has to be omitted by adding ' && (NR_HD_DRIVES > 0)' in the right #if. -- Adam David. (adamd@rhi.hi.is)