This is a discussion on Using OS/X drivers? within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> Any chance the OS/X drivers could be "fitted" into the normal linux structure? An OS/X compatability layer could be ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| tm wrote: > Any chance the OS/X drivers could be "fitted" into the normal linux > structure? An OS/X compatability layer could be fairly useful. OS X uses a completely different kernel, and the hardware it runs on is different, at least in part. (different CPU type, for example.) so while theoretically probably not impossible, the task is far from trivial. -- Joost Kremers joostkremers@yahoo.com Selbst in die Unterwelt dringt durch Spalten Licht EN:SiS(9) |
| |||
| Joost Kremers wrote: > tm wrote: > >>Any chance the OS/X drivers could be "fitted" into the normal linux >>structure? An OS/X compatability layer could be fairly useful. > > > OS X uses a completely different kernel, and the hardware it runs on is > different, at least in part. (different CPU type, for example.) so while > theoretically probably not impossible, the task is far from trivial. > I wasn't thinking that the drivers would not be open source. I need more sleep than I thought. The kernel isn't so much the issue as the binary driver files being in powerpc machine code, totally missed the mark there. Oh well, I am sure there are lots of people ready to create a power pc emulation driver just to do this very thing. oh well, its nice to dream. (...man i am tired...) Thanks for the redirect. Tony |
| ||||
| On Fri, 16 Apr 2004 02:04:24 +0000, tm wrote: > Joost Kremers wrote: >> tm wrote: >> >>>Any chance the OS/X drivers could be "fitted" into the normal linux >>>structure? Mac OS X (Darwin) runs BSD on a Mach microkernel which is a OSS project: http://developer.apple.com/darwin/ And since the mkLinux project also exists (Linux on Mach): http://www.mklinux.org/ >> An OS/X compatability layer could be fairly useful. I would think hardware drivers, could be ported between above projects... >> OS X uses a completely different kernel, Indeed. It's BSD on top of Mach. >> and the hardware it runs on is different, at least in part. (different >> CPU type, for example.) I guess i don't realy understand what the OP is asking ... [ ... ] > Oh well, I am sure there are lots of people ready to create a power pc > emulation driver just to do this very thing. http://www.maconlinux.org/ > oh well, its nice to dream. Is this all about emulating a PPC chip on x86 hardware, or some such? -- -Menno. |