diff options
Diffstat (limited to 'newBoot/netBootModule')
| -rw-r--r-- | newBoot/netBootModule/manifest.json | 4 | ||||
| -rw-r--r-- | newBoot/netBootModule/module.cxx | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/newBoot/netBootModule/manifest.json b/newBoot/netBootModule/manifest.json index ffe5873e..1a177877 100644 --- a/newBoot/netBootModule/manifest.json +++ b/newBoot/netBootModule/manifest.json @@ -1,4 +1,4 @@ { - "pluginName": "NetBoot", - "description": "Use NetBoot to boot your phone from the network." + "pluginName": "internetBoot", + "description": "internetBoot your device from the network." }
\ No newline at end of file diff --git a/newBoot/netBootModule/module.cxx b/newBoot/netBootModule/module.cxx index 286d9c50..759e5cfe 100644 --- a/newBoot/netBootModule/module.cxx +++ b/newBoot/netBootModule/module.cxx @@ -2,12 +2,12 @@ * ======================================================== * * NetBoot - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ -extern "C" void __dmain(const char* ip, long iplen) +extern "C" void __Module(const char* ip, long iplen) { } |
