Ignore:
Timestamp:
Mar 3, 2003, 10:28:29 PM (22 years ago)
Author:
kiewitz
Message:

AiR-BOOT v1.01.
Signature-date: 2003-03-02.
Updated a whole bunch of sources.
Note: This comment was created after rebuilding the repo. [2011-07]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/AIR-BOOT/SOURCE/AIR-BOOT.ASM

    r16 r23  
    44; The sourcecode is released via www.netlabs.org CVS *ONLY*.
    55;  You MUST NOT upload it to other servers nor republish it in any way.
    6 ;  The sourcecode is still COPYRIGHTED and NOT YET RELEASED UNDER GPL.
    7 ;  It's (c) Copyright 1998-2002 by Martin Kiewitz.
     6;  The sourcecode is still COPYRIGHTED and NOT RELEASED UNDER GPL.
     7;  It's (c) Copyright 1998-2003 by Martin Kiewitz.
    88;  You may recompile the source and do *PRIVATE* modifications, but please keep
    99;  in mind that modifying this code needs at least *some* assembly skill. If
     
    2121
    2222; If ReleaseCode is not defined, it will produce debug-able code...
    23 ReleaseCode                 equ     -1
     23; ReleaseCode                 equ    -1
     24ReleaseCommercial           equ    -1
    2425
    2526JUMPS
     
    3132   ExecBasePtr              equ     07C00h ; BIOS starts our MBR at 0:7C00
    3233  ELSE
    33    ExecBaseSeg              equ     03ABFh ; Adjust to DOS segment
     34   ExecBaseSeg              equ     03567h ; Adjust to DOS segment
    3435   ExecBasePtr              equ     00100h
    3536ENDIF
     
    4546VideoIO_FXSegment           equ     0A000h
    4647
    47 Include ..\..\..\asm.inc\stdmacro.inc
     48Include ..\..\..\JimiHelp\asm.inc\stdmacro.inc
    4849Include ..\INSTALL\GLOBAL.ASM\airboot.inc
    4950
     
    140141AiR_BOOT:     cli
    141142              db      0EBh               ; JMP-Short -> MBR_Start
    142               db      'AiRBOOT', 07h, 01h, 20h, 03h, 01h, 00h, TXT_LanguageID
     143              db      'AiRBOOT', 02h, 03h, 20h, 03h, 01h, 01h, TXT_LanguageID
    143144              ; ID String, Date and Version Number, U for US version
    144145              db      1                  ; Total Sectors Count,
     
    173174              jmp     MBR_FuckUpSys
    174175
    175               db      '=FUCKMS='
     176              db      'FUCKMS:>'
    176177              jmp     MBR_Start          ; WE HAVE TO DO THIS CAUSE MICKEYSOFT
    177178                                         ;  This needs to be at THIS fixed
Note: See TracChangeset for help on using the changeset viewer.