[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: How could HP help Debian



> - Create light-weight syscall table patterned after the normal syscall
>   table.
> - Add loader code at 0xA0 that reads r26, loads the jump address from a
>   light-weight syscall table and jumps there (look at how syscall does
>   it)

On second thought go for speed and try to fit the operations into the
first 250 bytes, no tables, no jumps. If this works and we don't need
any more atomic ops then we're done.

c.



Reply to: