Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
gryphel
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
gryphel
6y ago
The Mini vMac download page ( https://www.gryphel.com/c/minivmac/dnld_std.html ) includes binaries for Macintosh, Windows, Linux, and other platforms. As recently noted in the build documentation, compiling it yours
2.
▲
by
gryphel
9y ago
If anyone is interested, I ported this source code to compile in MPW Pascal. The modified source and binary are available from: http://www.gryphel.com/c/sw/general/macpaint/index.html
3.
▲
by
gryphel
9y ago
Yes exactly, the problem is non determinism. But I think it should be possible to have deterministic execution while still keeping compatibility with existing software, by replacing the real time with a "fake" time that is determi
4.
▲
by
gryphel
9y ago
I'm not seeing the issue with a long running process. If the fake time is regularly synced to real time, it should not matter how long the process runs. If passing data involves frequent switches between processes, then, yes, I see the
5.
▲
by
gryphel
9y ago
The fake time can be synced to real time at the beginning of the time slice of a process. So the process never sees the real time, but the fake time is fairly close to it.
6.
▲
by
gryphel
9y ago
Rather than changing OoOE, wouldn't it be much simpler to prevent unprivileged processes from seeing the real time? For maximum compatibility with existing software, a CPU could provide fake time, that on average passes at the same rat
7.
▲
by
gryphel
9y ago
It should be able to run Mac OS software using an emulator, similar to a previous project that used a Raspberry Pi: http://retromaccast.ning.com/profiles/blogs/honey-i-shrunk-t... https://www.engadget.c