Marcel Moolenaar 7e8dbd8b20 ia64 specific.
o  Mount the EFI file system as msdosfs and not ufs as it's a FAT
   file system. Introduce Mount_msdos() for this to go side-by-side
   with Mount().
o  Also, since mounting is performed as a command (which means it's
   queued, sorted, lost, found and executed), we cannot create a
   directory on the file system by calling mkdir. We must make sure
   the mkdir happens after the mount. Introduce Mkdir_command() to
   allow mkdir operations to be queued, sorted, lost, found and
   executed as well.

Approved by: re (jhb, rwatson)
2002-12-02 20:15:16 +00:00
..
2002-11-01 02:05:05 +00:00
2001-10-12 07:36:34 +00:00
2002-12-02 20:15:16 +00:00
2002-12-02 20:15:16 +00:00
2002-12-02 20:15:16 +00:00
2002-11-01 02:05:05 +00:00