From 70e95128b11dbb535e4679cbacb1cbeaa414c822 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 27 Jan 2024 10:26:31 +0100 Subject: Kernel: Improving AMD64 HAL, Add TIBInstall.asm, currently Working on SMPManager and Bootloader. Signed-off-by: Amlal El Mahrouss --- Private/NewBoot/NetBoot/.hgkeep | 0 Private/NewBoot/NetBoot/manifest.json | 4 ++++ Private/NewBoot/NetBoot/module.cxx | 13 +++++++++++++ 3 files changed, 17 insertions(+) create mode 100644 Private/NewBoot/NetBoot/.hgkeep create mode 100644 Private/NewBoot/NetBoot/manifest.json create mode 100644 Private/NewBoot/NetBoot/module.cxx (limited to 'Private/NewBoot/NetBoot') diff --git a/Private/NewBoot/NetBoot/.hgkeep b/Private/NewBoot/NetBoot/.hgkeep new file mode 100644 index 00000000..e69de29b diff --git a/Private/NewBoot/NetBoot/manifest.json b/Private/NewBoot/NetBoot/manifest.json new file mode 100644 index 00000000..1a177877 --- /dev/null +++ b/Private/NewBoot/NetBoot/manifest.json @@ -0,0 +1,4 @@ +{ + "pluginName": "internetBoot", + "description": "internetBoot your device from the network." +} \ No newline at end of file diff --git a/Private/NewBoot/NetBoot/module.cxx b/Private/NewBoot/NetBoot/module.cxx new file mode 100644 index 00000000..759e5cfe --- /dev/null +++ b/Private/NewBoot/NetBoot/module.cxx @@ -0,0 +1,13 @@ +/* + * ======================================================== + * + * NetBoot + * Copyright 2024 Mahrouss Logic, all rights reserved. + * + * ======================================================== + */ + +extern "C" void __Module(const char* ip, long iplen) +{ + +} -- cgit v1.2.3