Log of /SheepShaver/src/macos_util.cpp
Parent Directory
|
Revision Log
Revision
1.10 -
(
view)
(
annotate)
-
[select for diffs]
Sun Dec 19 09:01:04 2004 UTC
(8 years, 5 months ago)
by
gbeauche
Branch:
MAIN
Changes since
1.9: +21 -21 lines
Diff to
previous 1.9
FindLibSymbol() returns an address in MacOS address space. Likewise for
Mac_sysalloc(). i.e. make it return an uint32.
Revision
1.9 -
(
view)
(
annotate)
-
[select for diffs]
Mon Nov 22 22:04:38 2004 UTC
(8 years, 6 months ago)
by
gbeauche
Branch:
MAIN
Changes since
1.8: +26 -24 lines
Diff to
previous 1.8
Use BUILD_SHEEPSHAVER_PROCEDURE to allocate static procedures into the
SheepShaver globals. Fix build of sheepshaver_glue.cpp without JIT.
Revision
1.8 -
(
view)
(
annotate)
-
[select for diffs]
Sat Nov 13 14:09:15 2004 UTC
(8 years, 6 months ago)
by
gbeauche
Branch:
MAIN
Changes since
1.7: +8 -8 lines
Diff to
previous 1.7
Implement Direct Addressing mode similarly to Basilisk II. This is to get
SheepShaver working on OSes that don't support maipping of Low Memory globals
at 0x00000000, e.g. Windows.
Revision
1.7 -
(
view)
(
annotate)
-
[select for diffs]
Mon May 10 16:16:26 2004 UTC
(9 years ago)
by
gbeauche
Branch:
MAIN
Changes since
1.6: +41 -0 lines
Diff to
previous 1.6
Provide Mac_sysalloc() and Mac_sysfree() for memory allocation in MacOS
system heap zone. Use them for network related data dynamically allocated.
TODO: check performance in emulated mode!
Revision
1.5 -
(
view)
(
annotate)
-
[select for diffs]
Sat Jan 10 08:46:56 2004 UTC
(9 years, 4 months ago)
by
gbeauche
Branch:
MAIN
Changes since
1.4: +22 -22 lines
Diff to
previous 1.4
Make sure 68k procedures are stored on 16-bit word boundaries.
Revision
1.3 -
(
view)
(
annotate)
-
[select for diffs]
Mon Sep 29 22:47:39 2003 UTC
(9 years, 7 months ago)
by
gbeauche
Branch:
MAIN
Changes since
1.2: +8 -8 lines
Diff to
previous 1.2
Little endian fixes to FindLibSymbol(). This is not 64-bit clean and this
needs to go through a more appropriate thunking mechanism.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.