byteduck / duckOS

An x86 monolithic kernel and operating system written in modern C++. Comes with in-house graphical applications and command line utilities, plus ports of existing software. And yes, it runs DOOM!
GNU General Public License v3.0
618 stars 25 forks source link

[SUGGESTION] WSL 1 Might not work #68

Closed maxtyson123 closed 10 months ago

maxtyson123 commented 10 months ago

Suggestion

Ive noticed in your docs that you say using WSL 1 is an option, however the build script uses loop devices which is not supported in WSL 1 as far as I know

Had the same issue with my os, thought I would let you know.

byteduck commented 10 months ago

Good catch - I'll have to update the docs to reflect this.

byteduck commented 10 months ago

Fixed!