0 Members and 3 Guests are viewing this topic.
Just because on TI-BANK and United-TI you can put down (en français vous dîtes "enfoncer" je crois?) members who ask simple questions and miss the answer buried among the previous three hundred messages without worrying if they will feel welcome anymore or not, it doesn't mean you are allowed to do so on Omnimaga.
I don't think it has anything to do with USB versions.
just what is the troubling part of Ndless which makes it impossible to do any work in the presense of the interrupts and can we reduce this "window of vulnerability"?
0X102A6CCC , 0X102A6EC0 , 0X102a6ffc , 0X102A66C4 , 0X102A481C , 0X102AC2DC , 0X102A74D4 , 0X102A31D8
, 0X102A49E8 , 0x102a6ffc
from: AR = arm-none-eabi-arto: AR = arm-elf-ar
I have a doubt with ndless. When you install it, what exactly happens? Like, I can't find a video. But can you calculate, use it as normal.And when you install, when you turn off anything happens?Please explain me because I'm quite curious
You can do what ever you want, either work like before, or run asm progs.Ndless will "just" by-pass the verification of a valid document and "add" the possibilitie of documents that begin with "PRG"ExtendeD will surely explain better than me.
Quote from: Levak on November 25, 2010, 02:44:35 pmYou can do what ever you want, either work like before, or run asm progs.Ndless will "just" by-pass the verification of a valid document and "add" the possibilitie of documents that begin with "PRG"ExtendeD will surely explain better than me.Hum. Without ndless I can run Asm progs?
put in syscalls-light_cas-1.7.c:
Also, to get it to compile, the Makefile under libndls/ I changed the line:
sleep() isn't setting the timer counter reset value back properly (reading 900D0000 gets its current value, not its reset value)
Quote from: Goplat on November 23, 2010, 06:35:29 pmsleep() isn't setting the timer counter reset value back properly (reading 900D0000 gets its current value, not its reset value)Do I need to hard-code the OS value? I can't see any port to read the reset value.