💾 Archived View for mirrors.apple2.org.za › archive › apple.cabi.net › FAQs.and.INFO › CPUandMore › … captured on 2023-01-29 at 07:45:13.

View Raw

More Information

-=-=-=-=-=-=-

Path: news.weeg.uiowa.edu!news.uiowa.edu!hobbes.physics.uiowa.edu!math.ohio-state.edu!zaphod.mps.ohio-state.edu!darwin.sura.net!sgiblab!adagio.panasonic.com!chorus.mei!oskgate0.mei!wnoc-kyo!sh.wide!cawgw!canongw!cbsws1!ushiroda
From: ushiroda@cbs.canon.co.jp (Ushiroda, Atsushi)
Newsgroups: comp.sys.apple2
Subject: Re: Deep Thoughts => More than 3200 or More than 16 grays
Message-ID: <2050@cbsws1.cbs.canon.co.jp>
Date: 25 May 93 02:05:09 GMT
References: <1993May11.034555.20918@fawlty.towers.oz.au>
	<1993May11.222300.28453@fawlty.towers.oz.au>
	<jmk3.737313028@crux1.cit.cornell.edu>
	<1993May16.222335.3385@fawlty.towers.oz.au>
	<1ta50kINNmof@gap.caltech.edu>
	<jmk3.737740731@crux1.cit.cornell.edu>
	<1tcrt4INNpl0@gap.caltech.edu>
Sender: ushiroda@cbs.canon.co.jp
Organization: Canon Inc., Tokyo, JAPAN
Lines: 24

Two years ago, I found that how to take away bank $E0 memory from GS/OS.
I use a special startup disk. It includes following startup programs.
This process is tricky, but it works fine.

----- save as STARTUP (Applesoft) -----
10 LET D$ = CHR$(4)
20 PRINT D$;"EXEC VOC.SETUP"
30 END
---------------------------------------

----- save as VOC.SETUP (EXEC) --------
CALL -151
#
\10 04 00 00 00 00 00 00 40 00 00 00 C0 03 00 E0 60 00 09 02\u
\10 04 00 00 00 00 00 00 40 00 00 10 C0 03 00 E0 60 00 09 02\u
Cn00G
---------------------------------------
In last line, n is slot number of SCSI Card.

Copy these files, P8 (rename to ProDOS), and BASIC.System to startup
floppy disk. Boot from this floppy disk. Then you can get $E0/6000-9FFF
of memory. Its effect continue until power down.

ushiroda@cbs.canon.co.jp (Ushiroda, Atsushi)