Greetings --
I have a small program (about 3K lines of C) which I want to rewrite in Z80
assembly language in order to reduce the code size. The target system is a
Kaypro 10, 64KB RAM, CP/M 2.2. In its C incarnation, the program *will* run
but frequently runs out of system memory. The program is designed around
multiple dynamically allocated linked lists which expand and contract as the
(interactive) program is used.
I've done little Z80 assembly programming (a number of small utilities, all of
which were < 500 lines of code) but I've already written and tested *almost*
all the low-level functions (console, file, & printer i/o) which the program
requires. Except . . . how do I dynamically allocate memory? I don't see a
CP/M function call to allocate or free memory. Does such a function exist,
and if so, what are the details?
Lacking such a CP/M function, how do I write replacements for malloc() and
free()? It has to be possible or the calls would not exist in the library of
the compiler I used to build the C program.
TIA for any hints --
Glen
0/0
> Message: 16
> Date: Thu, 23 Jan 2003 11:05:11 -0700
> From: Kevin Handy <kth(a)srv.net>
> To: cctalk <cctalk(a)classiccmp.org>
> Subject: Bernoulli Dual 20Z
> Reply-To: cctalk(a)classiccmp.org
>
> I found a Bernoulli Dual 20Z drive in a thrift shop.
> Does anyone know anything about it?
>
> It has a SCSI interface on it, but I don't even know
> what capacity of disks it can handle, and where can
> I find software to drive it.
>
> They has some "90" disks there too, which do fit
> into the drive, but I'd like more info on it than that
The one Bernoulli I once owned used 90mb cartridges, which is probably what
you're looking at, Kevin. Bernoullis were more or less predecessors of Zip
drives, technologically speaking. I may have a Mac SCSI driver around here
somewhere for these things or you might try the Iomega website.
SML
AMD made a 486 "SLC" chip that might probably do the trick... Originally,
it was designed as a Laptop CPU, But I was able to use it in a baby-AT form
factor to rum my BBS... :)
Cheers!
Ed Tillman
Store Automation Tech Support Specialist
Valero Energy Corporation
San Antonio, TX; USA
Phone (210) 592-3110, Fax (210) 592-2048
edward.tillman(a)valero.com <mailto:edward.tillman@valero.com>
> -----Original Message-----
> From: cctalk-admin@classiccmp.org@PEUSA On Behalf Of "Robert F.
> Schaefer" <rschaefe(a)gcfn.org>
> Sent: Sunday, January 26, 2003 8:13 PM
> To: cctalk(a)classiccmp.org
> Subject: '386 chip upgrade?
>
> I've got an old P70 (IBM MCA luggable w/ plasma display) with a '386DX20
> that I'm playing around with. Does anyone know if there's a drop-in
> replacement for the '386DX? I'm pretty constrained space-wise, no room
> for
> an interposer and barely room for a heatsink should one prove necessary.
> I'm not aiming for a fire-breathing monster, just more geek points when I
> boot AIX-PS/2 and Solaris-mca 2.6 on it.
>
> Thanks!
>
> Bob
>
You know the brand name of the UPS: There's likely freebie software out
there on one of the .dll catalogue pages, if you know the make/model/series
names/numbers. Also, you might heck with C|Net (Download.com), ZDnet, or
similar pages. If they don't have it, they can likely point you in the
right direction...
Cheers!
Ed Tillman
Store Automation Tech Support Specialist
Valero Energy Corporation
San Antonio, TX; USA
Phone (210) 592-3110, Fax (210) 592-2048
edward.tillman(a)valero.com <mailto:edward.tillman@valero.com>
> > >From a previous life, I have a perfectly fine working UPS.
> ...
> > Would anyone happen to have windows software for it? As a last resort,
> how
> > standard is the DB9 pinout (IF I can find the pinout, no luck there
> > either)... I'm wondering if I can use just about any UPS software for
> it.
>
> http://uk.my.yahoo.com
Message: 23
Date: Sun, 26 Jan 2003 20:32:22 GMT
From: pete(a)dunnington.u-net.com
To: cctalk(a)classiccmp.org
> >From a previous life, I have a perfectly fine working UPS.
...
> Would anyone happen to have windows software for it? As a last resort, how
> standard is the DB9 pinout (IF I can find the pinout, no luck there
> either)... I'm wondering if I can use just about any UPS software for it.
I guess you can get a meter on the various port pins and simulate various
failure modes to work out which pins signify what - if the UPS is
non-intelligent and just uses various serial port pins to signify conditions.
If the UPS forms some sort of protocol with the host you have a bit of a
problem!
I seem to remember setting up a linux box with an unknown UPS years ago, and
doing just that, but of course getting a UPS to work with Linux is probably a
little easier than Windows as you don't need any custom software. I expect if
you can figure the UPS port out and find out what the UPS software (whichever
you choose) on Windows needs then you can wire up a cable and everything should
work fine.
have a look at:
http://www.tldp.org/HOWTO/UPS-HOWTO.html
that says that a lot of intelligent UPSes can be operated in dumb mode, and
also gives specs for a few units. Probably worth a read even though it's for
Linux.
cheers
Jules
__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
>from News and Sport to Email and Music Charts
http://uk.my.yahoo.com
Kees Stravers <kees.stravers(a)iae.nl> wrote:
> I know the TU81+ is supposed to be connected to a KLESI
> controller. But can a TU81+ be connected to the TU80 controller (only doing
> 1600 then of course)?
I thought that TU80 had a Pertec formatted interface while TU81 (plus or not)
had LESI interface, i.e., two totally different interfaces. They are both CDC
Keystone tape transports and I think it's one board inside that provides the
interface and thus differs. But if you want to try swapping CDC Keystone logic
boards, you are on your own.
MS
I used to use this email account for another purpose. I had this email
account set for the "name" field to be "ssj152", in a misguided attempt to
maintain SOME privacy. I changed the name field back to "Stuart Johnson" and
posted this message to see if it comes out correctly.
Sorry for any confusion or "breach of etiquette" before.
Stuart Johnson
Folks --
Thought I'd continue my unreasonable begging from the previous note back to
Bill. I'd like to take on a little project of creating archival images of
S/36 media. I've made a duplicate of most of what I own on fresher 8"
stock. But I don't think that's a long term strategy for avoiding the
inevitable ravages of media corruption. What I had in mind was something
like a 'dd' dump of each disk that could be reloaded to fresh 8" media when
required. I haven't given this too much thought so bear with me.... I'm
working on a list of questions and puzzles to accomplish this goal.The
first obvious problem is media to hardware integration. If memory serves, I
read somewhere that IBM used an oddball disk format (Sellam, you might know
this). 8" Shuggart drives come on the market from time to time but, would
they, using low level drivers, be able to make a physical block by block
copy of IBM S/36 disk data? The second problem is hardware to hardware
integration. Has anyone had luck integrating a 8" drive with a more recent
machine? And what are the alternatives? I presume this could be done on DEC
hardware and then sent to any open platform over a network connection. Has
anyone gotten an 8" floppy operating under an Intel based Linux host. That
would seem the obvious media transfer station because of the wide range of
hardware compatibility. Once these first two steps are done, any basic disk
utility ought to make short work of creating binary dumps.
An alternative approach might be to copy the disks directly on the
System/36 host using platform native tools then sending the file across
some form of network connection. The problem is I haven't a clue how that
would need to be done. I've never read any low level API for S/36 as a
platform. IBM seems to have kept anything harware layer proprietary.
Any and all thoughts welcome. Thanks,
-Colin
ceby2(a)csc.com
Senior Consultant,
National Performance Engineeering Practice
CSC Consulting.
Interested in documentation, user guides, programmer manuals, brochures, advertisements, etc.
If someone actually has one or more of the hardware components that would be very interesting.
IBM announced it in 1971 with a big sale to Merrill Lynch that may never have been fully completed.
Thanks in advance, - Jim
Jim Keohane, Multi-Platforms, Inc.
"It's not whether you win or lose. It's whether you win!"
Interested in documentation, user guides, programmer manuals, brochures, advertisements, etc.
If someone actually has one or more of the hardware components that would be very interesting.
IBM announced it in 1971 with a big sale to Merrill Lynch that may never have been fully completed.
Thanks in advance, - Jim
Jim Keohane, Multi-Platforms, Inc.
"It's not whether you win or lose. It's whether you win!"
Thanks for all that asked for EPROMs - I think I could help about half of
you guys out. I still have *lots* more, but not many oddballs.
Anyway, I have a small pile of FPGAs - (6) Xilinx XC2018-70PC68C and (1)
Xilinx XC3042-70PC84C. Pulls, PLCCs, good leads.
Anyone need this pile for $6.00 - and that includes shipping ConUS! And
yes, I take Paypal.
I also have buckets of old Lattice GALs, if anyone wants them cheap, to
erase and reuse.
William Donzelli
aw288(a)osfn.org
Wow, what a day...
Today (erm, well, yesterday now), I have collected 2x HP1000 machines (c/w
4 free-standing disks & 1 line printer), one 700 (can't remember if that's
a HP1000 model or not), and a whole stack of tapes & disc packs &
documentation. Woohoo! Thanks Tim!
Sadly, we weren't able to save a 3rd HP1000, as the van was already showing
serious signs of being overloaded with the gear that was in there - backing
into my shed, it was actually running over its own mudflaps...
I forgot my digicam, so there's no pics yet. Hopefully, when I'm up north
next I'll take a few snaps (and try to get at least one of the boxes booted).
And now, I'm officially knackered, g'night!
--
Cheers, Ade.
Be where it's at, B-Racing!
http://b-racing.com
>----- Original Message -----
>Hello,
>
>Hey, my aunt and uncle were given a little old apple computer and I don't
think they use it at
>all. I don't know what model it is, but I know it's ancient. It has a
little tiny monitor
>with a green display. I think the brains of the computer are inside the
keyboard........like
>the old Commadore 64s. The disk drive might be inside the keyboard as
well. I only looked at
>it once and I wasn't really trying to find out what kind of computer it was
so I don't know
>much about it yet.
>
>If this computer sounds like it might be worth something to someone out
there, let me know and
>I can find out more about it. My aunt and uncle are having kind of hard
times because my
>uncle has been taken into the army and I'm quite sure they would be glad to
sell the computer
>to someone if it's worth something.
>
>~Shawn
Sounds like an Apple //c with the Monitor //c (monochrome monitor that Apple
sold for it). Not very rare or very valuable. Ebay has an auction for a
monitor //c (Item #2302608656), currently at $10.00 US. An Apple //c is also
for auction on eBay (item #2302671100), currently at $26.00 US. This will
give you a sense of the computer's worth. I am sure that a unit with lots of
accessories, software, etc. and in excellent condition, will bring more.
Stuart
Perhaps this is slightly off topic.. (If so, someone say something, and
I'll hush..)
I was down in the basement when I stumbled across my box of moldy old
software, (mostly pre-1995 IBM PC oriented stuff) and thought to myself,
"Hmmm, maybe I should put these up on a bookshelf instead of letting
them rot down here."
Anyways, upon pulling them out of said box, I noticed a number of the
boxes had become fairly squished/dented/etc.. (Next time pack them
better. :-/ )
Any body ever try to "restore" old software/computer boxes? Got any
tips?
Thanks,
David
hey folks,
I've just missed a great ebay auction for Multia spare parts, does anyone
have some multia accessories they might sell/trade? I'm looking mainly
for floppy drive with cable and pci riser card with 2.5" connection (and
external scsi cable).
My multia has also burned videocard, so eventually a whole multia box
(with the above included) might be of use as well. If your box doesn't
have battery or burned the chip on the botton (common problem, afaik),
this doesn't really matter, I'm able to fix this.
Thanks in advance,
--
freddy
...for more info 'finger freddy(a)kotol.kotelna.sk'
Hello,
I found your email on the web regarding this type of equipment. I have the following equipment available for sale. Equipment was recently deinstalled. It is OOS, working.
Let me know your interest.
IBM 3803 - Series 26371
IBM 3420 - Series 7746995
IBM 3420 - Series 7747435
IBM ES9000/3490-E - Series PE 000730
CPM 1455 - 02
CPM 1416 - 02
CPM 1416 - 02
CPM 1255 - 02
CPM DKU 2051U - 14
FUJITSU SU200 - 8820336
Thank you,
Rubens DeCarvalho.
---------------------------------
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now
I have a VAX 11/750 machine with a TU80 controller in it. I also have a
TU81+ tape drive. I know the TU81+ is supposed to be connected to a KLESI
controller. But can a TU81+ be connected to the TU80 controller (only doing
1600 then of course)? And if not, does anyone have a Unibus KLESI for sale?
Kees.
--
Kees Stravers - Geldrop, The Netherlands
http://www.vaxarchive.org/http://home.iae.nl/users/pb0aia/
On Jan 26, 9:43, Jay West wrote:
> >From a previous life, I have a perfectly fine working UPS. The brand
says
> "Inland - by ABI International". Model is "Probackup5000", part number is
> 19500. It has a DB9 serial port on the back for interfacing with a host
to
> notify it of loss of ac, impending shutdown, etc. However, I don't have
the
> software (for Windoze) that came with it.
>
> I've googled for hours, and can't come up with anything on this exact
unit.
> Would anyone happen to have windows software for it? As a last resort,
how
> standard is the DB9 pinout (IF I can find the pinout, no luck there
> either)... I'm wondering if I can use just about any UPS software for it.
Unlikely. However, it might be a standard serial port that you can hook a
terminal to, and see what happens. Other than that, I'd suggest a look at
the Network UPS Tools pages at http://www.exploits.org/nut/ I know it's
not Windows (though there's a client called WinNUT), but it will at least
give you an idea what to try and what to expect.
--
Pete Peter Turnbull
Network Manager
University of York
Short answer (top-posted, sorry): i have a kit and a readme somewhere
which allowes net.boot and net.install of Ultrix off any machine that
runs Unix. I even ported it to NT :) (just for phun, obviously).
Basically, you need:
- 200M disk space
- packet filter in kernel
- my new MOP Server
That'll boot anything, including the Ultrix install set.
Contact me offlist for more info.
--fred
> -----Original Message-----
> From: Steve Jones [mailto:classiccmp@crash.com]
> Sent: Sunday, January 26, 2003 8:38 PM
> To: classiccmp(a)classiccmp.org
> Subject: Re: Ultrix v4.3 install on mVaxII
>
>
> > I own two mVax, a mVax3100 and an mVaxII, [...]
> > Is there an alternative way to install it on the mVaxII ?
>
> You can setup an Ultrix machine with suitable disk space to be
> a Remote Installation Server (RIS), or is it referred to as the
> Remote Installation Service? Well anyway, there's a ton of steps
> in the Ultrix admin guides explaining how to set the box up as a
> bootp/tftp server, how to set up a filesystem with the Ultrix
> software "sets," et cetera. I don't think I have that binder
> around, but perhaps Google can help...
>
> This link will at least explain what RIS is and how it works,
> though the whole document is focused on setting up RIS on a box
> running Digital Unix:
>
> http://www.tru64unix.compaq.com/docs/base_doc/DOCUMENTATION/HT
ML/AA-PS3LE-TE_html/sharing3.html
Sorry, in the time I've got I don't see any links for the actual
Ultrix OS installation guide. But that's what would walk you
through setting up an RIS server -- hopefully that tip will get
you a little closer.
Good luck,
--Steve.
> I own two mVax, a mVax3100 and an mVaxII, [...]
> Is there an alternative way to install it on the mVaxII ?
You can setup an Ultrix machine with suitable disk space to be
a Remote Installation Server (RIS), or is it referred to as the
Remote Installation Service? Well anyway, there's a ton of steps
in the Ultrix admin guides explaining how to set the box up as a
bootp/tftp server, how to set up a filesystem with the Ultrix
software "sets," et cetera. I don't think I have that binder
around, but perhaps Google can help...
This link will at least explain what RIS is and how it works,
though the whole document is focused on setting up RIS on a box
running Digital Unix:
http://www.tru64unix.compaq.com/docs/base_doc/DOCUMENTATION/HTML/AA-PS3LE-T…
Sorry, in the time I've got I don't see any links for the actual
Ultrix OS installation guide. But that's what would walk you
through setting up an RIS server -- hopefully that tip will get
you a little closer.
Good luck,
--Steve.