minexew / templeos-loader

User-space loader for TempleOS
4 stars 6 forks source link

DirNew on HostFs drive #22

Open minexew opened 3 years ago

minexew commented 3 years ago

DirNew, not to be confused with DirMk, initializes a directory entry for a file to be written (such as when opening a CFile)

In HolyCRT, the code is patched out for HostFS case, but DirNew is also being called by TouchFile in Adam. For now, we can stub it out, but some investigation should be done how to best implement or emulate its semantics.