From e611b132f9b8abe35b362e5870b74bce94a1e58e Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 16 May 2020 20:51:50 -0700 Subject: initial commit --- private/ntos/boot/bootcode/fat/i386/usa/bootfat.h | 37 ++++++++++++++++++++++ .../ntos/boot/bootcode/fat/i386/usa/fatboot.inc | 28 ++++++++++++++++ 2 files changed, 65 insertions(+) create mode 100644 private/ntos/boot/bootcode/fat/i386/usa/bootfat.h create mode 100644 private/ntos/boot/bootcode/fat/i386/usa/fatboot.inc (limited to 'private/ntos/boot/bootcode/fat/i386/usa') diff --git a/private/ntos/boot/bootcode/fat/i386/usa/bootfat.h b/private/ntos/boot/bootcode/fat/i386/usa/bootfat.h new file mode 100644 index 000000000..9ccbd1a4a --- /dev/null +++ b/private/ntos/boot/bootcode/fat/i386/usa/bootfat.h @@ -0,0 +1,37 @@ +#define FATBOOTCODE_SIZE 512 + + +unsigned char FatBootCode[] = { +235,60,144,77,83,68,79,83,53,46,48,0,2,8,1,0, +2,0,2,3,81,248,8,0,17,0,4,0,1,0,0,0, +0,0,0,0,128,0,41,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,70,65,84,32,32,32,32,32,51,192, +142,208,188,0,124,104,192,7,31,160,16,0,247,38,22,0, +3,6,14,0,80,145,184,32,0,247,38,17,0,139,30,11, +0,3,195,72,247,243,3,200,137,14,8,2,104,0,16,7, +51,219,143,6,19,2,137,30,21,2,14,232,144,0,114,87, +51,219,139,14,17,0,139,251,81,185,11,0,190,220,1,243, +166,89,116,5,131,195,32,226,237,227,55,38,139,87,26,82, +184,1,0,104,0,32,7,51,219,14,232,72,0,114,40,91, +141,54,11,0,141,62,11,2,30,143,69,2,199,5,245,0, +30,143,69,6,199,69,4,14,1,138,22,36,0,234,3,0, +0,32,190,134,1,235,3,190,162,1,232,9,0,190,193,1, +232,3,0,251,235,254,172,10,192,116,9,180,14,187,7,0, +205,16,235,242,195,80,74,74,160,13,0,50,228,247,226,3, +6,8,2,131,210,0,163,19,2,137,22,21,2,88,162,7, +2,161,19,2,139,22,21,2,3,6,28,0,19,22,30,0, +247,54,24,0,254,194,136,22,6,2,51,210,247,54,26,0, +136,22,37,0,163,4,2,161,24,0,42,6,6,2,64,58, +6,7,2,118,5,160,7,2,50,228,80,180,2,139,14,4, +2,192,229,6,10,46,6,2,134,233,139,22,36,0,205,19, +15,131,5,0,131,196,2,249,203,88,40,6,7,2,118,17, +1,6,19,2,131,22,21,2,0,247,38,11,0,3,216,235, +144,162,7,2,248,203,66,79,79,84,58,32,67,111,117,108, +100,110,39,116,32,102,105,110,100,32,78,84,76,68,82,13, +10,0,66,79,79,84,58,32,73,47,79,32,101,114,114,111, +114,32,114,101,97,100,105,110,103,32,100,105,115,107,13,10, +0,80,108,101,97,115,101,32,105,110,115,101,114,116,32,97, +110,111,116,104,101,114,32,100,105,115,107,0,78,84,76,68, +82,32,32,32,32,32,32,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,170 +}; diff --git a/private/ntos/boot/bootcode/fat/i386/usa/fatboot.inc b/private/ntos/boot/bootcode/fat/i386/usa/fatboot.inc new file mode 100644 index 000000000..5ef7d5185 --- /dev/null +++ b/private/ntos/boot/bootcode/fat/i386/usa/fatboot.inc @@ -0,0 +1,28 @@ +;++ +; +;Copyright (c) 1991 Microsoft Corporation +; +;Module Name: +; +; fatboot.inc +; +;Abstract: +; +; This contains the message text that the boot sector prints out on +; error conditions +; +;Author: +; +; John Vert (jvert) 31-Aug-1991 +; +;Revision History: +; +;-- + +MSG_NO_NTLDR db "BOOT: Couldn't find NTLDR" + db 0dh, 0ah, 0 +MSG_READ_ERROR db "BOOT: I/O error reading disk" + db 0dh, 0ah, 0 +MSG_REBOOT_ERROR db "Please insert another disk" + db 0 + \ No newline at end of file -- cgit v1.2.3