Changeset 376 in xtideuniversalbios


Ignore:
Timestamp:
Apr 5, 2012, 9:07:04 AM (12 years ago)
Author:
gregli@…
google:author:
gregli@hotmail.com
Message:

WIDE checkin... Added copyright and license information to sorce files, as per the GPL instructions for usage.

Location:
trunk
Files:
170 edited

Legend:

Unmodified
Added
Removed
  • trunk/Assembly_Library/Src/AssemblyLibrary.asm

    r370 r376  
    22; Description   :   Assembly Library main file. This is the only file that
    33;                   needs to be included.
     4
     5;
     6; XTIDE Universal BIOS and Associated Tools
     7; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     8;
     9; This program is free software; you can redistribute it and/or modify
     10; it under the terms of the GNU General Public License as published by
     11; the Free Software Foundation; either version 2 of the License, or
     12; (at your option) any later version.
     13;
     14; This program is distributed in the hope that it will be useful,
     15; but WITHOUT ANY WARRANTY; without even the implied warranty of
     16; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     17; GNU General Public License for more details.     
     18; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     19;
    420
    521; Section containing code
  • trunk/Assembly_Library/Src/Display/CgaSnow.asm

    r369 r376  
    11; Project name  :   Assembly Library
    22; Description   :   Functions for preventing CGA snow.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420; Section containing code
  • trunk/Assembly_Library/Src/Display/Display.asm

    r370 r376  
    22; Description   :   Display Library functions for CALL_DISPLAY_LIBRARY macro
    33;                   that users should use to make library call.
     4
     5;
     6; XTIDE Universal BIOS and Associated Tools
     7; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     8;
     9; This program is free software; you can redistribute it and/or modify
     10; it under the terms of the GNU General Public License as published by
     11; the Free Software Foundation; either version 2 of the License, or
     12; (at your option) any later version.
     13;
     14; This program is distributed in the hope that it will be useful,
     15; but WITHOUT ANY WARRANTY; without even the implied warranty of
     16; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     17; GNU General Public License for more details.     
     18; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     19;       
    420
    521; Section containing code
  • trunk/Assembly_Library/Src/Display/DisplayCharOut.asm

    r369 r376  
    44;                   and Display_RepeatCharacterFromAL using function pointer
    55;                   stored in DISPLAY_CONTEXT.
     6
     7;
     8; XTIDE Universal BIOS and Associated Tools
     9; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     10;
     11; This program is free software; you can redistribute it and/or modify
     12; it under the terms of the GNU General Public License as published by
     13; the Free Software Foundation; either version 2 of the License, or
     14; (at your option) any later version.
     15;
     16; This program is distributed in the hope that it will be useful,
     17; but WITHOUT ANY WARRANTY; without even the implied warranty of
     18; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     19; GNU General Public License for more details.     
     20; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     21;       
    622
    723; Section containing code
  • trunk/Assembly_Library/Src/Display/DisplayContext.asm

    r369 r376  
    11; Project name  :   Assembly Library
    22; Description   :   Functions for managing display context.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420; Section containing code
  • trunk/Assembly_Library/Src/Display/DisplayCursor.asm

    r369 r376  
    11; Project name  :   Assembly Library
    22; Description   :   Functions for managing display cursor.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420; Section containing code
  • trunk/Assembly_Library/Src/Display/DisplayFormat.asm

    r369 r376  
    11; Project name  :   Assembly Library
    22; Description   :   Functions for displaying formatted strings.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420; Section containing code
  • trunk/Assembly_Library/Src/Display/DisplayFormatCompressed.asm

    r369 r376  
    44;                   This is a plug replacement for DisplayFormat.asm,
    55;                   working instead with precompiled and slightly compressed strings.
     6
     7;
     8; XTIDE Universal BIOS and Associated Tools
     9; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     10;
     11; This program is free software; you can redistribute it and/or modify
     12; it under the terms of the GNU General Public License as published by
     13; the Free Software Foundation; either version 2 of the License, or
     14; (at your option) any later version.
     15;
     16; This program is distributed in the hope that it will be useful,
     17; but WITHOUT ANY WARRANTY; without even the implied warranty of
     18; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     19; GNU General Public License for more details.     
     20; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     21;
     22
     23;=============================================================================================
    624;
    725; Strings are compressed in a simple manner:
  • trunk/Assembly_Library/Src/Display/DisplayPage.asm

    r370 r376  
    11; Project name  :   Assembly Library
    22; Description   :   Functions for managing display page.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;
    319
    420; Section containing code
  • trunk/Assembly_Library/Src/Display/DisplayPrint.asm

    r369 r376  
    11; Project name  :   Assembly Library
    22; Description   :   Functions for display output.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420; Section containing code
  • trunk/Assembly_Library/Src/File/Directory.asm

    r116 r376  
    22; Description   :   Functions for accessing directories.
    33
    4 
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;
     19       
    520; Section containing code
    621SECTION .text
  • trunk/Assembly_Library/Src/File/DosCritical.asm

    r41 r376  
    55; Author        :   Tomi Tilli
    66; Description   :   DOS Critical Error Handler (24h) replacements.
     7
     8;
     9; XTIDE Universal BIOS and Associated Tools
     10; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     11;
     12; This program is free software; you can redistribute it and/or modify
     13; it under the terms of the GNU General Public License as published by
     14; the Free Software Foundation; either version 2 of the License, or
     15; (at your option) any later version.
     16;
     17; This program is distributed in the hope that it will be useful,
     18; but WITHOUT ANY WARRANTY; without even the implied warranty of
     19; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     20; GNU General Public License for more details.     
     21; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     22;
     23       
    724
    825; DOS Critical Error Handler return values
  • trunk/Assembly_Library/Src/File/Drive.asm

    r181 r376  
    22; Description   :   Functions for accessing drives.
    33
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;
    419
    520; Section containing code
  • trunk/Assembly_Library/Src/File/FileIO.asm

    r293 r376  
    11; Project name  :   Assembly Library
    22; Description   :   Functions for file access.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;
     19       
    320
    421; Section containing code
  • trunk/Assembly_Library/Src/Keyboard/Keyboard.asm

    r369 r376  
    11; Project name  :   Assembly Library
    22; Description   :   Functions for managing keyboard.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;
     19       
    320
    421BUFFER_SIZE_FOR_WORD_INPUT      EQU     6   ; 5 chars + NULL
  • trunk/Assembly_Library/Src/LibSizeCheck.asm

    r139 r376  
    22; Description   :   Tests for Assembly Library.
    33;                   Builds wanted library functions to check their size.
     4
     5;
     6; XTIDE Universal BIOS and Associated Tools
     7; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     8;
     9; This program is free software; you can redistribute it and/or modify
     10; it under the terms of the GNU General Public License as published by
     11; the Free Software Foundation; either version 2 of the License, or
     12; (at your option) any later version.
     13;
     14; This program is distributed in the hope that it will be useful,
     15; but WITHOUT ANY WARRANTY; without even the implied warranty of
     16; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     17; GNU General Public License for more details.     
     18; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     19;       
    420
    521; Include .inc files
  • trunk/Assembly_Library/Src/LibraryTests.asm

    r125 r376  
    88;                   some other project.     
    99
     10;
     11; XTIDE Universal BIOS and Associated Tools
     12; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     13;
     14; This program is free software; you can redistribute it and/or modify
     15; it under the terms of the GNU General Public License as published by
     16; the Free Software Foundation; either version 2 of the License, or
     17; (at your option) any later version.
     18;
     19; This program is distributed in the hope that it will be useful,
     20; but WITHOUT ANY WARRANTY; without even the implied warranty of
     21; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     22; GNU General Public License for more details.     
     23; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     24;
     25       
    1026; Include .inc files
    1127%define INCLUDE_MENU_DIALOGS
  • trunk/Assembly_Library/Src/Menu/CharOutLineSplitter.asm

    r369 r376  
    11; Project name  :   Assembly Library
    22; Description   :   Functions for splitting menu lines during character output.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;
     19       
    320
    421; Section containing code
  • trunk/Assembly_Library/Src/Menu/Dialog/Dialog.asm

    r181 r376  
    11; Project name  :   Assembly Library
    22; Description   :   Common functions for many dialogs.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;
     19       
    320
    421; Section containing code
  • trunk/Assembly_Library/Src/Menu/Dialog/DialogDrive.asm

    r58 r376  
    66; Description   :   Displays drive dialog.
    77
     8;
     9; XTIDE Universal BIOS and Associated Tools
     10; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     11;
     12; This program is free software; you can redistribute it and/or modify
     13; it under the terms of the GNU General Public License as published by
     14; the Free Software Foundation; either version 2 of the License, or
     15; (at your option) any later version.
     16;
     17; This program is distributed in the hope that it will be useful,
     18; but WITHOUT ANY WARRANTY; without even the implied warranty of
     19; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     20; GNU General Public License for more details.     
     21; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     22;
    823
    924; Section containing code
  • trunk/Assembly_Library/Src/Menu/Dialog/DialogFile.asm

    r293 r376  
    22; Description   :   Displays file dialog.
    33
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;
    419
    520CURRENTDIR_CHARACTERS   EQU     002Eh
  • trunk/Assembly_Library/Src/Menu/Dialog/DialogMessage.asm

    r58 r376  
    55; Author        :   Tomi Tilli
    66; Description   :   Displays message dialog.
     7
     8;
     9; XTIDE Universal BIOS and Associated Tools
     10; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     11;
     12; This program is free software; you can redistribute it and/or modify
     13; it under the terms of the GNU General Public License as published by
     14; the Free Software Foundation; either version 2 of the License, or
     15; (at your option) any later version.
     16;
     17; This program is distributed in the hope that it will be useful,
     18; but WITHOUT ANY WARRANTY; without even the implied warranty of
     19; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     20; GNU General Public License for more details.     
     21; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     22;
     23       
    724
    825; Section containing code
  • trunk/Assembly_Library/Src/Menu/Dialog/DialogProgress.asm

    r181 r376  
    11; Project name  :   Assembly Library
    22; Description   :   Displays progress bar dialog and starts progress task.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;
     19       
    320
    421; Section containing code
  • trunk/Assembly_Library/Src/Menu/Dialog/DialogSelection.asm

    r58 r376  
    55; Author        :   Tomi Tilli
    66; Description   :   Displays selection dialog.
     7
     8;
     9; XTIDE Universal BIOS and Associated Tools
     10; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     11;
     12; This program is free software; you can redistribute it and/or modify
     13; it under the terms of the GNU General Public License as published by
     14; the Free Software Foundation; either version 2 of the License, or
     15; (at your option) any later version.
     16;
     17; This program is distributed in the hope that it will be useful,
     18; but WITHOUT ANY WARRANTY; without even the implied warranty of
     19; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     20; GNU General Public License for more details.     
     21; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     22;
     23       
    724
    825; Section containing code
  • trunk/Assembly_Library/Src/Menu/Dialog/DialogString.asm

    r58 r376  
    55; Author        :   Tomi Tilli
    66; Description   :   Displays word input dialog.
     7
     8;
     9; XTIDE Universal BIOS and Associated Tools
     10; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     11;
     12; This program is free software; you can redistribute it and/or modify
     13; it under the terms of the GNU General Public License as published by
     14; the Free Software Foundation; either version 2 of the License, or
     15; (at your option) any later version.
     16;
     17; This program is distributed in the hope that it will be useful,
     18; but WITHOUT ANY WARRANTY; without even the implied warranty of
     19; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     20; GNU General Public License for more details.     
     21; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     22;
    723
    824; Section containing code
  • trunk/Assembly_Library/Src/Menu/Dialog/DialogWord.asm

    r293 r376  
    55; Author        :   Tomi Tilli
    66; Description   :   Displays word input dialog.
     7
     8;
     9; XTIDE Universal BIOS and Associated Tools
     10; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     11;
     12; This program is free software; you can redistribute it and/or modify
     13; it under the terms of the GNU General Public License as published by
     14; the Free Software Foundation; either version 2 of the License, or
     15; (at your option) any later version.
     16;
     17; This program is distributed in the hope that it will be useful,
     18; but WITHOUT ANY WARRANTY; without even the implied warranty of
     19; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     20; GNU General Public License for more details.     
     21; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     22;
     23       
    724
    825; Section containing code
  • trunk/Assembly_Library/Src/Menu/Dialog/ItemLineSplitter.asm

    r181 r376  
    11; Project name  :   Assembly Library
    22; Description   :   Functions for splitting strings to item lines.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420struc ITEM_LINE_SPLITTER
  • trunk/Assembly_Library/Src/Menu/Dialog/StringsForDialogs.asm

    r54 r376  
    55; Author        :   Tomi Tilli
    66; Description   :   Strings used by dialogs.
     7
     8;
     9; XTIDE Universal BIOS and Associated Tools
     10; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     11;
     12; This program is free software; you can redistribute it and/or modify
     13; it under the terms of the GNU General Public License as published by
     14; the Free Software Foundation; either version 2 of the License, or
     15; (at your option) any later version.
     16;
     17; This program is distributed in the hope that it will be useful,
     18; but WITHOUT ANY WARRANTY; without even the implied warranty of
     19; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     20; GNU General Public License for more details.     
     21; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     22;       
    723
    824; Strings for Progress Dialog
  • trunk/Assembly_Library/Src/Menu/Menu.asm

    r370 r376  
    22; Description   :   Menu Library functions for CALL_MENU_LIBRARY macro
    33;                   that users should use to make library call.
     4
     5;
     6; XTIDE Universal BIOS and Associated Tools
     7; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     8;
     9; This program is free software; you can redistribute it and/or modify
     10; it under the terms of the GNU General Public License as published by
     11; the Free Software Foundation; either version 2 of the License, or
     12; (at your option) any later version.
     13;
     14; This program is distributed in the hope that it will be useful,
     15; but WITHOUT ANY WARRANTY; without even the implied warranty of
     16; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     17; GNU General Public License for more details.     
     18; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     19;
     20       
    421
    522; Section containing code
  • trunk/Assembly_Library/Src/Menu/MenuAttributes.asm

    r369 r376  
    22; Description   :   Finds suitable character attribute for
    33;                   color, B/W and monochrome displays.
     4
     5;
     6; XTIDE Universal BIOS and Associated Tools
     7; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     8;
     9; This program is free software; you can redistribute it and/or modify
     10; it under the terms of the GNU General Public License as published by
     11; the Free Software Foundation; either version 2 of the License, or
     12; (at your option) any later version.
     13;
     14; This program is distributed in the hope that it will be useful,
     15; but WITHOUT ANY WARRANTY; without even the implied warranty of
     16; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     17; GNU General Public License for more details.     
     18; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     19;
     20       
    421
    522; Struct containing border characters for different types of menu window lines
  • trunk/Assembly_Library/Src/Menu/MenuBorders.asm

    r369 r376  
    11; Project name  :   Assembly Library
    22; Description   :   Functions for drawing menu borders.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;
     19       
    320
    421; Struct containing border characters for different types of menu window lines
  • trunk/Assembly_Library/Src/Menu/MenuCharOut.asm

    r369 r376  
    11; Project name  :   Assembly Library
    22; Description   :   Character out function for printing withing menu window.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;
     19       
    320
    421; Section containing code
  • trunk/Assembly_Library/Src/Menu/MenuEvent.asm

    r369 r376  
    11; Project name  :   Assembly Library
    22; Description   :   Functions for initializing menu system.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;
     19       
    320
    421; Section containing code
  • trunk/Assembly_Library/Src/Menu/MenuInit.asm

    r369 r376  
    11; Project name  :   Assembly Library
    22; Description   :   Functions for initializing menu system.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;
     19               
    320
    421; Section containing code
  • trunk/Assembly_Library/Src/Menu/MenuLocation.asm

    r369 r376  
    11; Project name  :   Assembly Library
    22; Description   :   Functions for calculation menu window dimensions.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;
     19       
    320
    421; Section containing code
  • trunk/Assembly_Library/Src/Menu/MenuLoop.asm

    r369 r376  
    11; Project name  :   Assembly Library
    22; Description   :   Menu loop for waiting keystrokes.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;
     19       
    320
    421; Section containing code
  • trunk/Assembly_Library/Src/Menu/MenuScrollbars.asm

    r369 r376  
    11; Project name  :   Assembly Library
    22; Description   :   Functions for drawing scroll bars over menu borders.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;
     19       
    320
    421; Section containing code
  • trunk/Assembly_Library/Src/Menu/MenuText.asm

    r369 r376  
    11; Project name  :   Assembly Library
    22; Description   :   Functions for drawing menu texts by the user.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;
     19       
    320
    421; Section containing code
  • trunk/Assembly_Library/Src/Menu/MenuTime.asm

    r370 r376  
    11; Project name  :   Assembly Library
    22; Description   :   Menu timeouts other time related functions.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;
     19       
    320
    421; Section containing code
  • trunk/Assembly_Library/Src/Serial/SerialServer.asm

    r293 r376  
    11; Project name  :   Assembly Library
    22; Description   :   Serial Server Support
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;
     19       
    320
    421%include "SerialServer.inc"
  • trunk/Assembly_Library/Src/Serial/SerialServerScan.asm

    r369 r376  
    55; initialization to find a server, and then could be discarded, (for example the case
    66; of a TSR).
     7
     8;
     9; XTIDE Universal BIOS and Associated Tools
     10; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     11;
     12; This program is free software; you can redistribute it and/or modify
     13; it under the terms of the GNU General Public License as published by
     14; the Free Software Foundation; either version 2 of the License, or
     15; (at your option) any later version.
     16;
     17; This program is distributed in the hope that it will be useful,
     18; but WITHOUT ANY WARRANTY; without even the implied warranty of
     19; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     20; GNU General Public License for more details.     
     21; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     22;
     23       
    724
    825%include "SerialServer.inc"
  • trunk/Assembly_Library/Src/String/Char.asm

    r369 r376  
    11; Project name  :   Assembly Library
    22; Description   :   Functions for handling characters.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420; Section containing code
  • trunk/Assembly_Library/Src/String/String.asm

    r369 r376  
    11; Project name  :   Assembly Library
    22; Description   :   Functions for handling characters.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420; Section containing code
  • trunk/Assembly_Library/Src/String/StringProcess.asm

    r369 r376  
    11; Project name  :   Assembly Library
    22; Description   :   Functions for processing characters in a string.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420; Section containing code
  • trunk/Assembly_Library/Src/Time/Delay.asm

    r247 r376  
    11; Project name  :   Assembly Library
    22; Description   :   Delay functions.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420; Section containing code
  • trunk/Assembly_Library/Src/Time/SystemTimer.asm

    r287 r376  
    22; Description   :   Functions to operate with
    33;                   8254 Programmable Interval Timer.
     4
     5;
     6; XTIDE Universal BIOS and Associated Tools
     7; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     8;
     9; This program is free software; you can redistribute it and/or modify
     10; it under the terms of the GNU General Public License as published by
     11; the Free Software Foundation; either version 2 of the License, or
     12; (at your option) any later version.
     13;
     14; This program is distributed in the hope that it will be useful,
     15; but WITHOUT ANY WARRANTY; without even the implied warranty of
     16; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     17; GNU General Public License for more details.     
     18; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     19;       
    420
    521; Section containing code
  • trunk/Assembly_Library/Src/Time/TimerTicks.asm

    r370 r376  
    11; Project name  :   Assembly Library
    22; Description   :   Functions for system timer related operations.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420; System timer ticks 18.2 times per second = 54.9 ms / tick
  • trunk/Assembly_Library/Src/TimerTest.asm

    r287 r376  
    11; Project name  :   Assembly Library
    22; Description   :   Tests for Assembly Library.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420; Include .inc files
  • trunk/Assembly_Library/Src/Util/Bit.asm

    r103 r376  
    11; Project name  :   Assembly Library
    22; Description   :   Functions for bit handling.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420; Section containing code
  • trunk/Assembly_Library/Src/Util/Math.asm

    r341 r376  
    11; Project name  :   Assembly Library
    22; Description   :   Functions for register operations.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420
  • trunk/Assembly_Library/Src/Util/Memory.asm

    r194 r376  
    11; Project name  :   Assembly Library
    22; Description   :   Functions for memory access.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420; Section containing code
  • trunk/Assembly_Library/Src/Util/Reboot.asm

    r323 r376  
    11; Project name  :   Assembly Library
    22; Description   :   Functions for rebooting computer.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420; Section containing code
  • trunk/Assembly_Library/Src/Util/Registers.asm

    r370 r376  
    22; Description   :   Functions for register operations.
    33
    4 
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;
     19       
    520; Section containing code
    621SECTION .text
  • trunk/Assembly_Library/Src/Util/Size.asm

    r369 r376  
    11; Project name  :   Assembly Library
    22; Description   :   Functions for size calculations.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420struc BYTE_MULTIPLES
  • trunk/Assembly_Library/Src/Util/Sort.asm

    r54 r376  
    55; Author        :   Tomi Tilli
    66; Description   :   Sorting algorithms
     7
     8;
     9; XTIDE Universal BIOS and Associated Tools
     10; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     11;
     12; This program is free software; you can redistribute it and/or modify
     13; it under the terms of the GNU General Public License as published by
     14; the Free Software Foundation; either version 2 of the License, or
     15; (at your option) any later version.
     16;
     17; This program is distributed in the hope that it will be useful,
     18; but WITHOUT ANY WARRANTY; without even the implied warranty of
     19; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     20; GNU General Public License for more details.     
     21; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     22;       
    723
    824; Algorith is from http://www.algolist.net/Algorithms/Sorting/Quicksort
  • trunk/BIOS_Drive_Information_Tool/Src/Bios.asm

    r327 r376  
    22; Description   :   Functions to read information from BIOS.
    33
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;
    419
    520; Section containing code
  • trunk/BIOS_Drive_Information_Tool/Src/Main.asm

    r359 r376  
    22; Description   :   BIOS Drive Information Tool reads and displays
    33;                   drive information from BIOS.
     4
     5;
     6; XTIDE Universal BIOS and Associated Tools
     7; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     8;
     9; This program is free software; you can redistribute it and/or modify
     10; it under the terms of the GNU General Public License as published by
     11; the Free Software Foundation; either version 2 of the License, or
     12; (at your option) any later version.
     13;
     14; This program is distributed in the hope that it will be useful,
     15; but WITHOUT ANY WARRANTY; without even the implied warranty of
     16; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     17; GNU General Public License for more details.     
     18; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     19;       
    420
    521; Include .inc files
  • trunk/BIOS_Drive_Information_Tool/Src/Print.asm

    r371 r376  
    22; Description   :   Functions to print information read from BIOS.
    33
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;               
    419
    520; Section containing code
  • trunk/BIOS_Drive_Information_Tool/Src/Strings.asm

    r371 r376  
    22; Description   :   Strings used in this program.
    33
    4 
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;
     19       
    520; Section containing initialized data
    621SECTION .data
  • trunk/Serial_Server/library/Checksum.cpp

    r209 r376  
    44//
    55// File:        checksum.cpp - Checksum function and test routines
     6
     7//
     8// XTIDE Universal BIOS and Associated Tools
     9// Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     10//
     11// This program is free software; you can redistribute it and/or modify
     12// it under the terms of the GNU General Public License as published by
     13// the Free Software Foundation; either version 2 of the License, or
     14// (at your option) any later version.
     15//
     16// This program is distributed in the hope that it will be useful,
     17// but WITHOUT ANY WARRANTY; without even the implied warranty of
     18// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     19// GNU General Public License for more details.     
     20// Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     21//
     22
    623//
    724// This file implements Fletcher's Checksum.  The serial code uses this checksum, as it is very quick
  • trunk/Serial_Server/library/File.h

    r225 r376  
    1212// win32/win32file.h which may be in use instead.
    1313//
     14
     15//
     16// XTIDE Universal BIOS and Associated Tools
     17// Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     18//
     19// This program is free software; you can redistribute it and/or modify
     20// it under the terms of the GNU General Public License as published by
     21// the Free Software Foundation; either version 2 of the License, or
     22// (at your option) any later version.
     23//
     24// This program is distributed in the hope that it will be useful,
     25// but WITHOUT ANY WARRANTY; without even the implied warranty of
     26// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     27// GNU General Public License for more details.     
     28// Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     29//
    1430
    1531#include <stdio.h>
  • trunk/Serial_Server/library/FlatImage.h

    r259 r376  
    44//
    55// File:        FlatImage.h - Header file for basic flat disk image support
     6//
     7
     8//
     9// XTIDE Universal BIOS and Associated Tools
     10// Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     11//
     12// This program is free software; you can redistribute it and/or modify
     13// it under the terms of the GNU General Public License as published by
     14// the Free Software Foundation; either version 2 of the License, or
     15// (at your option) any later version.
     16//
     17// This program is distributed in the hope that it will be useful,
     18// but WITHOUT ANY WARRANTY; without even the implied warranty of
     19// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     20// GNU General Public License for more details.     
     21// Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
    622//
    723
  • trunk/Serial_Server/library/Image.cpp

    r334 r376  
    44//
    55// File:        image.cpp - Abstract base class for disk image support
     6//
     7
     8//
     9// XTIDE Universal BIOS and Associated Tools
     10// Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     11//
     12// This program is free software; you can redistribute it and/or modify
     13// it under the terms of the GNU General Public License as published by
     14// the Free Software Foundation; either version 2 of the License, or
     15// (at your option) any later version.
     16//
     17// This program is distributed in the hope that it will be useful,
     18// but WITHOUT ANY WARRANTY; without even the implied warranty of
     19// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     20// GNU General Public License for more details.     
     21// Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
    622//
    723
  • trunk/Serial_Server/library/Library.h

    r277 r376  
    44//
    55// File:        library.h - Include file for users of the library
     6//
     7
     8//
     9// XTIDE Universal BIOS and Associated Tools
     10// Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     11//
     12// This program is free software; you can redistribute it and/or modify
     13// it under the terms of the GNU General Public License as published by
     14// the Free Software Foundation; either version 2 of the License, or
     15// (at your option) any later version.
     16//
     17// This program is distributed in the hope that it will be useful,
     18// but WITHOUT ANY WARRANTY; without even the implied warranty of
     19// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     20// GNU General Public License for more details.     
     21// Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
    622//
    723
  • trunk/Serial_Server/library/Process.cpp

    r277 r376  
    44//
    55// File:        process.cpp - Processes commands received over the serial port
     6//
     7
     8//
     9// XTIDE Universal BIOS and Associated Tools
     10// Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     11//
     12// This program is free software; you can redistribute it and/or modify
     13// it under the terms of the GNU General Public License as published by
     14// the Free Software Foundation; either version 2 of the License, or
     15// (at your option) any later version.
     16//
     17// This program is distributed in the hope that it will be useful,
     18// but WITHOUT ANY WARRANTY; without even the implied warranty of
     19// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     20// GNU General Public License for more details.     
     21// Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
    622//
    723
  • trunk/Serial_Server/library/Serial.cpp

    r233 r376  
    44//
    55// File:        Serial.cpp - Generic functions for dealing with serial communications
     6//
     7
     8//
     9// XTIDE Universal BIOS and Associated Tools
     10// Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     11//
     12// This program is free software; you can redistribute it and/or modify
     13// it under the terms of the GNU General Public License as published by
     14// the Free Software Foundation; either version 2 of the License, or
     15// (at your option) any later version.
     16//
     17// This program is distributed in the hope that it will be useful,
     18// but WITHOUT ANY WARRANTY; without even the implied warranty of
     19// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     20// GNU General Public License for more details.     
     21// Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
    622//
    723
  • trunk/Serial_Server/win32/Win32.cpp

    r371 r376  
    88// It also handles log reporting, timers, and command line parameter parsing.
    99//
     10
     11//
     12// XTIDE Universal BIOS and Associated Tools
     13// Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     14//
     15// This program is free software; you can redistribute it and/or modify
     16// it under the terms of the GNU General Public License as published by
     17// the Free Software Foundation; either version 2 of the License, or
     18// (at your option) any later version.
     19//
     20// This program is distributed in the hope that it will be useful,
     21// but WITHOUT ANY WARRANTY; without even the implied warranty of
     22// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     23// GNU General Public License for more details.     
     24// Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     25//
    1026
    1127#include <stdio.h>
  • trunk/Serial_Server/win32/Win32File.h

    r225 r376  
    1010// These are also likely faster since they are more direct.
    1111//
     12
     13//
     14// XTIDE Universal BIOS and Associated Tools
     15// Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     16//
     17// This program is free software; you can redistribute it and/or modify
     18// it under the terms of the GNU General Public License as published by
     19// the Free Software Foundation; either version 2 of the License, or
     20// (at your option) any later version.
     21//
     22// This program is distributed in the hope that it will be useful,
     23// but WITHOUT ANY WARRANTY; without even the implied warranty of
     24// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     25// GNU General Public License for more details.     
     26// Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     27//
    1228
    1329#include <windows.h>
  • trunk/Serial_Server/win32/Win32Serial.h

    r293 r376  
    44//
    55// File:        Win32Serial.h - Microsoft Windows serial code
     6//
     7
     8//
     9// XTIDE Universal BIOS and Associated Tools
     10// Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     11//
     12// This program is free software; you can redistribute it and/or modify
     13// it under the terms of the GNU General Public License as published by
     14// the Free Software Foundation; either version 2 of the License, or
     15// (at your option) any later version.
     16//
     17// This program is distributed in the hope that it will be useful,
     18// but WITHOUT ANY WARRANTY; without even the implied warranty of
     19// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     20// GNU General Public License for more details.     
     21// Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
    622//
    723
  • trunk/Tools/StringsCompress.pl

    r334 r376  
    99#                   use by DisplayFormatCompressed.asm.  See the header of that file
    1010#                   for a description of the compression scheme.
     11#
     12# XTIDE Universal BIOS and Associated Tools
     13# Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     14#
     15# This program is free software; you can redistribute it and/or modify
     16# it under the terms of the GNU General Public License as published by
     17# the Free Software Foundation; either version 2 of the License, or
     18# (at your option) any later version.
     19#
     20# This program is distributed in the hope that it will be useful,
     21# but WITHOUT ANY WARRANTY; without even the implied warranty of
     22# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     23# GNU General Public License for more details.     
     24# Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     25#
     26
    1127#
    1228# Usage         :   stdin:  Listing of strings.asm,
  • trunk/Tools/checksum.pl

    r203 r376  
    1111#
    1212# On Windows, this file can be renamed to a batch file and invoked directly (for example, "c:\>checksum file size")
     13#
     14
     15#
     16# XTIDE Universal BIOS and Associated Tools
     17# Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     18#
     19# This program is free software; you can redistribute it and/or modify
     20# it under the terms of the GNU General Public License as published by
     21# the Free Software Foundation; either version 2 of the License, or
     22# (at your option) any later version.
     23#
     24# This program is distributed in the hope that it will be useful,
     25# but WITHOUT ANY WARRANTY; without even the implied warranty of
     26# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     27# GNU General Public License for more details.     
     28# Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
    1329#
    1430
  • trunk/Tools/unused.pl

    r194 r376  
    1111#   b) "; unused entrypoint ok" can be placed on the same line with the label
    1212#   c) "; jump table entrypoint" can be placed on the same line with the label
     13#
     14#
     15# XTIDE Universal BIOS and Associated Tools
     16# Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     17#
     18# This program is free software; you can redistribute it and/or modify
     19# it under the terms of the GNU General Public License as published by
     20# the Free Software Foundation; either version 2 of the License, or
     21# (at your option) any later version.
     22#
     23# This program is distributed in the hope that it will be useful,
     24# but WITHOUT ANY WARRANTY; without even the implied warranty of
     25# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     26# GNU General Public License for more details.     
     27# Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
    1328#
    1429
  • trunk/XTIDE_Universal_BIOS/Inc/ATA_ID.inc

    r370 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   ATA Identify Drive information.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;
     19
    320%ifndef ATA_ID_INC
    421%define ATA_ID_INC
  • trunk/XTIDE_Universal_BIOS/Inc/BootMenu.inc

    r365 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   Equates and structs used in Boot Menu.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;
    319
    420%ifndef BOOTMENU_INC
  • trunk/XTIDE_Universal_BIOS/Inc/BootVars.inc

    r367 r376  
    22; Description   :   Defines for BOOTVARS struct used by boot menu
    33;                   and drive initialization.
     4
     5;
     6; XTIDE Universal BIOS and Associated Tools
     7; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     8;
     9; This program is free software; you can redistribute it and/or modify
     10; it under the terms of the GNU General Public License as published by
     11; the Free Software Foundation; either version 2 of the License, or
     12; (at your option) any later version.
     13;
     14; This program is distributed in the hope that it will be useful,
     15; but WITHOUT ANY WARRANTY; without even the implied warranty of
     16; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     17; GNU General Public License for more details.     
     18; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     19;
     20
    421%ifndef BOOTVARS_INC
    522%define BOOTVARS_INC
  • trunk/XTIDE_Universal_BIOS/Inc/Controllers/Vision.inc

    r363 r376  
    55;                   Specifications can be found at http://www.ryston.cz/petr/vlb/vlbidechips.html
    66;                   QD6580 DOS Driver Analysis: http://www.ryston.cz/petr/qd/dos37.html
     7
     8;
     9; XTIDE Universal BIOS and Associated Tools
     10; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     11;
     12; This program is free software; you can redistribute it and/or modify
     13; it under the terms of the GNU General Public License as published by
     14; the Free Software Foundation; either version 2 of the License, or
     15; (at your option) any later version.
     16;
     17; This program is distributed in the hope that it will be useful,
     18; but WITHOUT ANY WARRANTY; without even the implied warranty of
     19; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     20; GNU General Public License for more details.     
     21; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     22;
     23
    724%ifndef VISION_INC
    825%define VISION_INC
  • trunk/XTIDE_Universal_BIOS/Inc/CustomDPT.inc

    r370 r376  
    22; Description   :   Defines for DPT structs containing custom
    33;                   Disk Parameter Table used by this BIOS.
     4
     5;
     6; XTIDE Universal BIOS and Associated Tools
     7; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     8;
     9; This program is free software; you can redistribute it and/or modify
     10; it under the terms of the GNU General Public License as published by
     11; the Free Software Foundation; either version 2 of the License, or
     12; (at your option) any later version.
     13;
     14; This program is distributed in the hope that it will be useful,
     15; but WITHOUT ANY WARRANTY; without even the implied warranty of
     16; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     17; GNU General Public License for more details.     
     18; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     19;
     20
    421%ifndef CUSTOMDPT_INC
    522%define CUSTOMDPT_INC
  • trunk/XTIDE_Universal_BIOS/Inc/DeviceIDE.inc

    r150 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   Device specific equates for IDE drives.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;
     19
    320%ifndef DEVICEIDE_INC
    421%define DEVICEIDE_INC
  • trunk/XTIDE_Universal_BIOS/Inc/EBIOS.inc

    r223 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   Equates used in Enhanced INT 13h functions (EBIOS).
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;
     19
    320%ifndef EBIOS_INC
    421%define EBIOS_INC
  • trunk/XTIDE_Universal_BIOS/Inc/IDE_8bit.inc

    r370 r376  
    22; Description   :   Macros for accessing data port(s) on 8-bit
    33;                   IDE controllers.
     4
     5;
     6; XTIDE Universal BIOS and Associated Tools
     7; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     8;
     9; This program is free software; you can redistribute it and/or modify
     10; it under the terms of the GNU General Public License as published by
     11; the Free Software Foundation; either version 2 of the License, or
     12; (at your option) any later version.
     13;
     14; This program is distributed in the hope that it will be useful,
     15; but WITHOUT ANY WARRANTY; without even the implied warranty of
     16; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     17; GNU General Public License for more details.     
     18; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     19;
     20
    421%ifndef IDE_8BIT_INC
    522%define IDE_8BIT_INC
  • trunk/XTIDE_Universal_BIOS/Inc/IdeRegisters.inc

    r365 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   Equates for IDE registers, flags and commands.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;
     19
    320%ifndef IDEREGISTERS_INC
    421%define IDEREGISTERS_INC
  • trunk/XTIDE_Universal_BIOS/Inc/Int13h.inc

    r294 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   Equates used in INT 13h functions.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;
     19
    320%ifndef INT13H_INC
    421%define INT13H_INC
  • trunk/XTIDE_Universal_BIOS/Inc/IntController.inc

    r152 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   Equates for 8259 Interrupt Controllers.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;
     19
    320%ifndef INT_CONTROLLER_INC
    421%define INT_CONTROLLER_INC
  • trunk/XTIDE_Universal_BIOS/Inc/RamVars.inc

    r262 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   RAMVARS struct containing BIOS variables stored in RAM.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;
     19
    320%ifndef RAMVARS_INC
    421%define RAMVARS_INC
  • trunk/XTIDE_Universal_BIOS/Inc/RomVars.inc

    r363 r376  
    22; Description   :   Defines for ROMVARS struct containing variables stored
    33;                   in BIOS ROM.
     4
     5;
     6; XTIDE Universal BIOS and Associated Tools
     7; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     8;
     9; This program is free software; you can redistribute it and/or modify
     10; it under the terms of the GNU General Public License as published by
     11; the Free Software Foundation; either version 2 of the License, or
     12; (at your option) any later version.
     13;
     14; This program is distributed in the hope that it will be useful,
     15; but WITHOUT ANY WARRANTY; without even the implied warranty of
     16; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     17; GNU General Public License for more details.     
     18; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     19;
     20
    421%ifndef ROMVARS_INC
    522%define ROMVARS_INC
  • trunk/XTIDE_Universal_BIOS/Inc/Version.inc

    r371 r376  
    22; Project name  :   XTIDE Universal BIOS
    33; Description   :   Version information.
     4
     5;
     6; XTIDE Universal BIOS and Associated Tools
     7; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     8;
     9; This program is free software; you can redistribute it and/or modify
     10; it under the terms of the GNU General Public License as published by
     11; the Free Software Foundation; either version 2 of the License, or
     12; (at your option) any later version.
     13;
     14; This program is distributed in the hope that it will be useful,
     15; but WITHOUT ANY WARRANTY; without even the implied warranty of
     16; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     17; GNU General Public License for more details.     
     18; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     19;
    420
    521;--------------------------------------------------------------------------------
  • trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenu.asm

    r369 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   Displays Boot Menu.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html       
     18;       
    319
    420; Section containing code
  • trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenuEvent.asm

    r369 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   Boot Menu event handler for menu library callbacks.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html       
     18;       
    319
    420; Section containing code
  • trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenuInfo.asm

    r369 r376  
    33;                   information to be displayed on boot menu.
    44
     5;
     6; XTIDE Universal BIOS and Associated Tools
     7; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     8;
     9; This program is free software; you can redistribute it and/or modify
     10; it under the terms of the GNU General Public License as published by
     11; the Free Software Foundation; either version 2 of the License, or
     12; (at your option) any later version.
     13;
     14; This program is distributed in the hope that it will be useful,
     15; but WITHOUT ANY WARRANTY; without even the implied warranty of
     16; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     17; GNU General Public License for more details.
     18; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html               
     19;
     20               
    521; Section containing code
    622SECTION .text
  • trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenuPrint.asm

    r369 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   Functions for printing boot menu strings.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html               
     18;       
    319
    420; Section containing code
  • trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenuPrintCfg.asm

    r365 r376  
    22; Description   :   Functions for printing drive configuration
    33;                   information on Boot Menu.
    4 ;
     4; 
    55; Included by BootMenuPrint.asm, this routine is to be inserted into
    66; BootMenuPrint_HardDiskRefreshInformation.
    77;
     8
     9;
     10; XTIDE Universal BIOS and Associated Tools
     11; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     12;
     13; This program is free software; you can redistribute it and/or modify
     14; it under the terms of the GNU General Public License as published by
     15; the Free Software Foundation; either version 2 of the License, or
     16; (at your option) any later version.
     17;
     18; This program is distributed in the hope that it will be useful,
     19; but WITHOUT ANY WARRANTY; without even the implied warranty of
     20; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     21; GNU General Public License for more details.
     22; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html               
     23;
     24               
    825; Section containing code
    926SECTION .text
  • trunk/XTIDE_Universal_BIOS/Src/Boot/BootPrint.asm

    r369 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   Functions for printing boot related strings.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html       
     18;               
    319
    420; Section containing code
  • trunk/XTIDE_Universal_BIOS/Src/Boot/BootSector.asm

    r369 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   Reading and jumping to boot sector.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html               
     18;       
    319
    420; Section containing code
  • trunk/XTIDE_Universal_BIOS/Src/Device/Device.asm

    r294 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   Command and port direction functions for different device types.
    3 
     3       
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html               
     18;
     19       
    420; Section containing code
    521SECTION .text
  • trunk/XTIDE_Universal_BIOS/Src/Device/IDE/IOMappedIDE.inc

    r238 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   Macros for normal I/O mapped ATA controllers.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;
    319
    420%ifndef IO_MAPPED_IDE_INC
  • trunk/XTIDE_Universal_BIOS/Src/Device/IDE/IdeCommand.asm

    r365 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   IDE Device Command functions.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html               
     18;       
    319
    420; Section containing code
  • trunk/XTIDE_Universal_BIOS/Src/Device/IDE/IdeDPT.asm

    r365 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   Sets IDE Device specific parameters to DPT.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html               
     18;       
    319
    420; Section containing code
  • trunk/XTIDE_Universal_BIOS/Src/Device/IDE/IdeError.asm

    r332 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   IDE Device error functions.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html               
     18;               
    319
    420; Section containing code
  • trunk/XTIDE_Universal_BIOS/Src/Device/IDE/IdeIO.asm

    r332 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   IDE Register I/O functions.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420; Section containing code
  • trunk/XTIDE_Universal_BIOS/Src/Device/IDE/IdeIrq.asm

    r238 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   Interrupt handling related functions.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;               
    319
    420; Section containing code
  • trunk/XTIDE_Universal_BIOS/Src/Device/IDE/IdeTransfer.asm

    r370 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   IDE Device transfer functions.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420; Structure containing variables for PIO transfer functions.
  • trunk/XTIDE_Universal_BIOS/Src/Device/IDE/IdeWait.asm

    r267 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   IDE Device wait functions.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420; Section containing code
  • trunk/XTIDE_Universal_BIOS/Src/Device/Idepack.asm

    r249 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   Functions for managing IDEPACK struct.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html               
     18;       
    319
    420; Section containing code
  • trunk/XTIDE_Universal_BIOS/Src/Device/MemoryMappedIDE/MemIdeTransfer.asm

    r365 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   Memory mapped IDE Device transfer functions.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;               
    319
    420; Structure containing variables for PIO transfer functions.
  • trunk/XTIDE_Universal_BIOS/Src/Device/MemoryMappedIDE/MemMappedIDE.inc

    r238 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   Macros for memory mapped ATA controllers.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;
    319
    420%ifndef MEM_MAPPED_IDE_INC
  • trunk/XTIDE_Universal_BIOS/Src/Device/Serial/SerialCommand.asm

    r334 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   Serial Device Command functions.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420; Section containing code
  • trunk/XTIDE_Universal_BIOS/Src/Device/Serial/SerialDPT.asm

    r334 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   Sets Serial Device specific parameters to DPT.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420; Section containing code
  • trunk/XTIDE_Universal_BIOS/Src/Device/Timer.asm

    r181 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   Timeout and delay functions for INT 13h services.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html               
     18;       
    319
    420; Section containing code
  • trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h.asm

    r322 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   Int 13h BIOS functions (Floppy and Hard disk).
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420; Section containing code
  • trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH0h_HReset.asm

    r369 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   Int 13h function AH=0h, Disk Controller Reset.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420; Section containing code
  • trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH10h_HReady.asm

    r294 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   Int 13h function AH=10h, Check Drive Ready.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420; Section containing code
  • trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH11h_HRecal.asm

    r369 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   Int 13h function AH=11h, Recalibrate.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420; Section containing code
  • trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH15h_HSize.asm

    r369 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   Int 13h function AH=15h, Read Disk Drive Size.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420; Section containing code
  • trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH1h_HStatus.asm

    r294 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   Int 13h function AH=1h, Read Disk Status.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420; Section containing code
  • trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH23h_HFeatures.asm

    r369 r376  
    22; Description   :   Int 13h function AH=23h,
    33;                   Set Controller Features Register.
     4
     5;
     6; XTIDE Universal BIOS and Associated Tools
     7; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     8;
     9; This program is free software; you can redistribute it and/or modify
     10; it under the terms of the GNU General Public License as published by
     11; the Free Software Foundation; either version 2 of the License, or
     12; (at your option) any later version.
     13;
     14; This program is distributed in the hope that it will be useful,
     15; but WITHOUT ANY WARRANTY; without even the implied warranty of
     16; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     17; GNU General Public License for more details.     
     18; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     19;       
    420
    521; Section containing code
  • trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH24h_HSetBlocks.asm

    r365 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   Int 13h function AH=24h, Set Multiple Blocks.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420; Section containing code
  • trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH25h_HDrvID.asm

    r369 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   Int 13h function AH=25h, Get Drive Information.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420; Section containing code
  • trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH2h_HRead.asm

    r294 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   Int 13h function AH=2h, Read Disk Sectors.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420; Section containing code
  • trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH3h_HWrite.asm

    r294 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   Int 13h function AH=3h, Write Disk Sectors.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420; Section containing code
  • trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH4h_HVerify.asm

    r332 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   Int 13h function AH=4h, Verify Disk Sectors.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420; Section containing code
  • trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH8h_HParams.asm

    r332 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   Int 13h function AH=8h, Read Disk Drive Parameters.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420; Section containing code
  • trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH9h_HInit.asm

    r370 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   Int 13h function AH=9h, Initialize Drive Parameters.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420; Section containing code
  • trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AHCh_HSeek.asm

    r294 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   Int 13h function AH=Ch, Seek.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420; Section containing code
  • trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AHDh_HReset.asm

    r370 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   Int 13h function AH=Dh, Reset Hard Disk (Alternate reset).
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html               
     18;               
    319
    420; Section containing code
  • trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/EBIOS/AH41h_CheckIfExtensionsPresent.asm

    r369 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   Int 13h function AH=41h, Check if Extensions Present.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html               
     18;               
    319
    420; Section containing code
  • trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/EBIOS/AH42h_ExtendedReadSectors.asm

    r294 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   Int 13h function AH=42h, Extended Read Sectors.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html               
     18;               
    319
    420; Section containing code
  • trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/EBIOS/AH43h_ExtendedWriteSectors.asm

    r294 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   Int 13h function AH=43h, Extended Write Sectors.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html               
     18;               
    319
    420; Section containing code
  • trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/EBIOS/AH44h_ExtendedVerifySectors.asm

    r294 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   Int 13h function AH=44h, Extended Verify Sectors.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html               
     18;               
    319
    420; Section containing code
  • trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/EBIOS/AH47h_ExtendedSeek.asm

    r294 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   Int 13h function AH=47h, Extended Seek.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html               
     18;               
    319
    420; Section containing code
  • trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/EBIOS/AH48h_GetExtendedDriveParameters.asm

    r332 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   Int 13h function AH=48h, Get Extended Drive Parameters.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html               
     18;               
    319
    420; Section containing code
  • trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/Tools/Address.asm

    r294 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   Functions for address translations.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html               
     18;               
    319
    420; Section containing code
  • trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/Tools/Prepare.asm

    r322 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   Functions for preparing data buffer for transfer.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html               
     18;               
    319
    420; Section containing code
  • trunk/XTIDE_Universal_BIOS/Src/Handlers/Int19h.asm

    r282 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   Int 19h Handler (Boot Loader).
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420; Section containing code
  • trunk/XTIDE_Universal_BIOS/Src/Initialization/AdvAtaInit.asm

    r370 r376  
    22; Description   :   Common functions for initializing different
    33;                   VLB and PCI IDE Controllers.
     4
     5;
     6; XTIDE Universal BIOS and Associated Tools
     7; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     8;
     9; This program is free software; you can redistribute it and/or modify
     10; it under the terms of the GNU General Public License as published by
     11; the Free Software Foundation; either version 2 of the License, or
     12; (at your option) any later version.
     13;
     14; This program is distributed in the hope that it will be useful,
     15; but WITHOUT ANY WARRANTY; without even the implied warranty of
     16; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     17; GNU General Public License for more details.     
     18; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     19;       
    420
    521; Section containing code
  • trunk/XTIDE_Universal_BIOS/Src/Initialization/AtaID.asm

    r370 r376  
    22; Description   :   Functions for accessing ATA information read with
    33;                   IDENTIFY DEVICE command.
     4
     5;
     6; XTIDE Universal BIOS and Associated Tools
     7; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     8;
     9; This program is free software; you can redistribute it and/or modify
     10; it under the terms of the GNU General Public License as published by
     11; the Free Software Foundation; either version 2 of the License, or
     12; (at your option) any later version.
     13;
     14; This program is distributed in the hope that it will be useful,
     15; but WITHOUT ANY WARRANTY; without even the implied warranty of
     16; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     17; GNU General Public License for more details.     
     18; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     19;       
    420
    521; Section containing code
  • trunk/XTIDE_Universal_BIOS/Src/Initialization/DetectDrives.asm

    r363 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   Functions for detecting drive for the BIOS.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420; Section containing code
  • trunk/XTIDE_Universal_BIOS/Src/Initialization/DetectPrint.asm

    r334 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   Functions for printing drive detection strings.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420; Section containing code
  • trunk/XTIDE_Universal_BIOS/Src/Initialization/DriveXlate.asm

    r322 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   Functions for swapping drive letters.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420; Section containing code
  • trunk/XTIDE_Universal_BIOS/Src/Initialization/FloppyDrive.asm

    r369 r376  
    22; Description   :   Various floppy drive related functions that
    33;                   Boot Menu uses.
     4
     5;
     6; XTIDE Universal BIOS and Associated Tools
     7; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     8;
     9; This program is free software; you can redistribute it and/or modify
     10; it under the terms of the GNU General Public License as published by
     11; the Free Software Foundation; either version 2 of the License, or
     12; (at your option) any later version.
     13;
     14; This program is distributed in the hope that it will be useful,
     15; but WITHOUT ANY WARRANTY; without even the implied warranty of
     16; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     17; GNU General Public License for more details.     
     18; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     19;       
    420
    521; Section containing code
  • trunk/XTIDE_Universal_BIOS/Src/Initialization/Initialize.asm

    r367 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   Functions for initializing the BIOS.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420; Section containing code
  • trunk/XTIDE_Universal_BIOS/Src/Initialization/Interrupts.asm

    r294 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   Functions for initializing the BIOS.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420; Section containing code
  • trunk/XTIDE_Universal_BIOS/Src/Initialization/Vision.asm

    r370 r376  
    22; Description   :   Functions for initializing QDI Vision
    33;                   QD6500 and QD6580 VLB IDE Controllers.
     4
     5;
     6; XTIDE Universal BIOS and Associated Tools
     7; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     8;
     9; This program is free software; you can redistribute it and/or modify
     10; it under the terms of the GNU General Public License as published by
     11; the Free Software Foundation; either version 2 of the License, or
     12; (at your option) any later version.
     13;
     14; This program is distributed in the hope that it will be useful,
     15; but WITHOUT ANY WARRANTY; without even the implied warranty of
     16; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     17; GNU General Public License for more details.     
     18; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     19;       
    420
    521; Section containing code
  • trunk/XTIDE_Universal_BIOS/Src/Main.asm

    r363 r376  
    1212;                   to be compiled since other files are included to this
    1313;                   file (so no linker needed, Nasm does it all).
     14
     15;
     16; XTIDE Universal BIOS and Associated Tools
     17; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     18;
     19; This program is free software; you can redistribute it and/or modify
     20; it under the terms of the GNU General Public License as published by
     21; the Free Software Foundation; either version 2 of the License, or
     22; (at your option) any later version.
     23;
     24; This program is distributed in the hope that it will be useful,
     25; but WITHOUT ANY WARRANTY; without even the implied warranty of
     26; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     27; GNU General Public License for more details.     
     28; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     29;
    1430
    1531    ORG 0                           ; Code start offset 0000h
  • trunk/XTIDE_Universal_BIOS/Src/Strings.asm

    r334 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   Strings and equates for BIOS messages.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html       
     18;       
    319
    420%ifdef MODULE_STRINGS_COMPRESSED_PRECOMPRESS
  • trunk/XTIDE_Universal_BIOS/Src/StringsCompressed.asm

    r334 r376  
    1111; Project name  :   XTIDE Universal BIOS
    1212; Description   :   Strings and equates for BIOS messages.
     13
     14;
     15; XTIDE Universal BIOS and Associated Tools
     16; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     17;
     18; This program is free software; you can redistribute it and/or modify
     19; it under the terms of the GNU General Public License as published by
     20; the Free Software Foundation; either version 2 of the License, or
     21; (at your option) any later version.
     22;
     23; This program is distributed in the hope that it will be useful,
     24; but WITHOUT ANY WARRANTY; without even the implied warranty of
     25; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     26; GNU General Public License for more details.
     27; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html       
     28;               
    1329
    1430%ifdef MODULE_STRINGS_COMPRESSED_PRECOMPRESS
  • trunk/XTIDE_Universal_BIOS/Src/VariablesAndDPTs/AccessDPT.asm

    r364 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   Functions for accessing DPT data.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420; Section containing code
  • trunk/XTIDE_Universal_BIOS/Src/VariablesAndDPTs/CreateDPT.asm

    r358 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   Functions for creating Disk Parameter Table.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420; Section containing code
  • trunk/XTIDE_Universal_BIOS/Src/VariablesAndDPTs/FindDPT.asm

    r294 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   Functions for finding Disk Parameter Table.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420; Section containing code
  • trunk/XTIDE_Universal_BIOS/Src/VariablesAndDPTs/LbaAssist.asm

    r358 r376  
    55;                   This file is shared with BIOS Drive Information Tool.
    66
     7;
     8; XTIDE Universal BIOS and Associated Tools
     9; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     10;
     11; This program is free software; you can redistribute it and/or modify
     12; it under the terms of the GNU General Public License as published by
     13; the Free Software Foundation; either version 2 of the License, or
     14; (at your option) any later version.
     15;
     16; This program is distributed in the hope that it will be useful,
     17; but WITHOUT ANY WARRANTY; without even the implied warranty of
     18; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     19; GNU General Public License for more details.     
     20; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     21;
     22       
    723; Section containing code
    824SECTION .text
  • trunk/XTIDE_Universal_BIOS/Src/VariablesAndDPTs/RamVars.asm

    r368 r376  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   Functions for accessings RAMVARS.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420; Section containing code
  • trunk/XTIDE_Universal_BIOS_Configurator_v2/Inc/MenuCfg.inc

    r345 r376  
    11; Project name  :   XTIDE Universal BIOS Configurator v2
    22; Description   :   Menu configuration.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;
     19
    320%ifndef MENUCFG_INC
    421%define MENUCFG_INC
  • trunk/XTIDE_Universal_BIOS_Configurator_v2/Inc/MenuStructs.inc

    r286 r376  
    11; Project name  :   XTIDE Universal BIOS Configurator v2
    22; Description   :   Menu page and item structs.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;
     19
    320%ifndef MENU_STRUCTS_INC
    421%define MENU_STRUCTS_INC
  • trunk/XTIDE_Universal_BIOS_Configurator_v2/Inc/Variables.inc

    r290 r376  
    11; Project name  :   XTIDE Univeral BIOS Configurator v2
    22; Description   :   Global variables for configuration program.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;
     19
    320%ifndef VARIABLES_INC
    421%define VARIABLES_INC
  • trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/BiosFile.asm

    r293 r376  
    11; Project name  :   XTIDE Univeral BIOS Configurator v2
    22; Description   :   Functions for loading and saving BIOS image file.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420; Section containing code
  • trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Buffers.asm

    r371 r376  
    11; Project name  :   XTIDE Universal BIOS Configurator v2
    22; Description   :   Functions for accessing file and flash buffers.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420; Section containing code
  • trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Dialogs.asm

    r181 r376  
    11; Project name  :   XTIDE Univeral BIOS Configurator v2
    22; Description   :   Functions for displaying dialogs.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420; Section containing code
  • trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/EEPROM.asm

    r293 r376  
    11; Project name  :   XTIDE Univeral BIOS Configurator v2
    22; Description   :   Functions for managing EEPROM contents.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420; Section containing initialized data
  • trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Flash.asm

    r370 r376  
    11; Project name  :   XTIDE Universal BIOS Configurator v2
    22; Description   :   Functions for flashing the EEPROM.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420; Section containing code
  • trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Main.asm

    r371 r376  
    11; Project name  :   XTIDE Univeral BIOS Configurator v2
    22; Description   :   Program start and exit.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420; Include .inc files
  • trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/MenuEvents.asm

    r206 r376  
    11; Project name  :   XTIDE Universal BIOS Configurator v2
    22; Description   :   Menu event handling.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420; Section containing code
  • trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Menuitem.asm

    r369 r376  
    11; Project name  :   XTIDE Universal BIOS Configurator v2
    22; Description   :   Functions for accessing MENUITEM structs.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420; Section containing code
  • trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/MenuitemPrint.asm

    r293 r376  
    11; Project name  :   XTIDE Universal BIOS Configurator v2
    22; Description   :   Functions for printing MENUITEM name and value.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420; Section containing code
  • trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Menupage.asm

    r109 r376  
    11; Project name  :   XTIDE Universal BIOS Configurator v2
    22; Description   :   Functions for accessing MENUPAGE structs.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420; Section containing code
  • trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Menupages/BootMenuSettingsMenu.asm

    r290 r376  
    11; Project name  :   XTIDE Universal BIOS Configurator v2
    22; Description   :   "Boot Menu Settings" menu structs and functions.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420; Section containing initialized data
  • trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Menupages/ConfigurationMenu.asm

    r258 r376  
    11; Project name  :   XTIDE Universal BIOS Configurator v2
    22; Description   :   "Configure XTIDE Universal BIOS" menu structs and functions.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420; Section containing initialized data
  • trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Menupages/FlashMenu.asm

    r371 r376  
    11; Project name  :   XTIDE Universal BIOS Configurator v2
    22; Description   :   "Flash EEPROM" menu structs and functions.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;               
    319
    420; Section containing initialized data
  • trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Menupages/IdeControllerMenu.asm

    r362 r376  
    11; Project name  :   XTIDE Universal BIOS Configurator v2
    22; Description   :   "IDE Controller" menu structs and functions.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420; Section containing initialized data
  • trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Menupages/MainMenu.asm

    r371 r376  
    11; Project name  :   XTIDE Universal BIOS Configurator v2
    22; Description   :   Main menu structs and functions.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420; Section containing initialized data
  • trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Menupages/MasterSlaveMenu.asm

    r369 r376  
    11; Project name  :   XTIDE Universal BIOS Configurator v2
    22; Description   :   "Master/Slave Drive" menu structs and functions.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420; Section containing initialized data
  • trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Strings.asm

    r371 r376  
    11; Project name  :   XTIDE Universal BIOS Configurator v2
    22; Description   :   All strings.
     3
     4;
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     7;
     8; This program is free software; you can redistribute it and/or modify
     9; it under the terms of the GNU General Public License as published by
     10; the Free Software Foundation; either version 2 of the License, or
     11; (at your option) any later version.
     12;
     13; This program is distributed in the hope that it will be useful,
     14; but WITHOUT ANY WARRANTY; without even the implied warranty of
     15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16; GNU General Public License for more details.     
     17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     18;       
    319
    420; Section containing initialized data
Note: See TracChangeset for help on using the changeset viewer.