tried chopping my bootlist down to the bare minimums with the same result. -- john There is 1 Reply. #: 19117 S9/Utilities 14-Oct-93 23:16:56 Sb: #19115-#AR Fm: Carl Kreider 71076,76 To: John L. Wilkerson Jr. 71140,77 (X) Are you using shell+? If so, try it using shell from Microware. You may (I am not the expert here) have to rename shell and patch the binary, but you should be able to use 'mw_shell ar -u foo *' from the shell+ prompt. There is 1 Reply. #: 19122 S9/Utilities 15-Oct-93 22:03:51 Sb: #19117-#AR Fm: John L. Wilkerson Jr. 71140,77 To: Carl Kreider 71076,76 YES, as a matter of fact I do use shellpluss. I was reading the other messges on how to repair shellplus' memory bug. I installed tha patch, and BINGO, all aspects of the new ar. work flawlessly! -- john There is 1 Reply. #: 19125 S9/Utilities 16-Oct-93 17:31:53 Sb: #19122-AR Fm: Steve Wegert 76703,4255 To: John L. Wilkerson Jr. 71140,77 > YES, as a matter of fact I do use shellpluss. I was reading the > other messges on how to repair shellplus' memory bug. I installed tha > patch, and BINGO, all aspects of the new ar. work flawlessly! > Hmmm ..... did I miss the patch? Where did you find it? *- Steve -* #: 19124 S10/OS9/6809 (CoCo) 16-Oct-93 11:40:41 Sb: #18919-3.5 drive query Fm: Bob Palmer 74646,2156 To: David Breeding 72330,2051 Hayes might help but I hasten to add that although my old 1200 baud unit has been ultra reliable (and No I didn't buy it new - wadda ya think - I'm made of money |-) ) BUT! the new 2400 baud which I borrowed from work folded up in short order. The pulse dialing relay went intermittent and we have had one other of these do the same. That is why the question about pulse dialing. This is the same relay which does the off hook function so you could still have trouble there. }iUSR sporsters are not expensive. - in fact they are one of the lowest priced name brands I have seen. Bob. #: 19116 S12/OS9/68000 (OSK) 14-Oct-93 20:54:42 Sb: #19109-ultra 'C' installation Fm: Zack Sessions 71532,1555 To: SCOTT HOWELL 70270,641 > I did that, but that did not work. I still get the 'F' line instruction > error when I start to compile a program The instructions for the Ultra 'C' > compiler says to add 'fpu' to the bootlist, os9gen a new os9boot AND add > 'fpu' to the extension module of the Init module. Oh, I forgot about that one. :-) You also need to make a special init module. Just make a copy of the one you are using now and edit it with moded. Move down to the item called "customization module list". It should have the value OS9P2. Change it to "fpu " without the quotes. I use the quotes to make the point that you need to blank out the last two characters of OS9P2. Verify and write the module and include it in your next gen. ------------------------------------ Zack C Sessions ColorSystems via InfoXpress/OSK by Bill Dickhaus #: 19119 S12/OS9/68000 (OSK) 15-Oct-93 07:12:53 Sb: #19102-#ultra 'C' installation Fm: Ed Gresick 76576,3312 To: SCOTT HOWELL 70270,641 Scott, Look in your SYSMODS directory for 'init.a'. You'll find the following code way down in the file - ifndef Extens Extens dc.b "OS9P2",0 endc Change that as follows - ifndef Extens Extens dc.b "OS9P2 FPU",0 endc Using the 'make' file provided, assemble the code. This will generate a new 'init' module. Make a new bootfile - don't forget to include 'FPU'. Ed Gresick - DELMAR CO There is 1 Reply. #: 19123 S12/OS9/68000 (OSK) 15-Oct-93 22:50:14 Sb: #19119-ultra 'C' installation Fm: Zack Sessions 71532,1555 To: Ed Gresick 76576,3312 (X) Ed, That is the proper way to do that, but unforch, init.a was not distributed with the MM/1 for some reason. ------------------------------------ Zack C Sessions ColorSystems via InfoXpress/OSK by Bill Dickhaus Press !>