diff options
Diffstat (limited to 'dev/Boot/Mod/NetBoot/Boot.S')
| -rw-r--r-- | dev/Boot/Mod/NetBoot/Boot.S | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/dev/Boot/Mod/NetBoot/Boot.S b/dev/Boot/Mod/NetBoot/Boot.S deleted file mode 100644 index 2095b91d..00000000 --- a/dev/Boot/Mod/NetBoot/Boot.S +++ /dev/null @@ -1,28 +0,0 @@ -;; /* -;; * ======================================================== -;; * -;; * BootZ -;; * Copyright (C) 2024-2025, Amlal EL Mahrouss, all rights reserved. -;; * -;; * ======================================================== -;; */ - -.code64 -.intel_syntax noprefix - -#define kTypeDriver 101 -#define kArchAmd64 122 -#define kHandoverMagic 0xBADCC - -.section .ldr - -.quad kHandoverMagic -.word kTypeDriver - -.text - -.extern main -.global __main - -__main: - ret |
