From: Frank T. <fra...@gm...> - 2012-06-18 18:27:32
|
On Mon, Jun 18, 2012 at 1:05 PM, Robert Munafo <mr...@gm...> wrote: > Wow, Frank, this is cool! I love being wrong this way. > > (I feel like if I keep saying things that I hate about Apple, you'll > keep telling me I'm wrong :-) > > If you complained about the sharp-edged aluminum casings that scratch themselves and other things at the slightest provocation or about the inconsistency of Apple's update packaging or about how Apple intentionally accelerates the depreciation of its products so as to shorten purchase cycles, I would not tell you that you're wrong. There are plenty of absolutely awful things that Apple does. If you are using an Apple product as something other than a disposable consumer product, you will be disappointed quite often. > I found some examples of people booting Lion in 32-bit mode: > > https://discussions.apple.com/thread/3225388?start=0&tstart=0 > https://discussions.apple.com/thread/3943837?start=0&tstart=0 > > So does that mean we can boot Lion in 32-bit mode and run 32-bit > SheepShaver and get a working copy and paste? > > 32-bit applications can run even when the kernel is running in 64-bit mode. This does not work for certain things like drivers, but it ought to work for anything that you would put into the Applications folder. A Mach-O package can hold code for multiple architectures, and most of the Lion libraries have 32-bit and 64-bit code. If you run a 32-bit application, it calls stuff from the 32-bit code in the libraries. This is why mach_kernel on Snow Leopard had PowerPC code, for example. > I hope so... then maybe I'll actually try out that copy of Lion I > bought last winter for $30. PICT files and SheepShaver cut/paste were > holding me back. I am not sure of whether that works when running the operating system in 64-bit mode, but it is worth a try. > (Also the lack of Save and Revert commands in the > standard suite, what were they thinking? Oops, I'm complaining again. > Please tell me I'm wrong.) > Standard suite? You mean the things like TextEdit? > > On 6/18/12, Frank Trampe <fra...@gm...> wrote: > > Not exactly. Certain kernel-related things must run in 64-bit mode, but > > there is still i386 support. > > > > { > > cambridge:~ admin$ uname -v > > Darwin Kernel Version 11.4.0: Mon Apr 9 19:32:15 PDT 2012; > > root:xnu-1699.26.8~1/RELEASE_X86_64 > > cambridge:~ admin$ file /mach_kernel > > /mach_kernel: Mach-O universal binary with 2 architectures > > /mach_kernel (for architecture x86_64): Mach-O 64-bit executable x86_64 > > /mach_kernel (for architecture i386): Mach-O executable i386 > > } > > -- > Robert Munafo -- mrob.com > Follow me at: gplus.to/mrob - fb.com/mrob27 - twitter.com/mrob_27 - > mrob27.wordpress.com - youtube.com/user/mrob143 - rilybot.blogspot.com > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > basilisk-devel mailing list > bas...@li... > https://lists.sourceforge.net/lists/listinfo/basilisk-devel > |