mirror of
https://github.com/drasko/codezero.git
synced 2026-06-03 07:36:00 +02:00
size_t is a non-negative type and negative error checking didn't work. Now fixed. Fixed various issues with reading file pages in the sys_read() path.