summaryrefslogtreecommitdiffhomepage
path: root/dev/boot/modules/BootNet
diff options
context:
space:
mode:
Diffstat (limited to 'dev/boot/modules/BootNet')
-rw-r--r--dev/boot/modules/BootNet/BootNet.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev/boot/modules/BootNet/BootNet.cc b/dev/boot/modules/BootNet/BootNet.cc
index 1129ef30..2396852f 100644
--- a/dev/boot/modules/BootNet/BootNet.cc
+++ b/dev/boot/modules/BootNet/BootNet.cc
@@ -11,6 +11,8 @@
#include <BootKit/BootKit.h>
#include <BootKit/BootThread.h>
+EfiGUID kEfiIP4ProtoGUID;
+
EXTERN_C Int32 ModuleMain(Kernel::HEL::BootInfoHeader* handover)
{
BOOTNET_INTERNET_HEADER inet{};
@@ -22,7 +24,7 @@ EXTERN_C Int32 ModuleMain(Kernel::HEL::BootInfoHeader* handover)
if (inet.Length < 1)
{
Boot::BootTextWriter writer;
- writer.Write("BootNetLauncher: No executable attached to the packet, aborting.\r");
+ writer.Write("BootNet: No executable attached to the packet, aborting.\r");
return kEfiFail;
}