Re: PowerPC and General Build Questions...
Nathan Whitehorn <nathanw-t4+EzPmVLfD2fBVCVOL8/[email protected]>
| Newsgroups | gmane.os.openbeos.kernel.devel |
|---|---|
| Message-ID | <[email protected]> |
>> I was also thinking about things like ADB. ADB would never need to >> be >> built for x86 hardware, like wise for PS/2 (Unless things like >> Pegasos >> use it) on PPC hardware. Is there a place in the tree where things >> like this are split into architectures like >> >> If I put abd in trunk/src/add-ons/kernel/busses wouldn't it be build >> for both architectures? >> > > A hacked mouse/keyboard driver combo à la ps2_hid driver would be good > enough for me, but you can a) put it in an arch directory, or b) you > can tell Jam not to include the target on x86 systems. But as long as > the driver can be built on x86, I wouldn't mind if it happened. That's probably the best idea. Of course, we will need PS/2 on PPC for things like the Pegasos, and some Motorola systems (though they may use ADB emulation - I don't know). -Nathan