Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
TCP is now in a somewhat good state
|
|
Previously %02x would not print out padding if the given value was zero.
|
|
|
|
|
|
Instead of sending every event to userland they now get handeld in the
kernel when possible. It will now only send out events when buttons are
clicked or the mouse position is requested by userland.
|
|
|
|
|
|
|
|
|
|
The previous type was a 64 bit which causes problems for the syscall
calling interface.
|
|
|
|
|
|
These files only compiled due to the previous header not being cleaned
up
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I am not sure why the mouse requires interrupt line 2 to be cleared.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The memory not being zeroed caused certain flags to be set(presumably
no-cache flag) and resulted in the OS being unusually for only certain
operations and only in certain cases.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Instead of using the "append only" list it now uses "relist" which
allows for indexes to be removed.
|