diff options
Diffstat (limited to 'dev/ZKAKit/src/Stop.cc')
| -rw-r--r-- | dev/ZKAKit/src/Stop.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/ZKAKit/src/Stop.cc b/dev/ZKAKit/src/Stop.cc index 1374c842..391449d6 100644 --- a/dev/ZKAKit/src/Stop.cc +++ b/dev/ZKAKit/src/Stop.cc @@ -14,7 +14,7 @@ #include <Modules/FB/FB.h> #include <Modules/FB/Text.h> -#define kWebsiteURL "https://www.el-mahrouss-logic.com/zka-os/help/" +#define kWebsiteURL "https://www.el-mahrouss-logic.com/metal-os/help/" /* Each error code is attributed with an ID, which will prompt a string onto the * screen. Wait for debugger... */ @@ -31,7 +31,7 @@ namespace Kernel auto panic_text = RGB(0xff, 0xff, 0xff); - auto start_y = 30; + auto start_y = 50; auto x = 10; CGDrawString("Kernel Panic!", start_y, x, panic_text); |
