173210

Results 9 comments of 173210

Yes, it has only one context. No problem.

The problem is not **asm**. Those functions are not inline-expanded because they don't have static suffix. But once they get inline-expanded, arguments will be completely ignored. ``` C int __attribute__((naked))...

I got it. But, the inline assembly has different problem. ``` GAS movs r0, #0 ``` But arm11_kernel_exec has its own return value. So They should be modified as this:...

Take it easy! You can figure out how to deal with the system even __without reversing__ by looking at documents carefully! DSTWO has: * JZ4740 microprocessor. (written in the official...

@hedgeberg No, I have not tested at all. But I am really sure the SPI flash is controlled by the MIPS processor because the processor _needs_ a media to boot...

I can say my code is useless before looking my old storages for the it. I have made it to debug when the other interface is in use, and it...

Can you tell me what commands you executed?

Well, please tell me a echo of command executed by make? ``` arm-none-eabi-gcc brabrabrabra... ```

Well, the current repository has two directories at the root: src and tools. I'll divide and create a new repository.