Sponsored Content
Special Forums Windows & DOS: Issues & Discussions Mac OS X emulator for Windows XP? Post 302312806 by SilversleevesX on Sunday 3rd of May 2009 12:56:43 PM
Old 05-03-2009
pludi seconded by longtime Mac realist - news at 11 (LOL)

As a long time Mac user (work and home, classic and OS X), I agree with pludi. The best option is to get a Mac.

Operating system emulators tend to favor going the other way -- Mac to Windows. Those that exist for the direction you're choosing, even the commercial ones, have their own issues and are generally considered not worth the time money or effort. Virtual machine imaging Mac OS X has its own legal issues: the only "Ten Version" as I like to phrase it where Apple's lawyers would be inclined to look the other way if someone virtualised it is (drum roll please) OS X 10.4 Tiger server {and only a 'legally-owned' copy -- priced at about $335 USD when it was new -- will pass muster with them}.

I have done a little with Apple's X11 distribution -- of which on this Forum you'll find scads of discussion and info -- in OS X, and I agree it does make up the difference between the two ( or is it three now ? ) platforms. And in terms of just out-of-the-box networking between Macs & PCs, the vanilla user version of Tiger practically eliminated any coughs, chokes and hangups between Apple's SMB protocol and Microsoft's. As I told a relative when he started running Tiger on his G4: "There's next to no sunlight between the two."

Hope this was helpful at any rate.

BZT

Quote:
Originally Posted by pludi
  1. Get a Mac
  2. Get OS X and try to install it inside an VM (there are How-Tos out there dealing with installation on regular x86 hardware, should be possible inside VMware or VirtualBox too)
  3. Install FreeBSD, since Darwin (the OS X core) is largely based on it
Other than that I know of no good ways to emulate it.
 

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Unix emulator for windows 98

as part of my course i have to do a lot of programming using the universities unix server. i am able to access this from home using telnet but i cannot use axe or anything to edit my files. I was wondering if anyone knew of any software that could enable me yo do this as i like working at 2am when... (1 Reply)
Discussion started by: HALLY
1 Replies

2. UNIX for Dummies Questions & Answers

Running Terminal and/or X-Windows in Mac OS X

Quick question: When I load up Terminal or X-Windows on my Mac, and the prompt comes up...what folder am I starting in? (2 Replies)
Discussion started by: liquidcross
2 Replies

3. Slackware

Windows Emulator?

I have heard of something called a windows emulator that allows you to run windows programs in linux, does this realy work? can I run any windows program (like a computer game)? and where can I get it :p (13 Replies)
Discussion started by: Kimm
13 Replies

4. UNIX for Dummies Questions & Answers

Can anyone recommend a freeware X-windows emulator?

Are there any freeware or shareware X-windows emulators out there? I only have the need for an emulator on rare occasions and would like to avoid having to purchase something like Exceed or x32. Thanks (1 Reply)
Discussion started by: rhack
1 Replies

5. Solaris

Windows emulator on Solaris machine

Hello together, in our German company we have buyed one English Windows XP version. Every one of us should have access to this windows installation. So we have reconsidered that we want to install this Windows on our SUN SPARC Solaris machine. It is only used for checking out licenses of our own... (2 Replies)
Discussion started by: SPORTS
2 Replies

6. OS X (Apple)

install windows on mac

Hello all, i want to install windows on mac and when i search i found that there is a program called Parallels Desktop to install windows on mac but i want it on the laptop not on the program does it work? or there is another anyway to install it on mac..?? Thanks in advanced (8 Replies)
Discussion started by: Reham$
8 Replies
taskgated(8)						    BSD System Manager's Manual 					      taskgated(8)

NAME
taskgated -- task_for_pid access control daemon SYNOPSIS
taskgated [-ps] [-t timeout] [-i pid] DESCRIPTION
taskgated is a system daemon that implements a policy for the task_for_pid system service. When the kernel is asked for the task port of a process, and preliminary access control checks pass, it invokes this daemon (via launchd) to make the decision. OPTIONS
-p Accepts the old (Tiger) convention that a process with a primary effective group of procmod or procview is allowed to get task ports. Without this option, this legacy mode is not supported. -s Allow signed applications marked as "safe" to have free access to task ports, without having to pass an authorization check. Note that such callers must be marked both allowed and safe. -t timeout The daemon will quit after that many seconds of inactivity. It will be relaunched by launchd as needed. A timeout of zero can be specified to make the daemon quit after servicing each request, but a small positive timeout is better for performance. -i pid Inject the service port of taskgated into the process with the given pid, rather than relying on launchd to install it system-wide. This is for testing only, and requires the launchd configuration for taskgated to be removed. AUTHORIZATION RIGHTS
system.privilege.taskport Authorization right used to check access of allowed (but not safe) callers. INFO KEYS
SecTaskAccess A value of "allowed" is required for any program that wants access to task ports. A value of "safe" bypasses authorization checks if so configured. Code must be signed by any system-trusted signing authority. FILES
/etc/authorization to configure the authorization used. /System/Library/LaunchDaemons/com.apple.taskgated startup configuration file for taskgated SEE ALSO
security(1), launchd(8) HISTORY
taskgated was first introduced in Mac OS 10.5 (Leopard). Certain software updates of Mac OS 10.4 (Tiger) introduced the convention requiring membership in the procmod or procview groups to control task port access. Before that, any process could obtain the task port of any other process with the same user-id. Darwin May 31, 2019 Darwin
All times are GMT -4. The time now is 09:12 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy