diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-03-31 22:14:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-31 22:14:55 +0200 |
| commit | 6849e75f2e95e88b43e2f8804abf1b862e3981cb (patch) | |
| tree | 2f517be98baf5b782c8f3718dc0beb4dc460d3ce /dev/boot/modules/BootNet/BootNet.cc | |
| parent | 33a94b84237afa61d2f15fa158664137724d60a4 (diff) | |
| parent | fd288fed29eff48503abf842676085701e04c38d (diff) | |
Merge pull request #3 from amlel-el-mahrouss/dev
pr/general: a set of patches to be pushed into master.
Diffstat (limited to 'dev/boot/modules/BootNet/BootNet.cc')
| -rw-r--r-- | dev/boot/modules/BootNet/BootNet.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/boot/modules/BootNet/BootNet.cc b/dev/boot/modules/BootNet/BootNet.cc index e6c3d3e4..1129ef30 100644 --- a/dev/boot/modules/BootNet/BootNet.cc +++ b/dev/boot/modules/BootNet/BootNet.cc @@ -22,7 +22,7 @@ EXTERN_C Int32 ModuleMain(Kernel::HEL::BootInfoHeader* handover) if (inet.Length < 1) { Boot::BootTextWriter writer; - writer.Write("NetBootLauncher: No executable attached to the packet, aborting.\r"); + writer.Write("BootNetLauncher: No executable attached to the packet, aborting.\r"); return kEfiFail; } @@ -39,7 +39,7 @@ EXTERN_C Int32 ModuleMain(Kernel::HEL::BootInfoHeader* handover) else { Boot::BootTextWriter writer; - writer.Write("NetBootLauncher: EEPROM flash is not available as of right now.\r"); + writer.Write("BootNetLauncher: EEPROM flash is not available as of right now.\r"); /// TODO: Program new firmware to EEPROM (if crc and size matches) |
