diff options
Diffstat (limited to 'dev/ZKAKit/NewKit')
| -rw-r--r-- | dev/ZKAKit/NewKit/Macros.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ZKAKit/NewKit/Macros.h b/dev/ZKAKit/NewKit/Macros.h index de48144b..afde877e 100644 --- a/dev/ZKAKit/NewKit/Macros.h +++ b/dev/ZKAKit/NewKit/Macros.h @@ -121,7 +121,7 @@ #define BREAK_POINT() asm volatile ("int $3") /// @brief The system page file, located on the mount directory, as mulitple system pages can be mounted. -#define kPageSys "/Mount/syspage.sys" +#define kPageSys "/Disks/syspage.sys" /// @brief The main system driver. #define kStartupSys "/Boot/startup.sys" |
