1. Memory dumping...
------=_NextPart_000_0007_01BFF5D0.942BBBC0
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hy,
At first I questioned myself, does Euphoria store all those names in
memory and where's that. So I simply made a Eu programm that peeks
as many bytes from memory starting with 0 and dumping that to file.
Is that the bootsector at 0?
I could only find 1.208.320 bytes of the 32MB.
I was working in WinNT4 so the dos-window just disapeared with no =
further notice.
That's the first thing.
I found interresting things, and found also ofcours the famous #B8000 =
adress with
constant repeating {0,7} strings. I counted them by filling 8 times =
25*80*2 bytes,
but after that were still 768 bytes to fill which had the same {0,7} =
pattern.
Does this have to do with larger screens or different =
text-mode-resolutions?
I haven't checked this, but there's a huge blank area before #B8000.
Are that the graphicmode screens?
BTW. I also found a guines-book-of-record record of "Causeway" labels, =
what's up with that?
Thanks,
PQ
------=_NextPart_000_0007_01BFF5D0.942BBBC0
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2314.1000" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Hy,</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2><BR>At first I questioned myself, does =
Euphoria=20
store all those names in<BR>memory and where's that. So I simply made a =
Eu=20
programm that peeks<BR>as many bytes from memory starting with 0 and =
dumping=20
that to file.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>Is that the bootsector at =
0?</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>I could only find 1.208.320 bytes of =
the 32MB.<BR>I=20
was working in WinNT4 so the dos-window just disapeared with no further=20
notice.<BR>That's the first thing.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>I found interresting things, and found =
also ofcours=20
the famous #B8000 adress with<BR>constant repeating {0,7} strings. I =
counted=20
them by filling 8 times 25*80*2 bytes,<BR>but after that were still 768 =
bytes to=20
fill which had the same {0,7} pattern.<BR>Does this have to do with =
larger=20
screens or different text-mode-resolutions?</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>I haven't checked this, but there's a =
huge blank=20
area before #B8000.<BR>Are that the graphicmode screens?</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>BTW. I also found =
a guines-book-of-record=20
record of "Causeway" labels, what's up with that?</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial =
------=_NextPart_000_0007_01BFF5D0.942BBBC0--
2. Re: Memory dumping...
On Tue, 25 Jul 2000 00:37:57 +0200, PQ <quistnet at HOTMAIL.COM> wrote:
>Hy,
>
>
>At first I questioned myself, does Euphoria store all those names in
>memory and where's that. So I simply made a Eu programm that peeks
>as many bytes from memory starting with 0 and dumping that to file.
I don't think you will see the names in memory because the are probably
stored as numbers that represent the names.
>
>Is that the bootsector at 0?
>
NO
>I could only find 1.208.320 bytes of the 32MB.
>I was working in WinNT4 so the dos-window just disapeared with no further
notice.
>That's the first thing.
>
You probably crashed the video drivers
>I found interresting things, and found also ofcours the famous #B8000
adress with
>constant repeating {0,7} strings. I counted them by filling 8 times
25*80*2 bytes,
>but after that were still 768 bytes to fill which had the same {0,7}
pattern.
>Does this have to do with larger screens or different text-mode-
resolutions?
>
>I haven't checked this, but there's a huge blank area before #B8000.
>Are that the graphicmode screens?
>
>BTW. I also found a guines-book-of-record record of "Causeway" labels,
what's up with that?
>
>
>Thanks,
>PQ
>
#00000 interrupt vectors
.....
#00400 temporary storage for bios, dos, and basic
#A0000 start of video memory
#B0000 monochrome video memory
#B8000 video controller
#C0000 reserved for roms
#F6000 ROM BASIC -- old PC
#FE000 ROM BIOS