From ae89bf9564c59ea3aee10f175d473e562af793f8 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 26 Jan 2024 12:43:00 +0100 Subject: h-core: update copyright year. add linker json for PEF targets. Signed-off-by: Amlal El Mahrouss --- newBoot/netBootModule/manifest.json | 4 ++-- newBoot/netBootModule/module.cxx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'newBoot/netBootModule') 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) { } -- cgit v1.2.3