mirror of
https://github.com/Fohdeesha/lab-docu.git
synced 2025-01-05 16:37:48 +01:00
add H710P full size files, make flash wipe robust
This commit is contained in:
parent
1d99242887
commit
9ebc8da11f
@ -1,9 +1,11 @@
|
||||
@echo off
|
||||
echo B0 Revision Preparation
|
||||
pause If your card is not B0, hit ctrl+c now!! Otherwise hit enter
|
||||
echo mini h710 B0 Revision Preparation
|
||||
pause If your card is not a mini 710 B0, hit ctrl+c now!! Otherwise hit enter
|
||||
pause Press any key to clean adapter flash
|
||||
megarec -cleanflash 0
|
||||
echo Flash Cleaning Complete
|
||||
pause Press any key to continue
|
||||
echo running second cleaning to be sure
|
||||
megarec -cleanflash 0
|
||||
pause Press any key to write IT Mode SBR
|
||||
megarec -writesbr 0 B0Mod.sbr
|
||||
pause If no errors above, you may press any key then reboot
|
||||
|
@ -1,6 +1,6 @@
|
||||
@echo off
|
||||
echo Revert B0 H710 To Dell Firmware
|
||||
pause If your card is not B0, hit ctrl+c now!! Otherwise hit enter
|
||||
echo Revert B0 H710 mini To Dell Firmware
|
||||
pause If your card is not B0 mini, hit ctrl+c now!! Otherwise hit enter
|
||||
pause Press any key to clean adapter flash
|
||||
megarec -cleanflash 0 710STK.rom
|
||||
echo Flashing Dell Image Complete
|
||||
|
BIN
H710 Guide Source Files/FreeDOS/BG7PD1SK.sbr
Normal file
BIN
H710 Guide Source Files/FreeDOS/BG7PD1SK.sbr
Normal file
Binary file not shown.
11
H710 Guide Source Files/FreeDOS/BGPD1CRS.bat
Normal file
11
H710 Guide Source Files/FreeDOS/BGPD1CRS.bat
Normal file
@ -0,0 +1,11 @@
|
||||
@echo off
|
||||
echo Full Size P D1 Revision Preparation
|
||||
pause If your card is not a full size H710P D1, hit ctrl+c now!! Otherwise hit enter
|
||||
pause Press any key to clean adapter flash
|
||||
megarec -cleanflash 0
|
||||
pause Press any key to continue
|
||||
echo running second cleaning to be sure
|
||||
megarec -cleanflash 0
|
||||
pause Press any key to write IT Mode SBR
|
||||
megarec -writesbr 0 BIGPD1MD.sbr
|
||||
pause If no errors above, you may press any key then reboot
|
9
H710 Guide Source Files/FreeDOS/BGPD1RVT.bat
Normal file
9
H710 Guide Source Files/FreeDOS/BGPD1RVT.bat
Normal file
@ -0,0 +1,9 @@
|
||||
@echo off
|
||||
echo Revert Full Size D1 H710P To Dell Firmware
|
||||
pause If your card is not FUll Size P D1, hit ctrl+c now!! Otherwise hit enter
|
||||
pause Press any key to clean adapter flash
|
||||
megarec -cleanflash 0 BIG710P.rom
|
||||
echo Flashing Dell Image Complete
|
||||
pause Press any key to write Dell SBR (required)
|
||||
megarec -writesbr 0 BG7PD1SK.sbr
|
||||
pause If no errors above, you may press any key then reboot
|
BIN
H710 Guide Source Files/FreeDOS/BIG710P.rom
Normal file
BIN
H710 Guide Source Files/FreeDOS/BIG710P.rom
Normal file
Binary file not shown.
@ -3,7 +3,9 @@ echo Full Size B0 Revision Preparation
|
||||
pause If your card is not Full Size B0, hit ctrl+c now!! Otherwise hit enter
|
||||
pause Press any key to clean adapter flash
|
||||
megarec -cleanflash 0
|
||||
echo Flash Cleaning Complete
|
||||
pause Press any key to continue
|
||||
echo running second cleaning to be sure
|
||||
megarec -cleanflash 0
|
||||
pause Press any key to write IT Mode SBR
|
||||
megarec -writesbr 0 BIGB0MOD.sbr
|
||||
pause If no errors above, you may press any key then reboot
|
||||
|
BIN
H710 Guide Source Files/FreeDOS/BIGPD1MD.sbr
Normal file
BIN
H710 Guide Source Files/FreeDOS/BIGPD1MD.sbr
Normal file
Binary file not shown.
BIN
H710 Guide Source Files/FreeDOS/COMMAND.COM
Normal file
BIN
H710 Guide Source Files/FreeDOS/COMMAND.COM
Normal file
Binary file not shown.
3
H710 Guide Source Files/FreeDOS/CONFIG.SYS
Normal file
3
H710 Guide Source Files/FreeDOS/CONFIG.SYS
Normal file
@ -0,0 +1,3 @@
|
||||
FILES=20
|
||||
BUFFERS=20
|
||||
SHELLHIGH=\COMMAND.COM /E:256 /P
|
@ -1,9 +1,11 @@
|
||||
@echo off
|
||||
echo D1 Revision Preparation
|
||||
pause If your card is not D1, hit ctrl+c now!! Otherwise hit enter
|
||||
echo h710 D1 mini Revision Preparation
|
||||
pause If your card is not h710 D1 mini, hit ctrl+c now!! Otherwise hit enter
|
||||
pause Press any key to clean adapter flash
|
||||
megarec -cleanflash 0
|
||||
echo Flash Cleaning Complete
|
||||
pause Press any key to continue
|
||||
echo running second cleaning to be sure
|
||||
megarec -cleanflash 0
|
||||
pause Press any key to write IT Mode SBR
|
||||
megarec -writesbr 0 D1Mod.sbr
|
||||
pause If no errors above, you may press any key then reboot
|
||||
|
@ -1,6 +1,6 @@
|
||||
@echo off
|
||||
echo Revert D1 H710 To Dell Firmware
|
||||
pause If your card is not D1, hit ctrl+c now!! Otherwise hit enter
|
||||
echo Revert D1 H710 mini To Dell Firmware
|
||||
pause If your card is not D1 mini, hit ctrl+c now!! Otherwise hit enter
|
||||
pause Press any key to clean adapter flash
|
||||
megarec -cleanflash 0 710STK.rom
|
||||
echo Flashing Dell Image Complete
|
||||
|
BIN
H710 Guide Source Files/FreeDOS/FDOS/ATTRIB.COM
Normal file
BIN
H710 Guide Source Files/FreeDOS/FDOS/ATTRIB.COM
Normal file
Binary file not shown.
341
H710 Guide Source Files/FreeDOS/FDOS/COPYING.TXT
Normal file
341
H710 Guide Source Files/FreeDOS/FDOS/COPYING.TXT
Normal file
@ -0,0 +1,341 @@
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 2, June 1991
|
||||
|
||||
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
|
||||
675 Mass Ave, Cambridge, MA 02139, USA
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
Preamble
|
||||
|
||||
The licenses for most software are designed to take away your
|
||||
freedom to share and change it. By contrast, the GNU General Public
|
||||
License is intended to guarantee your freedom to share and change free
|
||||
software--to make sure the software is free for all its users. This
|
||||
General Public License applies to most of the Free Software
|
||||
Foundation's software and to any other program whose authors commit to
|
||||
using it. (Some other Free Software Foundation software is covered by
|
||||
the GNU Library General Public License instead.) You can apply it to
|
||||
your programs, too.
|
||||
|
||||
When we speak of free software, we are referring to freedom, not
|
||||
price. Our General Public Licenses are designed to make sure that you
|
||||
have the freedom to distribute copies of free software (and charge for
|
||||
this service if you wish), that you receive source code or can get it
|
||||
if you want it, that you can change the software or use pieces of it
|
||||
in new free programs; and that you know you can do these things.
|
||||
|
||||
To protect your rights, we need to make restrictions that forbid
|
||||
anyone to deny you these rights or to ask you to surrender the rights.
|
||||
These restrictions translate to certain responsibilities for you if you
|
||||
distribute copies of the software, or if you modify it.
|
||||
|
||||
For example, if you distribute copies of such a program, whether
|
||||
gratis or for a fee, you must give the recipients all the rights that
|
||||
you have. You must make sure that they, too, receive or can get the
|
||||
source code. And you must show them these terms so they know their
|
||||
rights.
|
||||
|
||||
We protect your rights with two steps: (1) copyright the software, and
|
||||
(2) offer you this license which gives you legal permission to copy,
|
||||
distribute and/or modify the software.
|
||||
|
||||
Also, for each author's protection and ours, we want to make certain
|
||||
that everyone understands that there is no warranty for this free
|
||||
software. If the software is modified by someone else and passed on, we
|
||||
want its recipients to know that what they have is not the original, so
|
||||
that any problems introduced by others will not reflect on the original
|
||||
authors' reputations.
|
||||
|
||||
Finally, any free program is threatened constantly by software
|
||||
patents. We wish to avoid the danger that redistributors of a free
|
||||
program will individually obtain patent licenses, in effect making the
|
||||
program proprietary. To prevent this, we have made it clear that any
|
||||
patent must be licensed for everyone's free use or not licensed at all.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow.
|
||||
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
|
||||
0. This License applies to any program or other work which contains
|
||||
a notice placed by the copyright holder saying it may be distributed
|
||||
under the terms of this General Public License. The "Program", below,
|
||||
refers to any such program or work, and a "work based on the Program"
|
||||
means either the Program or any derivative work under copyright law:
|
||||
that is to say, a work containing the Program or a portion of it,
|
||||
either verbatim or with modifications and/or translated into another
|
||||
language. (Hereinafter, translation is included without limitation in
|
||||
the term "modification".) Each licensee is addressed as "you".
|
||||
|
||||
Activities other than copying, distribution and modification are not
|
||||
covered by this License; they are outside its scope. The act of
|
||||
running the Program is not restricted, and the output from the Program
|
||||
is covered only if its contents constitute a work based on the
|
||||
Program (independent of having been made by running the Program).
|
||||
Whether that is true depends on what the Program does.
|
||||
|
||||
1. You may copy and distribute verbatim copies of the Program's
|
||||
source code as you receive it, in any medium, provided that you
|
||||
conspicuously and appropriately publish on each copy an appropriate
|
||||
copyright notice and disclaimer of warranty; keep intact all the
|
||||
notices that refer to this License and to the absence of any warranty;
|
||||
and give any other recipients of the Program a copy of this License
|
||||
along with the Program.
|
||||
|
||||
You may charge a fee for the physical act of transferring a copy, and
|
||||
you may at your option offer warranty protection in exchange for a fee.
|
||||
|
||||
2. You may modify your copy or copies of the Program or any portion
|
||||
of it, thus forming a work based on the Program, and copy and
|
||||
distribute such modifications or work under the terms of Section 1
|
||||
above, provided that you also meet all of these conditions:
|
||||
|
||||
a) You must cause the modified files to carry prominent notices
|
||||
stating that you changed the files and the date of any change.
|
||||
|
||||
b) You must cause any work that you distribute or publish, that in
|
||||
whole or in part contains or is derived from the Program or any
|
||||
part thereof, to be licensed as a whole at no charge to all third
|
||||
parties under the terms of this License.
|
||||
|
||||
c) If the modified program normally reads commands interactively
|
||||
when run, you must cause it, when started running for such
|
||||
interactive use in the most ordinary way, to print or display an
|
||||
announcement including an appropriate copyright notice and a
|
||||
notice that there is no warranty (or else, saying that you provide
|
||||
a warranty) and that users may redistribute the program under
|
||||
these conditions, and telling the user how to view a copy of this
|
||||
License. (Exception: if the Program itself is interactive but
|
||||
does not normally print such an announcement, your work based on
|
||||
the Program is not required to print an announcement.)
|
||||
|
||||
These requirements apply to the modified work as a whole. If
|
||||
identifiable sections of that work are not derived from the Program,
|
||||
and can be reasonably considered independent and separate works in
|
||||
themselves, then this License, and its terms, do not apply to those
|
||||
sections when you distribute them as separate works. But when you
|
||||
distribute the same sections as part of a whole which is a work based
|
||||
on the Program, the distribution of the whole must be on the terms of
|
||||
this License, whose permissions for other licensees extend to the
|
||||
entire whole, and thus to each and every part regardless of who wrote it.
|
||||
|
||||
Thus, it is not the intent of this section to claim rights or contest
|
||||
your rights to work written entirely by you; rather, the intent is to
|
||||
exercise the right to control the distribution of derivative or
|
||||
collective works based on the Program.
|
||||
|
||||
In addition, mere aggregation of another work not based on the Program
|
||||
with the Program (or with a work based on the Program) on a volume of
|
||||
a storage or distribution medium does not bring the other work under
|
||||
the scope of this License.
|
||||
|
||||
3. You may copy and distribute the Program (or a work based on it,
|
||||
under Section 2) in object code or executable form under the terms of
|
||||
Sections 1 and 2 above provided that you also do one of the following:
|
||||
|
||||
a) Accompany it with the complete corresponding machine-readable
|
||||
source code, which must be distributed under the terms of Sections
|
||||
1 and 2 above on a medium customarily used for software interchange; or,
|
||||
|
||||
b) Accompany it with a written offer, valid for at least three
|
||||
years, to give any third party, for a charge no more than your
|
||||
cost of physically performing source distribution, a complete
|
||||
machine-readable copy of the corresponding source code, to be
|
||||
distributed under the terms of Sections 1 and 2 above on a medium
|
||||
customarily used for software interchange; or,
|
||||
|
||||
c) Accompany it with the information you received as to the offer
|
||||
to distribute corresponding source code. (This alternative is
|
||||
allowed only for noncommercial distribution and only if you
|
||||
received the program in object code or executable form with such
|
||||
an offer, in accord with Subsection b above.)
|
||||
|
||||
The source code for a work means the preferred form of the work for
|
||||
making modifications to it. For an executable work, complete source
|
||||
code means all the source code for all modules it contains, plus any
|
||||
associated interface definition files, plus the scripts used to
|
||||
control compilation and installation of the executable. However, as a
|
||||
special exception, the source code distributed need not include
|
||||
anything that is normally distributed (in either source or binary
|
||||
form) with the major components (compiler, kernel, and so on) of the
|
||||
operating system on which the executable runs, unless that component
|
||||
itself accompanies the executable.
|
||||
|
||||
If distribution of executable or object code is made by offering
|
||||
access to copy from a designated place, then offering equivalent
|
||||
access to copy the source code from the same place counts as
|
||||
distribution of the source code, even though third parties are not
|
||||
compelled to copy the source along with the object code.
|
||||
|
||||
4. You may not copy, modify, sublicense, or distribute the Program
|
||||
except as expressly provided under this License. Any attempt
|
||||
otherwise to copy, modify, sublicense or distribute the Program is
|
||||
void, and will automatically terminate your rights under this License.
|
||||
However, parties who have received copies, or rights, from you under
|
||||
this License will not have their licenses terminated so long as such
|
||||
parties remain in full compliance.
|
||||
|
||||
5. You are not required to accept this License, since you have not
|
||||
signed it. However, nothing else grants you permission to modify or
|
||||
distribute the Program or its derivative works. These actions are
|
||||
prohibited by law if you do not accept this License. Therefore, by
|
||||
modifying or distributing the Program (or any work based on the
|
||||
Program), you indicate your acceptance of this License to do so, and
|
||||
all its terms and conditions for copying, distributing or modifying
|
||||
the Program or works based on it.
|
||||
|
||||
6. Each time you redistribute the Program (or any work based on the
|
||||
Program), the recipient automatically receives a license from the
|
||||
original licensor to copy, distribute or modify the Program subject to
|
||||
these terms and conditions. You may not impose any further
|
||||
restrictions on the recipients' exercise of the rights granted herein.
|
||||
You are not responsible for enforcing compliance by third parties to
|
||||
this License.
|
||||
|
||||
7. If, as a consequence of a court judgment or allegation of patent
|
||||
infringement or for any other reason (not limited to patent issues),
|
||||
conditions are imposed on you (whether by court order, agreement or
|
||||
otherwise) that contradict the conditions of this License, they do not
|
||||
excuse you from the conditions of this License. If you cannot
|
||||
distribute so as to satisfy simultaneously your obligations under this
|
||||
License and any other pertinent obligations, then as a consequence you
|
||||
may not distribute the Program at all. For example, if a patent
|
||||
license would not permit royalty-free redistribution of the Program by
|
||||
all those who receive copies directly or indirectly through you, then
|
||||
the only way you could satisfy both it and this License would be to
|
||||
refrain entirely from distribution of the Program.
|
||||
|
||||
If any portion of this section is held invalid or unenforceable under
|
||||
any particular circumstance, the balance of the section is intended to
|
||||
apply and the section as a whole is intended to apply in other
|
||||
circumstances.
|
||||
|
||||
It is not the purpose of this section to induce you to infringe any
|
||||
patents or other property right claims or to contest validity of any
|
||||
such claims; this section has the sole purpose of protecting the
|
||||
integrity of the free software distribution system, which is
|
||||
implemented by public license practices. Many people have made
|
||||
generous contributions to the wide range of software distributed
|
||||
through that system in reliance on consistent application of that
|
||||
system; it is up to the author/donor to decide if he or she is willing
|
||||
to distribute software through any other system and a licensee cannot
|
||||
impose that choice.
|
||||
|
||||
This section is intended to make thoroughly clear what is believed to
|
||||
be a consequence of the rest of this License.
|
||||
|
||||
8. If the distribution and/or use of the Program is restricted in
|
||||
certain countries either by patents or by copyrighted interfaces, the
|
||||
original copyright holder who places the Program under this License
|
||||
may add an explicit geographical distribution limitation excluding
|
||||
those countries, so that distribution is permitted only in or among
|
||||
countries not thus excluded. In such case, this License incorporates
|
||||
the limitation as if written in the body of this License.
|
||||
|
||||
9. The Free Software Foundation may publish revised and/or new versions
|
||||
of the General Public License from time to time. Such new versions will
|
||||
be similar in spirit to the present version, but may differ in detail to
|
||||
address new problems or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the Program
|
||||
specifies a version number of this License which applies to it and "any
|
||||
later version", you have the option of following the terms and conditions
|
||||
either of that version or of any later version published by the Free
|
||||
Software Foundation. If the Program does not specify a version number of
|
||||
this License, you may choose any version ever published by the Free Software
|
||||
Foundation.
|
||||
|
||||
10. If you wish to incorporate parts of the Program into other free
|
||||
programs whose distribution conditions are different, write to the author
|
||||
to ask for permission. For software which is copyrighted by the Free
|
||||
Software Foundation, write to the Free Software Foundation; we sometimes
|
||||
make exceptions for this. Our decision will be guided by the two goals
|
||||
of preserving the free status of all derivatives of our free software and
|
||||
of promoting the sharing and reuse of software generally.
|
||||
|
||||
NO WARRANTY
|
||||
|
||||
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
|
||||
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
|
||||
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
|
||||
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
|
||||
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
|
||||
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
|
||||
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
|
||||
REPAIR OR CORRECTION.
|
||||
|
||||
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
|
||||
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
|
||||
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
|
||||
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
|
||||
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
|
||||
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
|
||||
POSSIBILITY OF SUCH DAMAGES.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
Appendix: How to Apply These Terms to Your New Programs
|
||||
|
||||
If you develop a new program, and you want it to be of the greatest
|
||||
possible use to the public, the best way to achieve this is to make it
|
||||
free software which everyone can redistribute and change under these terms.
|
||||
|
||||
To do so, attach the following notices to the program. It is safest
|
||||
to attach them to the start of each source file to most effectively
|
||||
convey the exclusion of warranty; and each file should have at least
|
||||
the "copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
<one line to give the program's name and a brief idea of what it does.>
|
||||
Copyright (C) 19yy <name of author>
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
|
||||
If the program is interactive, make it output a short notice like this
|
||||
when it starts in an interactive mode:
|
||||
|
||||
Gnomovision version 69, Copyright (C) 19yy name of author
|
||||
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||
This is free software, and you are welcome to redistribute it
|
||||
under certain conditions; type `show c' for details.
|
||||
|
||||
The hypothetical commands `show w' and `show c' should show the appropriate
|
||||
parts of the General Public License. Of course, the commands you use may
|
||||
be called something other than `show w' and `show c'; they could even be
|
||||
mouse-clicks or menu items--whatever suits your program.
|
||||
|
||||
You should also get your employer (if you work as a programmer) or your
|
||||
school, if any, to sign a "copyright disclaimer" for the program, if
|
||||
necessary. Here is a sample; alter the names:
|
||||
|
||||
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
|
||||
`Gnomovision' (which makes passes at compilers) written by James Hacker.
|
||||
|
||||
<signature of Ty Coon>, 1 April 1989
|
||||
Ty Coon, President of Vice
|
||||
|
||||
This General Public License does not permit incorporating your program into
|
||||
proprietary programs. If your program is a subroutine library, you may
|
||||
consider it more useful to permit linking proprietary applications with the
|
||||
library. If this is what you want to do, use the GNU Library General
|
||||
Public License instead of this License.
|
||||
|
||||
|
BIN
H710 Guide Source Files/FreeDOS/FDOS/EDIT.EXE
Normal file
BIN
H710 Guide Source Files/FreeDOS/FDOS/EDIT.EXE
Normal file
Binary file not shown.
BIN
H710 Guide Source Files/FreeDOS/FDOS/EDIT.HLP
Normal file
BIN
H710 Guide Source Files/FreeDOS/FDOS/EDIT.HLP
Normal file
Binary file not shown.
BIN
H710 Guide Source Files/FreeDOS/FDOS/EMM386.EXE
Normal file
BIN
H710 Guide Source Files/FreeDOS/FDOS/EMM386.EXE
Normal file
Binary file not shown.
BIN
H710 Guide Source Files/FreeDOS/FDOS/FDISK.EXE
Normal file
BIN
H710 Guide Source Files/FreeDOS/FDOS/FDISK.EXE
Normal file
Binary file not shown.
232
H710 Guide Source Files/FreeDOS/FDOS/FDISK.INI
Normal file
232
H710 Guide Source Files/FreeDOS/FDOS/FDISK.INI
Normal file
@ -0,0 +1,232 @@
|
||||
; Initialization file for Free FDISK
|
||||
;
|
||||
; This file sets various options for Free FDISK as described below.
|
||||
;
|
||||
;
|
||||
; Note: This file is optional. If this file is not found the default
|
||||
; settings will be utilized. Blank lines are not allowed
|
||||
; in this file.
|
||||
;
|
||||
; Syntax:
|
||||
;
|
||||
; ALLOW_4GB_FAT16={TRUE | FALSE}
|
||||
; ALLOW_ABORT={TRUE | FALSE}
|
||||
; AMBR={ON | OFF}
|
||||
; CHECKEXTRA={TRUE | FALSE}
|
||||
; COLORS={0<=N<=127}
|
||||
; D_ALL={ON | OFF}
|
||||
; D_CMD_ARG={ON | OFF}
|
||||
; D_CR_PART={ON | OFF}
|
||||
; D_DET_FR_SPC={ON | OFF}
|
||||
; D_INPUT={ON | OFF}
|
||||
; D_PATH={ON | OFF}
|
||||
; D_READ_S={ON | OFF}
|
||||
; DEL_ND_LOG={ON | OFF}
|
||||
; DRIVE=#-####-###-##
|
||||
; EMULATE_DISK={OFF | 1<=N<=8}
|
||||
; FLAG_SECTOR={0 | 2<=N<=64 | 256}
|
||||
; LABEL={ON | OFF}
|
||||
; MONO={ON | OFF}
|
||||
; REBOOT={ON | OFF}
|
||||
; SET_ANY_ACT={TRUE | FALSE}
|
||||
; VERSION={4 | 5 | 6 | FD | W95 | W95B | W98}
|
||||
; WRITE={ON | OFF}
|
||||
; XO={ON | OFF}
|
||||
;
|
||||
; Note: The "=" sign in the above syntax is optional.
|
||||
;
|
||||
; Description:
|
||||
;
|
||||
; ALLOW_4GB_FAT16
|
||||
; TRUE Permits the creation of 4GB, FAT16, partitions.
|
||||
; * FALSE Limits the maximum FAT16 partition size to 2GB.
|
||||
;
|
||||
; ALLOW_ABORT
|
||||
; TRUE Allows the user to abort Free FDISK without making
|
||||
; any changes to the hard disks(s).
|
||||
; * FALSE Normal operation.
|
||||
;
|
||||
; AMBR ON Writes an alternate boot loader from the file "boot.mbr."
|
||||
; See the documentation for more details.
|
||||
; * OFF Writes BootEasy as the boot loader.
|
||||
;
|
||||
; CHECKEXTRA Checks for an extra, unreported, cylinder of space near
|
||||
; the end of all hard drives.
|
||||
; * TRUE
|
||||
; FALSE
|
||||
;
|
||||
; COLORS Changes the screen colors.
|
||||
; * 7 Light Grey on Black
|
||||
; 0 TO 127
|
||||
;
|
||||
; D_ALL ON Show all debugging information for functions that have
|
||||
; built-in debugging capability.
|
||||
; * OFF All debugging information, for functions with built-in
|
||||
; debugging capabilities, is not displayed. Individual
|
||||
; functions may display debugging information as
|
||||
; described elsewhere in this file.
|
||||
; D_CMD_ARG
|
||||
; ON Displays the remaining command line arguments as they
|
||||
; are processed.
|
||||
; * OFF
|
||||
;
|
||||
; D_CR_PART Shows debugging information for the function that
|
||||
; creates partitions.
|
||||
; ON
|
||||
; * OFF
|
||||
;
|
||||
; D_DET_FR_SPC Shows debugging information for the function that
|
||||
; determines the amount of free space available.
|
||||
; ON
|
||||
; * OFF
|
||||
;
|
||||
; D_INPUT Shows debugging information for the function that
|
||||
; obtains user input.
|
||||
; ON
|
||||
; * OFF
|
||||
;
|
||||
; D_PATH ON Displays the path to Free FDISK.
|
||||
; * OFF Opposite of the above.
|
||||
;
|
||||
; D_READ_S ON Displays the result of a call to void Read_Physical_Sector()
|
||||
; * OFF
|
||||
;
|
||||
; DEL_ND_LOG Allows non-dos logical drives to be deleted.
|
||||
; TRUE
|
||||
; * FALSE
|
||||
;
|
||||
; EMULATE_DISK Emulates the existance of a 6.2 GB hard disk at the
|
||||
; specified physical location. The hard disk emulated
|
||||
; has 784 cylinders, 255 heads, and 63 sectors. If
|
||||
; EMULATE_DISK is not set to off fdisk will automatically
|
||||
; enter its read only mode.
|
||||
; * OFF
|
||||
; 1 TO 8
|
||||
;
|
||||
; FLAG_SECTOR Sector number where the flags will be located. The
|
||||
; default is 2.
|
||||
; 0 Disables sector flagging function.
|
||||
; 2 - 64 Flag sector.
|
||||
; 256 Set the flag sector to the last sector in the first
|
||||
; cylinder of the first hard disk.
|
||||
;
|
||||
; LABEL ON Displays "Free FDISK" along the right hand side of the
|
||||
; screen to help avoid confusion between this program
|
||||
; and "other" FDISK programs.
|
||||
; * OFF No "Free FDISK" label is displayed along the right
|
||||
; hand side of the screen.
|
||||
;
|
||||
; MONO ON The menus will be displayed without boldfacing the text
|
||||
; for users of monochrome systems.
|
||||
; * OFF The menus have boldfaced text.
|
||||
;
|
||||
;
|
||||
; REBOOT ON Free FDISK will reboot the system upon exiting the
|
||||
; program if changes were made to any partition table.
|
||||
; * OFF Free FDISK will not, under any circumstances, reboot
|
||||
; the system.
|
||||
;
|
||||
; SET_ANY_ACT If set to true, will allow the user to set any primary
|
||||
; partition active. Otherwise, it will only set DOS
|
||||
; partition types active.
|
||||
; * TRUE
|
||||
; FALSE
|
||||
;
|
||||
; VERSION Version number that Free FDISK will emulate while the
|
||||
; user is using the interactive setup.
|
||||
; 4 Emulates the MS-FDISK that came with MS-DOS 4.xx.
|
||||
; 5 Emulates the MS-FDISK that came with MS-DOS 5.xx.
|
||||
; 6 Emulates the MS-FDISK that came with MS-DOS 6.xx.
|
||||
; W95 Adds support for LBA hard disks.
|
||||
; W95B Same as W95, with the addition of FAT32 support.
|
||||
; * W98 Same as W95B
|
||||
; FD Setting for FreeDOS. Currently is the same as W95
|
||||
; with ALLOW_4GB_FAT16 set to TRUE.
|
||||
;
|
||||
; WRITE * ON Changes will be written the the hard disk(s).
|
||||
; OFF Changes will not be written to the hard disk(s) and
|
||||
; a debugging screen will be displayed.
|
||||
;
|
||||
; XO ON Extended options will become available in the menus.
|
||||
; * OFF Extended options will not be available in the menus.
|
||||
;
|
||||
; * Designates default settings if the fdisk.ini file does not
|
||||
; exist or the statement is absent from the fdisk.ini file.
|
||||
;
|
||||
;
|
||||
; To override the autodetection of a hard disk with your own drive geometry:
|
||||
; (This function could be used if your BIOS does not correctly detect
|
||||
; the geometry of your hard disk.)
|
||||
;
|
||||
; Add the "DRIVE" statement with the syntax of: DRIVE A-BBBB-CCC-DD
|
||||
;
|
||||
; Where: A Represents the drive number
|
||||
; B Represents the number of cylinders
|
||||
; C Represents the number of heads
|
||||
; D Represents the number of sectors
|
||||
; i.e. DRIVE 3-0620-063-64 -> Sets drive 3 to 620 cylinders,
|
||||
; 63 heads, and 64 sectors.
|
||||
; NOTE: All fields specified in the DRIVE statement MUST be the EXACT
|
||||
; number of characters as indicated above.
|
||||
;
|
||||
; WARNING: If the drive that you are forcing geometry values for
|
||||
; does not exist or the values you enter are greater than
|
||||
; what is supported by the hard disk, unpredictable problems
|
||||
; will occur.
|
||||
;
|
||||
; Always proceed informational lines with a ";" so that Free FDISK ignores
|
||||
; that line.
|
||||
;
|
||||
; The items and settings below can be separated by equal signs "=" or spaces.
|
||||
;
|
||||
; Current settings:
|
||||
;
|
||||
ALLOW_4GB_FAT16 TRUE
|
||||
ALLOW_ABORT FALSE
|
||||
AMBR OFF
|
||||
CHECKEXTRA FALSE
|
||||
COLORS 7
|
||||
DEL_ND_LOG TRUE
|
||||
FLAG_SECTOR 2
|
||||
LABEL ON
|
||||
MONO FALSE
|
||||
REBOOT ON
|
||||
SET_ANY_ACT TRUE
|
||||
VERSION W98
|
||||
XO ON
|
||||
;
|
||||
; Hard Disk Detection Overrides:
|
||||
; (Replace the "#"s with the correct C/H/S values and remove the ";"
|
||||
; from the beginning of the line to enable an override.)
|
||||
;
|
||||
; DRIVE 1-####-###-##
|
||||
; DRIVE 2-####-###-##
|
||||
; DRIVE 3-####-###-##
|
||||
; DRIVE 4-####-###-##
|
||||
; DRIVE 5-####-###-##
|
||||
; DRIVE 6-####-###-##
|
||||
; DRIVE 7-####-###-##
|
||||
; DRIVE 8-####-###-##
|
||||
;
|
||||
;
|
||||
; Uncomment the debugging settings, below, if debugging is compiled in.
|
||||
;
|
||||
; Debugging settings:
|
||||
;
|
||||
; D_ALL OFF
|
||||
; D_CMD_ARG OFF
|
||||
; D_CR_PART OFF
|
||||
; D_DET_FR_SPC OFF
|
||||
; D_INPUT OFF
|
||||
; D_LBA OFF
|
||||
; D_PATH OFF
|
||||
; D_READ_S OFF
|
||||
; EMULATE_DISK OFF
|
||||
;
|
||||
; WRITE ON
|
||||
;
|
||||
;
|
||||
; End of file marker follows, do not remove it.
|
||||
999
|
||||
|
||||
|
280
H710 Guide Source Files/FreeDOS/FDOS/FDISKPT.INI
Normal file
280
H710 Guide Source Files/FreeDOS/FDOS/FDISKPT.INI
Normal file
@ -0,0 +1,280 @@
|
||||
; FDISKPT.INI
|
||||
; Partition Information File for Free FDISK
|
||||
;
|
||||
;
|
||||
;
|
||||
;
|
||||
; Syntax:
|
||||
;
|
||||
; xxx,aaaaaaaa,bbbbbbbbbbbbbb,ccccccccccccccccccccccccccccccccccccccccccccccccc;
|
||||
;
|
||||
; Where: x=decimal number of the partition type stored in the partition table
|
||||
; a=short description of partition type (must contain 8 characters)
|
||||
; b=long description of partition type (must contain 15 characters)
|
||||
; c=ignored (currently used for comments)
|
||||
;
|
||||
; Always proceed informational lines with a ";" so that Free FDISK ignores
|
||||
; that line.
|
||||
;
|
||||
; Note: Blank lines are not allowed in this file.
|
||||
;
|
||||
; Partition Information:
|
||||
000,Unused ,Unused ,Unused ;
|
||||
001,FAT12 ,FAT12 ,Primary DOS Partition (FAT-12);
|
||||
002,XENIX r ,Xenix root fs ,Xenix root file system ;
|
||||
003,XENIX u ,Xenix /usr ,Xenix /usr file system (obsolete) ;
|
||||
004,FAT16 ,FAT16 ,Primary DOS Partition (FAT-16);
|
||||
005,Extended,Extended ,Extended Partition ;
|
||||
006,FAT16 ,FAT16 ,Primary DOS Partition (FAT-16);
|
||||
007,NTFS ,NTFS ,OS/2 HPFS/WinNT NTFS ;
|
||||
008,AIX OS/2,AIX or OS/2 ,AIX or OS/2 v1.0-1.3 ;
|
||||
009,AIX boot,AIX boot/Coher.,AIX bootable or Coherent filesystem ;
|
||||
010,OS/2 BM ,OS/2 Boot Man. ,OS/2 Boot Manager ;
|
||||
011,FAT32 ,FAT32 ,Primary DOS Partition (FAT-32);
|
||||
012,FAT32 L ,FAT32 (LBA),Primary DOS Partition (LBA FAT-32);
|
||||
013,Unknown ,Unknown ,Unknown ;
|
||||
014,FAT16 L ,FAT16 (LBA),Primary DOS Partition (LBA FAT-16);
|
||||
015,Ext. LBA,Extended (LBA),Extended Partition (LBA);
|
||||
016,OPUS ,OPUS ,OPUS ;
|
||||
017,HIDDEN12,Hidden FAT12 ,Hidden FAT12 ;
|
||||
018,C. Diag.,Compaq Diag. ,Compaq Diagnostic Partition ;
|
||||
019,Unknown ,Unknown ,Unknown ;
|
||||
020,HIDDEN16,Hidden FAT16 ,Hidden FAT16 <32M 16-bit FAT ;
|
||||
021,Unknown ,Unknown ,Unknown ;
|
||||
022,HIDDEN16,Hidden FAT16 ,Hidden FAT16 >32M 16-bit FAT ;
|
||||
023,HPFSHIDD,Hidden HPFS ,Hidden HPFS ;
|
||||
024,AST W SW,AST Win swap ,AST special Windows swap file ;
|
||||
025,Willow P,Willowtech PcoS,Willowtech Photon coS ;
|
||||
026,Unknown ,Unknown ,Unknown ;
|
||||
027,HIDDEN32,Hidden FAT32 ,Hidden FAT32 ;
|
||||
028,HIDDEN32,Hidden FAT32 ,Hidden FAT32 (LBA) ;
|
||||
029,Unknown ,Unknown ,Unknown ;
|
||||
030,HIDDEN16,Hidden FAT16LBA,Hidden FAT16 (LBA) ;
|
||||
031,Unknown ,Unknown ,Unknown ;
|
||||
032,Willow O,Willowsoft O FS,Willowsoft Overture File System (OFS1) ;
|
||||
033,Oxygen ,Oxygen ,Oxygen file system FSo2 ;
|
||||
034,Oxygen E,Oxygen Extended,Oxygen extended partition table ;
|
||||
035,Reserved,Reserved ,Reserved ;
|
||||
036,NECMSDOS,NEC MS-DOS 3.X ,NEC MS-DOS 3.x ;
|
||||
037,Unknown ,Unknown ,Unknown ;
|
||||
038,Unknown ,Unknown ,Unknown ;
|
||||
039,Unknown ,Unknown ,Unknown ;
|
||||
040,Unknown ,Unknown ,Unknown ;
|
||||
041,Unknown ,Unknown ,Unknown ;
|
||||
042,Unknown ,Unknown ,Unknown ;
|
||||
043,Unknown ,Unknown ,Unknown ;
|
||||
044,Unknown ,Unknown ,Unknown ;
|
||||
045,Unknown ,Unknown ,Unknown ;
|
||||
046,Unknown ,Unknown ,Unknown ;
|
||||
047,Unknown ,Unknown ,Unknown ;
|
||||
048,Unknown ,Unknown ,Unknown ;
|
||||
049,Reserved,Reserved ,Reserved ;
|
||||
050,AlienNOS,Alien NOS ,Alien Internet Services' NOS ;
|
||||
051,Reserved,Reserved ,Reserved ;
|
||||
052,Reserved,Reserved ,Reserved ;
|
||||
053,OS2 JFS ,OS/2 JFS ,OS/2 AIX Journaling Filesystem ;
|
||||
054,Reserved,Reserved ,Reserved ;
|
||||
055,Unknown ,Unknown ,Unknown ;
|
||||
056,Theos ,Theos ,Theos ;
|
||||
057,Plan 9 ,Plan 9 ,Plan 9 ;
|
||||
058,Theos ,Theos ,Theos ;
|
||||
059,Theos ,Theos ,Theos ;
|
||||
060,PQMrecov,PQ Magic recov.,PowerQuest PartitionMagic recovery partition ;
|
||||
061,NetwareH,Hidden Netware ,Hidden Netware ;
|
||||
062,Unknown ,Unknown ,Unknown ;
|
||||
063,Unknown ,Unknown ,Unknown ;
|
||||
064,VENIX286,VENIX 80286 ,VENIX 80286 ;
|
||||
065,P.RISC B,Personal RISC B,Personal RISC Boot ;
|
||||
066,SFS P.G.,SFS by P. G. ,SFS by Peter Gutmann ;
|
||||
067,PTS-DOS ,PTS-DOS 6.70 ,PTS-DOS 6.70 & BootWizard: DR-DOS ;
|
||||
068,GoBack ,GoBack ,GoBack ;
|
||||
069,EUMEL/El,EUMEL/Elan ,EUMEL/Elan ;
|
||||
070,EUMEL/El,EUMEL/Elan ,EUMEL/Elan ;
|
||||
071,EUMEL/El,EUMEL/Elan ,EUMEL/Elan ;
|
||||
072,EUMEL/El,EUMEL/Elan ,EUMEL/Elan ;
|
||||
073,Unknown ,Unknown ,Unknown ;
|
||||
074,AdaOS Aq,AdaOS Aquila ,AdaOS Aquila ;
|
||||
075,Unknown ,Unknown ,Unknown ;
|
||||
076,Oberon ,Oberon ,Oberon ;
|
||||
077,QNX 4.0 ,First QNX 4.0 ,First QNX 4.0 Partition ;
|
||||
078,QNX 4.0 ,Second QNX 4.0 ,Second QNX 4.0 Partition ;
|
||||
079,QNX 4.0 ,Third QNX 4.0 ,Third QNX 4.0 Partition ;
|
||||
080,OnTrackR,OnTrack DM (RO),OnTrack Disk Manager (RO) ;
|
||||
081,NOVEL ,NOVEL ,NOVEL ;
|
||||
082,CP/M ,CP/M ,CP/M ;
|
||||
083,OnTrackW,OnTrack DM (WO),OnTrack Disk Manager (WO?) ;
|
||||
084,OnTrackD,OnTrack DM (DD),OnTrack Disk Manager (DDO) ;
|
||||
085,EZ Drive,EZ Drive ,EZ Drive ;
|
||||
086,G Bow VF,GoldenBow VF ,GoldenBow VFeature ;
|
||||
087,Unknown ,Unknown ,Unknown -- ;
|
||||
088,Unknown ,Unknown ,Unknown ;
|
||||
089,Unknown ,Unknown ,Unknown ;
|
||||
090,Unknown ,Unknown ,Unknown ;
|
||||
091,Unknown ,Unknown ,Unknown ;
|
||||
092,PriEdisk,Priam Edisk ,Priam Edisk ;
|
||||
093,Unknown ,Unknown ,Unknown ;
|
||||
094,Unknown ,Unknown ,Unknown ;
|
||||
095,Unknown ,Unknown ,Unknown ;
|
||||
096,Unknown ,Unknown ,Unknown ;
|
||||
097,SpdStor ,SpeedStor ,SpeedStor ;
|
||||
098,Unknown ,Unknown ,Unknown ;
|
||||
099,U/M/H ,Sys V/Mach/HURD,Unix System V, Mach, GNU HURD ;
|
||||
100,Nvll 286,Novell NW 286 ,Novell NetWare 286 ;
|
||||
101,Nvll 311,Novell NW(3.11),Novell NetWare (3.11) ;
|
||||
102,Unknown ,Unknown ,Unknown ;
|
||||
103,Novell ,Novell ,Novell ;
|
||||
104,Novell ,Novell ,Novell ;
|
||||
105,Novell ,Novell ,Novell ;
|
||||
106,Unknown ,Unknown ,Unknown ;
|
||||
107,Unknown ,Unknown ,Unknown ;
|
||||
108,Unknown ,Unknown ,Unknown ;
|
||||
109,Unknown ,Unknown ,Unknown ;
|
||||
110,Unknown ,Unknown ,Unknown ;
|
||||
111,Unknown ,Unknown ,Unknown ;
|
||||
112,DskSecur,DS Multi-Boot ,DiskSecure Multi-Boot ;
|
||||
113,Unknown ,Unknown ,Unknown ;
|
||||
114,Unknown ,Unknown ,Unknown ;
|
||||
115,Reserved,Reserved ,Reserved ;
|
||||
116,Reserved,Reserved ,Reserved ;
|
||||
117,PC/IX ,PC/IX ,PC/IX ;
|
||||
118,Reserved,Reserved ,Reserved ;
|
||||
119,Unknown ,Unknown ,Unknown ;
|
||||
120,Unknown ,Unknown ,Unknown ;
|
||||
121,Unknown ,Unknown ,Unknown ;
|
||||
122,Unknown ,Unknown ,Unknown ;
|
||||
123,Unknown ,Unknown ,Unknown ;
|
||||
124,Unknown ,Unknown ,Unknown ;
|
||||
125,Unknown ,Unknown ,Unknown ;
|
||||
126,Unknown ,Unknown ,Unknown ;
|
||||
127,Unknown ,Unknown ,Unknown ;
|
||||
128,Minix ,Minix v1.1-1.4a,Minix v1.1 - 1.4a ;
|
||||
129,M/Linux ,Linux/Minix ,Linux 1.x/Minix v1.4b+ ;
|
||||
130,Linux S ,Linux swap ,Linux swap ;
|
||||
131,Linux N ,Linux native ,Linux native (ext2fs/xiafs) ;
|
||||
132,HIDDENC:,Hidden C: ,OS/2 Hidden C: ;
|
||||
133,Linux E ,Linux extended ,Linux extended ;
|
||||
134,FAT16NTS,FAT16 vol/strp ,FAT16 volume/stripe set (Windows NT) ;
|
||||
135,NTFS ,WinNT HPFS/NTFS,WinNT HPFS or NTFS ;
|
||||
136,Unknown ,Unknown ,Unknown ;
|
||||
137,Unknown ,Unknown ,Unknown ;
|
||||
138,Unknown ,Unknown ,Unknown ;
|
||||
139,Unknown ,Unknown ,Unknown ;
|
||||
140,Unknown ,Unknown ,Unknown ;
|
||||
141,Unknown ,Unknown ,Unknown ;
|
||||
142,Unknown ,Unknown ,Unknown ;
|
||||
143,Unknown ,Unknown ,Unknown ;
|
||||
144,Unknown ,Unknown ,Unknown ;
|
||||
145,Unknown ,Unknown ,Unknown ;
|
||||
146,Unknown ,Unknown ,Unknown ;
|
||||
147,Amoeba ,Amoeba file sys,Amoeba file system ;
|
||||
148,Amoeba B,Amoeba BBT ,Amoeba bad block table ;
|
||||
149,Unknown ,Unknown ,Unknown ;
|
||||
150,Unknown ,Unknown ,Unknown ;
|
||||
151,Unknown ,Unknown ,Unknown ;
|
||||
152,Unknown ,Unknown ,Unknown ;
|
||||
153,Unknown ,Unknown ,Unknown ;
|
||||
154,Unknown ,Unknown ,Unknown ;
|
||||
155,Unknown ,Unknown ,Unknown ;
|
||||
156,Unknown ,Unknown ,Unknown ;
|
||||
157,Unknown ,Unknown ,Unknown ;
|
||||
158,Unknown ,Unknown ,Unknown ;
|
||||
159,Unknown ,Unknown ,Unknown ;
|
||||
160,PhoenixP,Phoenix NB PM ,Phoenix NoteBIOS Power Management "Save-to-Disk";
|
||||
161,Reserved,Reserved ,Reserved ;
|
||||
162,Unknown ,Unknown ,Unknown ;
|
||||
163,Reserved,Reserved ,Reserved ;
|
||||
164,Reserved,Reserved ,Reserved ;
|
||||
165,BSD Var.,BSD Variant ,BSD Variant ;
|
||||
166,OpenBSD ,OpenBSD ,OpenBSD ;
|
||||
167,NeXTStep,NeXTStep ,NeXTStep ;
|
||||
168,Unknown ,Unknown ,Unknown ;
|
||||
169,Unknown ,Unknown ,Unknown ;
|
||||
170,Unknown ,Unknown ,Unknown ;
|
||||
171,DarwBoot,Apple Boot ,Apple Darwin boot ;
|
||||
172,Unknown ,Unknown ,Unknown ;
|
||||
173,Unknown ,Unknown ,Unknown ;
|
||||
174,Unknown ,Unknown ,Unknown ;
|
||||
175,Unknown ,Unknown ,Unknown ;
|
||||
176,Unknown ,Unknown ,Unknown ;
|
||||
177,Unknown ,Unknown ,Unknown ;
|
||||
178,Unknown ,Unknown ,Unknown ;
|
||||
179,Unknown ,Unknown ,Unknown ;
|
||||
180,Reserved,Reserved ,Reserved ;
|
||||
181,Unknown ,Unknown ,Unknown ;
|
||||
182,Reserved,Reserved ,Reserved ;
|
||||
183,BSDI SS,BSDI FS SS ,BSDI file system (secondarily swap) ;
|
||||
184,BSDIswap,BSDI swap ,BSDI swap (secondarily file system) ;
|
||||
185,Unknown ,Unknown ,Unknown ;
|
||||
186,Unknown ,Unknown ,Unknown ;
|
||||
187,Unknown ,Unknown ,Unknown ;
|
||||
188,Unknown ,Unknown ,Unknown ;
|
||||
189,Unknown ,Unknown ,Unknown ;
|
||||
190,Unknown ,Unknown ,Unknown ;
|
||||
191,Unknown ,Unknown ,Unknown ;
|
||||
192,Unknown ,Unknown ,Unknown ;
|
||||
193,DRDOS612,DR DOS 6 LOG 12,DR DOS 6.0 LOGIN.EXE-secured 12-bit FAT ;
|
||||
194,Unknown ,Unknown ,Unknown ;
|
||||
195,Unknown ,Unknown ,Unknown ;
|
||||
196,DRDOS616,DR DOS 6 LOG 16,DR DOS 6.0 LOGIN.EXE-secured 16-bit FAT ;
|
||||
197,Unknown ,Unknown ,Unknown ;
|
||||
198,DRDOS6 H,DR DOS 6 LOG H ,DR DOS 6.0 LOGIN.EXE-secured Huge ;
|
||||
199,Syrinx B,Syrinx Boot ,Syrinx Boot ;
|
||||
200,Unknown ,Unknown ,Unknown ;
|
||||
201,Unknown ,Unknown ,Unknown ;
|
||||
202,Unknown ,Unknown ,Unknown ;
|
||||
203,Unknown ,Unknown ,Unknown ;
|
||||
204,Unknown ,Unknown ,Unknown ;
|
||||
205,Unknown ,Unknown ,Unknown ;
|
||||
206,Unknown ,Unknown ,Unknown ;
|
||||
207,Unknown ,Unknown ,Unknown ;
|
||||
208,Unknown ,Unknown ,Unknown ;
|
||||
209,Unknown ,Unknown ,Unknown ;
|
||||
210,TinyEFAT,Tiny EFAT ,O.S.G. EFAT (Tiny Version) ;
|
||||
211,EFAT ,EFAT ,O.S.G. EFAT (Normal Version) ;
|
||||
212,SecuEFAT,Secured EFAT ,O.S.G. EFAT (Secured Version) ;
|
||||
213,OptiEFAT,Optical EFAT ,O.S.G. EFAT (Optical Version) ;
|
||||
214,Unknown ,Unknown ,Unknown ;
|
||||
215,Unknown ,Unknown ,Unknown ;
|
||||
216,CP/M-86 ,CP/M-86 ,CP/M-86 ;
|
||||
217,Unknown ,Unknown ,Unknown ;
|
||||
218,Unknown ,Unknown ,Unknown ;
|
||||
219,CP/M ,CP/M,C CP/M,C D,CP/M, Concurrent CP/M, Concurrent DOS ;
|
||||
220,Unknown ,Unknown ,Unknown ;
|
||||
221,Unknown ,Unknown ,Unknown ;
|
||||
222,Unknown ,Unknown ,Unknown ;
|
||||
223,Unknown ,Unknown ,Unknown ;
|
||||
224,Unknown ,Unknown ,Unknown ;
|
||||
225,SSFAT12E,SpeedStor F12 E,SpeedStor 12-bit FAT extended ;
|
||||
226,Unknown ,Unknown ,Unknown ;
|
||||
227,DOS RO ,DOS RO ,DOS RO ;
|
||||
228,SS FAT16,SpeedStor FAT16,SpeedStor 16-bit FAT ;
|
||||
229,Reserved,Reserved ,Reserved ;
|
||||
230,Reserved,Reserved ,Reserved ;
|
||||
231,Unknown ,Unknown ,Unknown ;
|
||||
232,Unknown ,Unknown ,Unknown ;
|
||||
233,Unknown ,Unknown ,Unknown ;
|
||||
234,Unknown ,Unknown ,Unknown ;
|
||||
235,BeOSBFS1,BeOS BFS-1 ,BeOS BFS-1 ;
|
||||
236,Unknown ,Unknown ,Unknown ;
|
||||
237,Unknown ,Unknown ,Unknown ;
|
||||
238,Unknown ,Unknown ,Unknown ;
|
||||
239,Unknown ,Unknown ,Unknown -- ;
|
||||
240,Linux PR,Linux/PA-RISC ,Linux/PA-RISC boot loader ;
|
||||
241,StorageD,Storage Dim. ,Storage Dimensions ;
|
||||
242,DOS3.3+S,DOS 3.3+ sec. ,DOS 3.3+ secondary ;
|
||||
243,SpeedS ,SpeedStor ,SpeedStor ;
|
||||
244,SpeedS ,SpeedStor ,SpeedStor ;
|
||||
245,Prologue,Prologue ,Prologue ;
|
||||
246,SpeedStr,SpeedStor ,Storage Dimensions SpeedStor ;
|
||||
247,OSG EFAT,OSG EFAT ,O.S.G. EFAT ;
|
||||
248,Unknown ,Unknown ,Unknown ;
|
||||
249,Unknown ,Unknown ,Unknown ;
|
||||
250,BochsX86,BochsX86 ,MandrakSoft's Bochs x86 emulator ;
|
||||
251,VMware F,VMware File Sys,VMware File System ;
|
||||
252,VMware S,VMware Swap ,VMware Swap ;
|
||||
253,FreeDOS ,FreeDOS/Linux R,Reserved for FreeDOS (0xFD) / Linux RAID ;
|
||||
254,LANstep ,LANstep ,LANstep ;
|
||||
255,XenixBBT,Xenix BBT ,Xenix bad block table ;
|
||||
;
|
||||
;End of file marker follows.
|
||||
999
|
BIN
H710 Guide Source Files/FreeDOS/FDOS/FORMAT.EXE
Normal file
BIN
H710 Guide Source Files/FreeDOS/FDOS/FORMAT.EXE
Normal file
Binary file not shown.
BIN
H710 Guide Source Files/FreeDOS/FDOS/HIMEM.EXE
Normal file
BIN
H710 Guide Source Files/FreeDOS/FDOS/HIMEM.EXE
Normal file
Binary file not shown.
BIN
H710 Guide Source Files/FreeDOS/FDOS/SHSUCDX.EXE
Normal file
BIN
H710 Guide Source Files/FreeDOS/FDOS/SHSUCDX.EXE
Normal file
Binary file not shown.
BIN
H710 Guide Source Files/FreeDOS/FDOS/XCOPY.EXE
Normal file
BIN
H710 Guide Source Files/FreeDOS/FDOS/XCOPY.EXE
Normal file
Binary file not shown.
BIN
H710 Guide Source Files/FreeDOS/KERNEL.SYS
Normal file
BIN
H710 Guide Source Files/FreeDOS/KERNEL.SYS
Normal file
Binary file not shown.
@ -1,9 +1,11 @@
|
||||
@echo off
|
||||
echo H710P B0 Revision Preparation
|
||||
pause If your card is not B0 and a P, hit ctrl+c now!! Otherwise hit enter
|
||||
echo H710P mini B0 Revision Preparation
|
||||
pause If your card is not a mini B0 and a P, hit ctrl+c now!! Otherwise hit enter
|
||||
pause Press any key to clean adapter flash
|
||||
megarec -cleanflash 0
|
||||
echo Flash Cleaning Complete
|
||||
pause Press any key to continue
|
||||
echo running second cleaning to be sure
|
||||
megarec -cleanflash 0
|
||||
pause Press any key to write IT Mode SBR
|
||||
megarec -writesbr 0 PB0MOD.sbr
|
||||
pause If no errors above, you may press any key then reboot
|
||||
|
@ -1,6 +1,6 @@
|
||||
@echo off
|
||||
echo Revert B0 H710P To Dell Firmware
|
||||
pause If your card is not D1 P, hit ctrl+c now!! Otherwise hit enter
|
||||
echo Revert B0 H710P mini To Dell Firmware
|
||||
pause If your card is not D1 P mini, hit ctrl+c now!! Otherwise hit enter
|
||||
pause Press any key to clean adapter flash
|
||||
megarec -cleanflash 0 710PSTK.rom
|
||||
echo Flashing Dell Image Complete
|
||||
|
@ -1,9 +1,11 @@
|
||||
@echo off
|
||||
echo H710P D1 Revision Preparation
|
||||
pause If your card is not D1 and a P, hit ctrl+c now!! Otherwise hit enter
|
||||
echo H710P mini D1 Revision Preparation
|
||||
pause If your card is not a D1 mini and a P, hit ctrl+c now!! Otherwise hit enter
|
||||
pause Press any key to clean adapter flash
|
||||
megarec -cleanflash 0
|
||||
echo Flash Cleaning Complete
|
||||
pause Press any key to continue
|
||||
echo running second cleaning to be sure
|
||||
megarec -cleanflash 0
|
||||
pause Press any key to write IT Mode SBR
|
||||
megarec -writesbr 0 PD1MOD.sbr
|
||||
pause If no errors above, you may press any key then reboot
|
||||
|
@ -1,6 +1,6 @@
|
||||
@echo off
|
||||
echo Revert D1 H710P To Dell Firmware
|
||||
pause If your card is not D1 P, hit ctrl+c now!! Otherwise hit enter
|
||||
echo Revert D1 H710P mini To Dell Firmware
|
||||
pause If your card is not D1 P mini, hit ctrl+c now!! Otherwise hit enter
|
||||
pause Press any key to clean adapter flash
|
||||
megarec -cleanflash 0 710PSTK.rom
|
||||
echo Flashing Dell Image Complete
|
||||
|
BIN
H710 Guide Source Files/FreeDOS/UMBPCI.SYS
Normal file
BIN
H710 Guide Source Files/FreeDOS/UMBPCI.SYS
Normal file
Binary file not shown.
BIN
H710 Guide Source Files/FreeDOS/sys.com
Normal file
BIN
H710 Guide Source Files/FreeDOS/sys.com
Normal file
Binary file not shown.
102
docs/H710P-D1-full.md
Normal file
102
docs/H710P-D1-full.md
Normal file
@ -0,0 +1,102 @@
|
||||
# H710P D1 Full Size IT Mode Flashing
|
||||
Continued instructions for flashing the H710P Full Size (D1 Revision). You should only continue here after following the [Introduction Page](https://fohdeesha.com/docs/perc/). If you haven't done so already, go back.
|
||||
|
||||
## Verify & SAS
|
||||
You should still be in the FreeDOS live boot image. Double check you are on the right guide by running the following command again:
|
||||
```
|
||||
info
|
||||
```
|
||||
Your output should exactly match the below:
|
||||
```
|
||||
Product Name : PERC H710P Adapter
|
||||
ChipRevision : D1
|
||||
SAS Address : xxxx (will differ)
|
||||
```
|
||||
If so, continue on! If not, stop and go back to the [introduction page](https://fohdeesha.com/docs/perc/) and get on the right guide.
|
||||
|
||||
You also need to note the SAS address of the card from the above output so we can program it back later. Take a screenshot of the console, or otherwise note down the address so you can write it back at the end of the guide. It's not a huge deal if you lose it, but it's easiest to program back the original address instead of generating a new one.
|
||||
|
||||
## Cleaning The Card
|
||||
Still in FreeDOS, run the following command to wipe the flash on the card and get rid of all Dell firmware. This will also flash the required SBR:
|
||||
```
|
||||
BGPD1CRS
|
||||
```
|
||||
Follow the prompts. If it finishes without error, it's time to reboot into Linux. Get the Linux live ISO from the ZIP ready to boot from, then tell FreeDOS to reboot:
|
||||
```
|
||||
reboot
|
||||
```
|
||||
|
||||
## Linux Time
|
||||
You should now be booted into the Linux ISO from the ZIP. Use the following credentials to login: **user/live**
|
||||
|
||||
We highly recommend SSH'ing to the live ISO so you can copy/paste commands and not have to use the iDRAC virtual console. To do so, run the following to find the IP of the install:
|
||||
```
|
||||
ipinfo
|
||||
```
|
||||
It should spit out an IP. SSH to it, using the same **user/live** credentials. This is not required and you can continue on using the iDRAC (or physical) console, but it will be slightly more inconvenient.
|
||||
|
||||
## Flashing IT Firmware
|
||||
Now, still in Linux, we need to change to the root user:
|
||||
```
|
||||
sudo su -
|
||||
```
|
||||
Now we run the flashing script. Issue the following command to begin the process:
|
||||
```
|
||||
D1-H710
|
||||
```
|
||||
It should automatically do everything required to flash the card. If you don't get any unexpected errors and it completes, we need to reboot and program the SAS address back to finish. See the following note.
|
||||
|
||||
**Note:** For some reason, the very first boot after crossflashing the card will cause a kernel panic - I believe it's iDRAC not letting go of something (I was able to see the card put in a fault state via the debug UART when this happens). This only happens the first reboot after crossflashing. When you boot back into the live ISO and get the panic, either let it reboot itself, or use iDRAC to force a reboot. After that boot back into the live ISO again and all will be well.
|
||||
## Programming SAS Address Back
|
||||
|
||||
Now rebooted back into the live Linux image, just run the following commands, filling in the example address with your own, that you noted down earlier:
|
||||
```
|
||||
sudo su -
|
||||
setsas 500605b123456777
|
||||
```
|
||||
It should succeed without errors. That's it! You can run the following command to get some info about your new card. You should be able to see your SAS address and the same firmware version:
|
||||
```
|
||||
info
|
||||
```
|
||||
|
||||
```
|
||||
Controller Number : 0
|
||||
Controller : SAS2308_2(D1)
|
||||
PCI Address : 00:02:00:00
|
||||
SAS Address : 0000000-0-0000-0000
|
||||
NVDATA Version (Default) : 14.01.00.06
|
||||
NVDATA Version (Persistent) : 14.01.00.06
|
||||
Firmware Product ID : 0x2214 (IT)
|
||||
Firmware Version : 20.00.07.00
|
||||
NVDATA Vendor : LSI
|
||||
NVDATA Product ID : SAS9207-8i
|
||||
BIOS Version : N/A
|
||||
UEFI BSD Version : N/A
|
||||
FCODE Version : N/A
|
||||
Board Name : SAS9207-8i
|
||||
Board Assembly : N/A
|
||||
Board Tracer Number : N/A
|
||||
|
||||
```
|
||||
Unless you also need to flash boot images for booting off the card, you can now ditch all the live images and reboot back into your normal system, and enjoy your IT mode card.
|
||||
|
||||
## Optional: Boot Images
|
||||
>Note: flashing these can add up to 2 minutes to server boot time if you have a lot of drives. Be sure you need them!
|
||||
|
||||
If you need to boot from drives connected to this adapter, you'll need to flash a boot image to it. Otherwise, skip it. This is what gives you the "press blahblah to enter the LSI boot configuration utility" text when the server boots. To flash the regular BIOS boot image:
|
||||
```
|
||||
flashboot /root/Bootloaders/mptsas2.rom
|
||||
```
|
||||
If you want to UEFI boot from drives connected to this adapter, you need to flash the UEFI boot image (the card can have both UEFI and BIOS boot images flashed):
|
||||
```
|
||||
flashboot /root/Bootloaders/x64sas2.rom
|
||||
```
|
||||
You can now ditch the live images and boot back into your normal system.
|
||||
|
||||
## Optional: Reverting
|
||||
If for some reason you need to revert back to the stock Dell PERC firmware, that's easy. Boot back into the FreeDOS live image, and run the following command:
|
||||
```
|
||||
BGPD1RVT
|
||||
```
|
||||
That's it! When it finishes, just reboot back to your normal system with the `reboot` command.
|
||||
>Note: This uses the unmodified latest Dell firmware `21.3.5-0002,A09` extracted from the update EXE found [here](https://www.dell.com/support/home/us/en/04/drivers/driversdetails?driverid=mfgkt).
|
16
docs/perc.md
16
docs/perc.md
@ -1,3 +1,4 @@
|
||||
|
||||
# H310/H710/H710P Mini & Full Size IT Crossflashing
|
||||
This guide allows you to crossflash 12th gen Dell Mini Mono & full size cards to LSI IT firmware. Mini Mono refers to the small models that fit in the dedicated "storage slot" on Dell servers. Because iDRAC checks the PCI vendor values of cards in this slot before allowing the server to boot, the generic full-size PERC crossflashing guides do not apply. This guide however solves that issue. [Technical explanation](https://github.com/marcan/lsirec/issues/1#issuecomment-574971959) for those curious. The following cards are currently supported (if you have a model not listed, [contact me](mailto:jon@fohdeesha.com?subject=PERC-Unknown)):
|
||||
|
||||
@ -5,8 +6,9 @@ This guide allows you to crossflash 12th gen Dell Mini Mono & full size cards to
|
||||
* H710 Mini Mono
|
||||
* H710P Mini Mono
|
||||
* H710 Full Size
|
||||
* H710P Full Size
|
||||
|
||||
Please note that we're not the first to do this by far, a few eBay sellers figured this out and have kept it a secret in order to crossflash these themselves, then sell hundreds of them for 4x the cost of the original cards. In the spirit of open source, this guide is intended to allow users to save money and do it themselves. If you're lazy and want a pre-flashed card, [eBay](https://www.ebay.com/sch/theartofserver/m.html) is still an option.
|
||||
Please note that we're not the first to do this, a few eBay sellers figured this out and have kept it a secret in order to crossflash these themselves, then sell hundreds of them for 4x the cost of the original cards. In the spirit of open source, this guide is intended to allow users to save money and do it themselves. If you're lazy and want a pre-flashed card, [eBay](https://www.ebay.com/sch/theartofserver/m.html) is still an option.
|
||||
|
||||
## Thanks
|
||||
[**Jon Sands**](http://fohdeesha.com/)
|
||||
@ -29,8 +31,8 @@ Ensure there is only one LSI-based adapter in your system. If there are others b
|
||||
Download the ZIP below which contains two ISOs. One is a FreeDOS live image, the other is a Debian live image. Both come prepackaged with all the required tools and files, and they can be booted either via iDRAC virtual media or by burning them to a flash drive via [Rufus](https://rufus.ie/), using `dd`, or your favorite flashing utility - up to you.
|
||||
|
||||
[```Dell Perc Flashing ZIP```](https://fohdeesha.com/data/other/perc/perc-crossflash.zip)
|
||||
```Version: v1.2```
|
||||
```ZIP Updated: 02-26-2020```
|
||||
```Version: v1.3```
|
||||
```ZIP Updated: 03-06-2020```
|
||||
```MD5: 0c4693c7a98fda64e01f25bc10a5f3a6```
|
||||
|
||||
>Note: If you **know** you have an H310 Mini (**not** an H710), skip all of the below and jump right to the [H310 Mini Guide](https://fohdeesha.com/docs/H310/). Otherwise, continue below.
|
||||
@ -49,6 +51,7 @@ If it displays an **H710 Mini D1** revision, proceed to the [H710 (D1) Guide](ht
|
||||
If it displays an **H710P Mini B0** revision, proceed to the [H710P (B0) Guide](https://fohdeesha.com/docs/H710P-B0/)
|
||||
If it displays an **H710P Mini D1** revision, proceed to the [H710P (D1) Guide](https://fohdeesha.com/docs/H710P-D1/)
|
||||
If it displays an **H710 Adapter B0** revision, proceed to the [H710 Full Size (B0) Guide](https://fohdeesha.com/docs/H710-B0-full/)
|
||||
If it displays an **H710P Adapter D1** revision, proceed to the [H710P Full Size (D1) Guide](https://fohdeesha.com/docs/H710P-D1-full/)
|
||||
|
||||
If it displays anything that doesn't exactly match the above choices, [contact me](mailto:jon@fohdeesha.com?subject=PERC-Unknown) with a screenshot.
|
||||
|
||||
@ -62,6 +65,11 @@ Regardless, since they're the same price used, you may as well grab the D1 revis
|
||||
- Unless you already have one just buy an actual LSI card for half the price
|
||||
- 017MXW
|
||||
|
||||
**H710P D1 Full Size Part Numbers:**
|
||||
- These full size cards are still $$$ for some reason
|
||||
- Unless you already have one just buy an actual LSI card for half the price
|
||||
- 07GCGT
|
||||
|
||||
**H710 B0 Mini Part Numbers:**
|
||||
- 0MCR5X
|
||||
- 0FRH64
|
||||
@ -82,4 +90,4 @@ Regardless, since they're the same price used, you may as well grab the D1 revis
|
||||
### Contributing:
|
||||
The markdown source for these guides is hosted on [**my Github repo.**](https://github.com/Fohdeesha/lab-docu) If you have any suggested changes or additions feel free to submit a pull request.
|
||||
|
||||
```Documentation version:``` [ v1.8 (02-26-2020)](https://github.com/Fohdeesha/lab-docu/commits/master)
|
||||
```Documentation version:``` [ v1.9 (03-06-2020)](https://github.com/Fohdeesha/lab-docu/commits/master)
|
Loading…
Reference in New Issue
Block a user