jdetter / Chronos

The Chronos kernel
GNU General Public License v3.0
9 stars 1 forks source link

Support for /etc/fstab and mounting partitions on boot #8

Open jdetter opened 8 years ago

jdetter commented 8 years ago

Right now, Chronos will search for the first EXT2 file system on the disk and use that as the root file system and then mount a memory based file system on /dev (creating /dev first if necessary). Support needs to be added for an fstab file so that different partitions can be mounted at different places in the file system. This will also be a precursor to adding support for booting with GRUB2.

jdetter commented 8 years ago

Basic support in dbfe42cf8cf1d746b7a9f3dfc6a5b89ce44fba41, also needed to add support for the infamous strtok_r.