vlang / vinix

Vinix is an effort to write a modern, fast, and useful operating system in the V programming language
https://vlang.io
GNU General Public License v2.0
1.89k stars 120 forks source link

sleep does not pause #46

Closed Ccode-lang closed 2 years ago

Ccode-lang commented 2 years ago
sleep 5d

does nothing

mintsuki commented 2 years ago

The sleep() system call is not yet implemented.

Ccode-lang commented 2 years ago

:+1:

mintsuki commented 2 years ago

Fixed

Ccode-lang commented 2 years ago

Thanks!