Wednesday, December 13, 2006
Running Macintosh inside your USB
I have come across this post today and it seems interesting. It allows you to run Macintosh upto 7.5. There is a sample image here. I had difficulty following the instruction from minivmac site due to .sim.bin file that I can't manipulate in Windows. Even Stuffit Expander does not really help when running in Windows.
Subscribe to:
Post Comments (Atom)
Hello world assembly on x86 Linux
Hello world assembly on x86 Linux Save code below as hello.asm global _start section .data message: db 'hello, world!', 10 secti...
-
Installing MonoDevelop in OpenSUSE 12.2 from its repository was very easy. When running it for the first time though I got the message: Th...
-
Tried to update my Ubuntu host today and it did pickup that new version of VirtualBox is available (4.1.8). All other packages installed pro...
-
This is quick start guide how to run ssh server on QNX. Tested on QNX 6.5 (650SP1-VM.tar). # ssh-keygen -t dsa -b 1024 -f /etc/ssh/ssh...
No comments:
Post a Comment