Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
syscalls.h shouldn't define a random struct etc
|
|
|
|
|
|
|
|
|
|
|
|
/bin/tests with test_sleep disabled now runs almost 2x as fast
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Everything other than %s and %x outputs a single char at once. The
speedup is easily visible when e.g. hexdumping.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
i have been planning to implement something like this for a while now.
it should be faster when doing consecutive syscalls (to be tested).
it will also be helpful in writing the elf loader
|
|
|
|
|
|
|
|
|