CyanOS-Project / CyanOSKernel

Coding an operating system to keep my sanity during the quarantine.
MIT License
66 stars 8 forks source link

fix compile error caused by case sensitivity #3

Closed siradam7th closed 4 years ago

siradam7th commented 4 years ago

Linux based systems have a case-sensitive filesystem, so "lib/stdlib.h" and ""Lib/stdlib.h" are totally different files.