summaryrefslogtreecommitdiffhomepage
path: root/Private/NewBoot/NetBoot/Module.cxx
blob: c89d0a5f88f7a5eb7961f3861d01a11cf93722fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 *	========================================================
 *
 *	NetBoot
 * 	Copyright Mahrouss Logic, all rights reserved.
 *
 * 	========================================================
 */

#include <BootKit/BootKit.hxx>

EXTERN_C Int32 EfiMain(Void) 
{
  /// - Find a network drive called "/OnlineBoot"
  /// - Download our image
  /// - Boot from it.

  return kEfiOk;
}