mirror of
https://github.com/hexagonal-sun/moss-kernel.git
synced 2025-12-23 22:47:55 -05:00
Using mtools to prepare the initrd image results in an image that exclusively uses 8.3 filenames; as per the spec, the 8.3 filenames are stored uppercase. However, on most UNIX systems, people are used to dealing with down-case names; therefore convert the strings to lower-case before passing back to the user.