What is t开发者_运维百科he best development environment/language for the PowerPC 7448 to make the server? The server should be normal http/XML. The HW is pretty limited since the CPU is 1GHz, there is
What is the result of this instruction in powerpc assembler? . = 0x100 I think this involves program counter but disassembling an executable that uses this instruction something strange in output o
I have a Lion (10.7.1) system on which I installed Xcode 4.2. Suppose I have a simple C program helloWorld.c as follows:
I am trying to install mySQL for Python on PPC ibook G4 running Leopard. I have Python 2.7.2, XCODE 3.1.3 and MAMP 1.9.6 installed.
I have an ELF object file. I want to know which type of debugging info it contains. It was compiled with the Diab compiler (C source) for the PPC architecture. I\'m pret开发者_如何学Cty sure it was bu
I know that older Macs have PPC processors in them, which is perfect, but whic开发者_如何学Ch specific models are suitable for dropping a linux distribution onto? I\'ve not used a Mac in over 10 years
I am working on a syscall implementation for a PowerPc. I have tested some gcc functions and they all seem to work (e.g. sqrt sin cos pow printf malloc...)
__asm__(\".data\\n\\t\" \"msg:\\n\\t\" \".string \\\"Hello, world!\\\\n\\\"\\n\\t\" \"len = . - msg\\n\\t\"
I haven\'t found any resources that exactly answer what I am trying to understand with an issue I saw in a piece of software I am working on, so I\'ll ask the geniuses here!
I\'m porting a kernel extentsion to 32/64 bit AIX on multi-processor PowerPC, written in C. I don\'t need more than atomic read operation and atomic write operations (I have no use for fetch-and-add,