dthain / basekernel

A simple OS kernel for research, teaching, and fun.
GNU General Public License v2.0
805 stars 109 forks source link

Fixed lack of return in kobject_read #206

Closed dsmith47 closed 5 years ago

dsmith47 commented 5 years ago

Addresses #205, changes semantics of all CASE-s to break on return 0.