From 5339d016c07bf717ee388f4feb73544087324af0 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 6 Jan 2024 09:14:11 +0100 Subject: git: port from mercurial repo. Signed-off-by: Amlal El Mahrouss --- newBoot/netBootModule/module.cxx | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 newBoot/netBootModule/module.cxx (limited to 'newBoot/netBootModule/module.cxx') diff --git a/newBoot/netBootModule/module.cxx b/newBoot/netBootModule/module.cxx new file mode 100644 index 00000000..286d9c50 --- /dev/null +++ b/newBoot/netBootModule/module.cxx @@ -0,0 +1,13 @@ +/* + * ======================================================== + * + * NetBoot + * Copyright Mahrouss Logic, all rights reserved. + * + * ======================================================== + */ + +extern "C" void __dmain(const char* ip, long iplen) +{ + +} -- cgit v1.2.3