diff options
Diffstat (limited to 'newBoot/netBootModule/module.cxx')
| -rw-r--r-- | newBoot/netBootModule/module.cxx | 13 |
1 files changed, 13 insertions, 0 deletions
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) +{ + +} |
