klange / toaruos

A completely-from-scratch hobby operating system: bootloader, kernel, drivers, C library, and userspace including a composited graphical UI, dynamic linker, syntax-highlighting text editor, network stack, etc.
https://toaruos.org/
University of Illinois/NCSA Open Source License
6.03k stars 475 forks source link

Fix https://github.com/klange/toaruos/issues/241 #242

Closed liyansong2018 closed 2 years ago

klange commented 2 years ago

There are a few problems with this:

liyansong2018 commented 2 years ago

Thank you for your reply.