View Full Version : Searching for Overlaydos.library
Joe Maroni
25 November 2007, 14:06
i already searched where i may find it, but it seems that it doesnŽt exists anymore.
or does anyone of you still have it somewhere on disk..???
:confused
bippym
25 November 2007, 17:24
what's it do?
Joe Maroni
25 November 2007, 17:44
i donŽt know...perhaps its switching of the DOS environment better than the standard library functions...:confused
or it allows disable interrupts, DMA access etc...
DamienD
25 November 2007, 17:52
Did a quick Google search it seems like might be on "The One" coverdisk 1-0193b.adz:
http://img137.imageshack.us/img137/8418/image1jh4.png (http://imageshack.us)
http://img119.imageshack.us/img119/2269/10193bdv2.png (http://imageshack.us)
Downloaded this and took a look using DirOpus but couldn't see the file :sad
Graham Humphrey
25 November 2007, 17:54
i already searched where i may find it, but it seems that it doesnŽt exists anymore.
or does anyone of you still have it somewhere on disk..???
:confused
What program needs this?
It sounds like one of those libraries that should be in the Kickstart ROM...
rgen
25 November 2007, 18:51
Seems like this is false alarm. All what I found were Titanics Cruncher packed files which use overlays (http://en.wikipedia.org/wiki/Overlay_(programming)) and the "Overlaydos.library" string disappears after decrunching the files. Also a reassembler break this up in a BCPL string containing 7,"Overlay" just before the "dos.library",0 string as the OpenLibrary call points only to the latter.
Joe Maroni
25 November 2007, 19:15
i need the library for "Moon Child", which was never released.
i only see in the header of the executable that there is such a library used...:rolleyes
Codetapper
25 November 2007, 20:56
As rgen says, there is no such library. The overlay text appears at the beginning of the file to indicate to dos that the file is overlaid.
Joe Maroni
25 November 2007, 21:02
this means, that the lib is not required..?
Graham Humphrey
25 November 2007, 21:09
Well surely if it doesn't exist then it can't possibly be required ;)
Joe Maroni
25 November 2007, 21:15
iŽm sure that there is such a library..not just a string after decrunched files...
....................................`..l......................[..Overlaydos.library.....Moon Child demo by Team Hoi... please wait!.............
this is an ASCII shortcut from the Moonchild Demo...it looks like the lib is mentioned in the hunks of the exe to save enough space for it later....:confused
Graham Humphrey
25 November 2007, 21:19
So have you actually tried running it then?
bippym
25 November 2007, 21:24
disassemble it or up it to the zone ;)
thor
25 November 2007, 21:29
BCPL string isn't 0-terminated, so "Overlay" and "dos.library" seem to you to be one string but they aren't.
Joe Maroni
25 November 2007, 21:33
disassemble it or up it to the zone ;)
youŽll all get the file with an aGTW update..not earlier...:)
sorry, but we need to keep everything exciting...:D
but first i need to get it running...:p
bippym
25 November 2007, 21:34
Wel okay you'd better dis-assemble it then ;)
rgen
25 November 2007, 21:39
up it, I'm interested in this file anyway.
x_to, this is just a strange coincidence as two concepts hit each other here. A normal string has the text and a zero at the end to terminate it, a BCPL string has its size in the first byte and then the text, without any termination. So when this two strings meet, they look like one string, but they are two. Make a hex dump and you should see a 7 before the "Overlay" text starts. Have you tried the xfd package to see that this is a Titanics Cruncher file?
vBulletin® v3.7.0, Copyright ©2000-2013, Jelsoft Enterprises Ltd.