diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-07-02 20:32:12 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-07-02 20:32:12 +0200 |
| commit | e3b444042027f355e76e396cc1b78500f9a3c756 (patch) | |
| tree | 5e251875c0e2995bd8c72599df10f636847987a2 /Kernel | |
| parent | 912703d3c9567d52a41ce19dcd42f129e4e1798e (diff) | |
MHR-36:
- Final NSyscall class.
- Add Storage folder for applications.
-> C:\Storage\MyApp\Test.zip
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Kernel')
| -rw-r--r-- | Kernel/Sources/KeMain.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Kernel/Sources/KeMain.cxx b/Kernel/Sources/KeMain.cxx index b64d4409..e5ffc4fa 100644 --- a/Kernel/Sources/KeMain.cxx +++ b/Kernel/Sources/KeMain.cxx @@ -52,10 +52,10 @@ namespace NewOS::Detail if (fNewFS->GetParser()) { constexpr auto cFolderInfo = "META-INF"; - const auto cDirCount = 8; + const auto cDirCount = 9; const char* cDirStr[cDirCount] = { "C:\\Boot\\", "C:\\System\\", "C:\\Support\\", "C:\\Applications\\", - "C:\\Users\\", "C:\\Library\\", "C:\\Mount\\", "C:\\DCIM\\"}; + "C:\\Users\\", "C:\\Library\\", "C:\\Mount\\", "C:\\DCIM\\", "C:\\Storage\\"}; for (NewOS::SizeT dirIndx = 0UL; dirIndx < cDirCount; ++dirIndx) { |
