0 Members and 1 Guest are viewing this topic.
the calculator is not running Windows CE.
Just out of curiosity : are you using a base RTOS or is the software written from scratch ?
The kernel is written using GNU C and the GNU toolchain. While itadheres to the ISO C89 standard, it uses a number of extensions that arenot featured in the standard. The kernel is a freestanding Cenvironment, with no reliance on the standard C library, so someportions of the C standard are not supported. Arbitrary long longdivisions and floating point are not allowed. It can sometimes bedifficult to understand the assumptions the kernel has on the toolchainand the extensions that it uses, and unfortunately there is nodefinitive reference for them. Please check the gcc info pages (`infogcc`) for some information on them.
Well, this says otherwise : ...
Does anyone have any clue where that idea came from? I've been unable to track it down myself after some time looking.
Linux was not based on MINIX's code. I have heard of it.