Darwin x86


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Darwin x86
# 1  
Old 06-02-2003
Darwin x86

so, what's everyone's opinion on Darwin (x86 rendition)?

is it worth installing at the moment?

pros? cons? comments?
# 2  
Old 06-02-2003
Apple's OS X is based on Darwin. Apple would not chose Darwin as it's OS core and risk it's future if the OS was not a good one.

Please keep in mind the rules of the forums are not to bash operating systems or have religious wars about them.

# 3  
Old 06-03-2003
I apologise, i did not intend to begin such a flame... i have seen more than a few rediculous linux/bsd arguments get out of hand. perhaps i should rephrase my question:

can anyone give me a description of their experience with Darwin?

(BTW: i love OS X, why do you feel i might think otherwise? If i didn't like it, i wouldn't be installing darwin in less than a week...)
# 4  
Old 06-09-2003
Alright... the only thing I really got out of going to Toronto this weekend was Darwin. What a waste *smacks head*.
Anyway.... I get home with the gzipped iso file on a CD-R and open it with WinRAR (i had previously deleted my linux partitions to make room for the shift). it opens, and to my surprise, i see file*s*... not a single iso file (note the absense of an *s*). This simply will not do... Nero needs either an image or a bootable partition to make a bootable CD, and I have neither. Next step: i boot into rescue mode with my red hat 9 cds and try to gzip -d the file. Gzip tells me that the file is not a valid gzip format (in other words, it told me to screw off 'real polite like'). I reboot into XP and try the dos version of gzip provided in the /dosutils directory. Same problem.

Anyone have experience with the installation process?!?!
I know winRAR will automatically open ISO files, but even then it should appear as a sub file... I gues I should try winZip tonight.

So close to the apple-ie goodness I can taste it, yet so far away.

Last edited by Karma; 06-10-2003 at 03:57 PM..
# 5  
Old 06-09-2003
are you trying to install osx on an i386 machine? that will not work. did you try booting from the cd? im not really sure what the cd you have is supposed to be.
# 6  
Old 06-10-2003
My machine is an athlon XP box, which conforms to the x86 architecture. Darwin is NOT OSX! Darwin is a flavour of BSD (mach, whatever). OS X is the PPC version of Darwin AND Apple's Aqua interface. All I want is the x86 version installed on my box, and therefore I d/led the x86 ISO file. The CD i have contains a gzipped ISO file (darwin 6.6.1 x86) and a few dirty yiffy pics. I was in too much of a hurry to bother getting the image burnt while I was there, and decided to take the compressed file and play with it at home.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. OS X (Apple)

Darwin ports

Hi there. I have an MacBookPro and I want to install Darwin ports. I downloaded & installed MacPorts-1.7.0.pkg and now I don't know what to do. I tried: # port -d selfupdate .... error 1 Command output: checking build system type... i686-apple-darwin9.7.0 checking host system type...... (7 Replies)
Discussion started by: hirohitosan
7 Replies

2. UNIX for Dummies Questions & Answers

sed -i on Darwin

This is the first time I've come across this issue sed -i 's/"//g' iscrmireturns sed: 1: "iscrmi": command i expects \ followed by textApparently the -i option is non-standard FreeBSD extensions - does that mean it's not available on Darwin? Strange (1 Reply)
Discussion started by: platz
1 Replies

3. OS X (Apple)

Darwin 10.4 - Gnome

Hello, I was curious about how one would go about installing gnome on darwin. As far as I know it must be harder than FreeBSD because there doesn't seem to be any ports for it. Would you have to first set up a build environment (GCC etc...) and then compile it from scratch? or is there an... (3 Replies)
Discussion started by: kpedersen
3 Replies

4. Linux

Darwin x86 kernel only

Is there a link somewhere someone knows about? KW (1 Reply)
Discussion started by: kwa71
1 Replies

5. BSD

Darwin via PearPC

How can I send Ctrl+Alt+Del for Darwin running in PearPC for Linux? (1 Reply)
Discussion started by: eugrus
1 Replies

6. Shell Programming and Scripting

Problem with Darwin typeset -i

From the bash manpage: typeset ] What I'm trying to do is add two values in hexadecimal and have the resulting number display in hexadecimal. What I get is the result displayed in decimal. For instance: a=0x10 b=0x30 ((c=a+b)) echo $c ...displays 64. The arithmatic is correct, but the... (2 Replies)
Discussion started by: Loriel
2 Replies

7. BSD

How is Darwin as a base For a Server

Does anyone have any Benchmarks for OS X Server in DB Serving. in comparison to Linux How bout Darwin? And How bout Darwin as a Base for a Server? How bout Ease of Environment Crossplatforms and Various Implementations? And Finally how bout Develoment? (1 Reply)
Discussion started by: RedVenim
1 Replies

8. OS X (Apple)

GNU-Darwin

Did anyone here about GNU-Darwin? http://gnu-darwin.org/ Read Bout it! And Darwin can be found here: http://www.opendarwin.org Tell me what U think (4 Replies)
Discussion started by: RedVenim
4 Replies

9. UNIX for Dummies Questions & Answers

ADSL with Darwin 1.41

Hey everyone, just to let you all know "I'm an uber n00b" I'm connected to Telstra Bigpond's (Australian ISP) ADSL network, now I;m running Darwin 1.41 on an Apple Macintosh PPC computer. I don't know how to set up ADSL on this system, can someone please guide me. (3 Replies)
Discussion started by: Syphor
3 Replies

10. Programming

ncurses/Darwin

I am using Darwin on Mac OS X.I.I (new to both Unix and C++). I downloaded the ncurses library from http://prdownloads.sourceforge.net/gnu-darwin/ncurses-5.2.tgz, but I don't know what to do with it now. Stuffit has expanded the archive, but I still have the original .tgz as well (if that's... (1 Reply)
Discussion started by: parmenides
1 Replies
Login or Register to Ask a Question