diff options
Diffstat (limited to 'dev/boot/modules/NetBoot/Boot.S')
| -rw-r--r-- | dev/boot/modules/NetBoot/Boot.S | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/dev/boot/modules/NetBoot/Boot.S b/dev/boot/modules/NetBoot/Boot.S deleted file mode 100644 index 8ebfb352..00000000 --- a/dev/boot/modules/NetBoot/Boot.S +++ /dev/null @@ -1,22 +0,0 @@ -;; /* -;; * ======================================================== -;; * -;; * BootZ -;; * Copyright (C) 2024-2025, Amlal EL Mahrouss, all rights reserved. -;; * -;; * ======================================================== -;; */ - -#ifdef __NE_AMD64__ -.code64 -.intel_syntax noprefix -#endif - -#define kTypeDriver 101 -#define kArchAmd64 122 -#define kHandoverMagic 0xBADCC - -.section .ldr - -.quad kHandoverMagic -.word kTypeDriver |
