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

Fix icrnl #146

Closed 1ipod closed 1 week ago

1ipod commented 1 week ago

icrnl converts cr to nl, it was swapped.

mintsuki commented 1 week ago

LGTM, ty!