Changeset 23 for trunk/AIR-BOOT/SOURCE/AIR-BOOT.ASM
- Timestamp:
- Mar 3, 2003, 10:28:29 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/AIR-BOOT/SOURCE/AIR-BOOT.ASM
r16 r23 4 4 ; The sourcecode is released via www.netlabs.org CVS *ONLY*. 5 5 ; You MUST NOT upload it to other servers nor republish it in any way. 6 ; The sourcecode is still COPYRIGHTED and NOT YETRELEASED UNDER GPL.7 ; It's (c) Copyright 1998-200 2by Martin Kiewitz.6 ; The sourcecode is still COPYRIGHTED and NOT RELEASED UNDER GPL. 7 ; It's (c) Copyright 1998-2003 by Martin Kiewitz. 8 8 ; You may recompile the source and do *PRIVATE* modifications, but please keep 9 9 ; in mind that modifying this code needs at least *some* assembly skill. If … … 21 21 22 22 ; If ReleaseCode is not defined, it will produce debug-able code... 23 ReleaseCode equ -1 23 ; ReleaseCode equ -1 24 ReleaseCommercial equ -1 24 25 25 26 JUMPS … … 31 32 ExecBasePtr equ 07C00h ; BIOS starts our MBR at 0:7C00 32 33 ELSE 33 ExecBaseSeg equ 03 ABFh ; Adjust to DOS segment34 ExecBaseSeg equ 03567h ; Adjust to DOS segment 34 35 ExecBasePtr equ 00100h 35 36 ENDIF … … 45 46 VideoIO_FXSegment equ 0A000h 46 47 47 Include ..\..\..\ asm.inc\stdmacro.inc48 Include ..\..\..\JimiHelp\asm.inc\stdmacro.inc 48 49 Include ..\INSTALL\GLOBAL.ASM\airboot.inc 49 50 … … 140 141 AiR_BOOT: cli 141 142 db 0EBh ; JMP-Short -> MBR_Start 142 db 'AiRBOOT', 0 7h, 01h, 20h, 03h, 01h, 00h, TXT_LanguageID143 db 'AiRBOOT', 02h, 03h, 20h, 03h, 01h, 01h, TXT_LanguageID 143 144 ; ID String, Date and Version Number, U for US version 144 145 db 1 ; Total Sectors Count, … … 173 174 jmp MBR_FuckUpSys 174 175 175 db ' =FUCKMS='176 db 'FUCKMS:>' 176 177 jmp MBR_Start ; WE HAVE TO DO THIS CAUSE MICKEYSOFT 177 178 ; This needs to be at THIS fixed
Note:
See TracChangeset
for help on using the changeset viewer.