diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-27 10:26:31 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-27 10:26:31 +0100 |
| commit | 70e95128b11dbb535e4679cbacb1cbeaa414c822 (patch) | |
| tree | 42fd94536a54058a39f0c85be99431c6ad1a0cf8 /Private/NewBoot/NetBoot | |
| parent | 44a081a4442181b208c09c6f748124c9d23b61fd (diff) | |
Kernel: Improving AMD64 HAL, Add TIBInstall.asm, currently Working on
SMPManager and Bootloader.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Private/NewBoot/NetBoot')
| -rw-r--r-- | Private/NewBoot/NetBoot/.hgkeep | 0 | ||||
| -rw-r--r-- | Private/NewBoot/NetBoot/manifest.json | 4 | ||||
| -rw-r--r-- | Private/NewBoot/NetBoot/module.cxx | 13 |
3 files changed, 17 insertions, 0 deletions
diff --git a/Private/NewBoot/NetBoot/.hgkeep b/Private/NewBoot/NetBoot/.hgkeep new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/Private/NewBoot/NetBoot/.hgkeep 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) +{ + +} |
