home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 October / PCWorld_1999-10_cd1.bin / Hardware / Drivers / MastBoot / EFDISK.TXT < prev    next >
Text File  |  1999-06-27  |  26KB  |  576 lines

  1.             ╔═════════════════════════════════════╗
  2.             ║      EFDISK v2.8 DOCUMENTATION      ║
  3.             ║ Copyright (c) 1997-1999 Nagy Daniel ║
  4.             ║      Release date: 06-28-1999       ║
  5.             ╚═════════════════════════════════════╝
  6.  
  7. ┌──────────┐
  8. │ CONTENTS │
  9. └──────────┘
  10.  
  11.         Disclaimer............................ 1
  12.  
  13.                 Copyright............................. 2
  14.  
  15.         Introduction.......................... 3
  16.  
  17.         Features.............................. 4
  18.  
  19.         Requirements.......................... 5
  20.  
  21.         Usage (IMPORTANT!).................... 6
  22.  
  23.                 Partition types....................... 7
  24.  
  25.         History............................... 8
  26.  
  27.         Technical information................. 9
  28.  
  29.         Contact, about the author............ 10
  30.  
  31.  
  32. ┌────────────┐
  33. │ DISCLAIMER ├──────────────────────── 1 ─────────────────────────────────────
  34. └────────────┘
  35.  
  36.         Using this program comes without any warranty. The author
  37.         and distributors will not accept responsibility for any
  38.         damage incurred directly or indirectly through use of this
  39.         program.
  40.         Use at your own risk!
  41.  
  42. ┌───────────┐
  43. │ COPYRIGHT ├───────────────────────── 2 ─────────────────────────────────────
  44. └───────────┘
  45.  
  46.         All copyrights are exclusively owned by the author, Nagy Daniel.
  47.         This program is a part of the MasterBooter package. Distributing it
  48.         separately is not allowed. You can distribute the whole unmodified
  49.         shareware MasterBooter package only with all files intact!
  50.         Distributing the registered version is not allowed!
  51.         For other distributing information see the MasterBooter
  52.         documentation.
  53.  
  54. ┌──────────────┐
  55. │ INTRODUCTION ├────────────────────── 3 ─────────────────────────────────────
  56. └──────────────┘
  57.  
  58.         EFDISK (Extended FDISK) is a disk partitioning program. With EFDISK
  59.         you can create or modify primary partitions on your harddisks.
  60.         EFDISK supports many partition types, however you cannot make
  61.         logical drives and extended partitions with it. The original
  62.         FDISK program doesn't allow you to create more than one primary
  63.         partition. EFDISK does, therefore it's a powerful tool to help
  64.         installing more operating systems on your PC.
  65.         The registered version can create partitions by automatically
  66.         calculating the remaining free space. This can be extremely useful
  67.         for system administrators, schools and computer store employees.
  68.         EFDISK is a support program of MasterBooter.
  69.  
  70. ┌──────────┐
  71. │ FEATURES ├────────────────────────── 4 ─────────────────────────────────────
  72. └──────────┘
  73.  
  74.         - Displaying partition information of all drives in your system
  75.  
  76.         - Creating or editing partitions (causes data loss!)
  77.  
  78.         - Compatibility with all partition types, including:
  79.              FAT16, FAT32 (DOS, Windows, Windows95/98, OS/2)
  80.              Hidden FAT, NTFS/HPFS
  81.              HPFS (OS/2)
  82.              Ext2FS (Linux)
  83.              Linux swap (Linux)
  84.              NTFS (Windows NT)
  85.  
  86.         - Easy-to-use user interface
  87.  
  88.         - Usable via command line options (use /? option for help)
  89.  
  90. ┌──────────────┐
  91. │ REQUIREMENTS ├────────────────────── 5 ─────────────────────────────────────
  92. └──────────────┘
  93.  
  94.      - 80286 processor or up
  95.      - MS-DOS or compatible operating system
  96.      - At least one harddisk
  97.      - Keyboard
  98.      - VGA adapter
  99.  
  100. ┌───────┐
  101. │ USAGE ├───────────────────────────── 6 ─────────────────────────────────────
  102. └───────┘
  103.  
  104.      Note: Playing with partitions is a risky job! Use this program only
  105.            if you know what you're doing! Be sure to read the documentation!
  106.  
  107.      1) Installation
  108.  
  109.         You can copy these files (this docs and the executables) together
  110.         wherever you like. This program doesn't need any additional
  111.         settings. Just execute it.
  112.         Copying this program to a system floppy can be useful.
  113.  
  114.  
  115.      2) Usage information
  116.  
  117.           For safety:
  118.           0) BACK UP ALL IMPORTANT DATA!
  119.           1) Make a system disk by typing: 'format a: /s'
  120.           2) Run the program MRESCUE.COM. Choose the 'Create rescue disk'
  121.              option. It will copy important information about your disks
  122.              and the MRESCUE.COM itself to floppy, so you can restore your
  123.              previous configuration later if necessary.
  124.           3) Now you can safely run EFDISK. If anything goes wrong, boot
  125.              from the floppy you've just created, run MRESCUE.COM and
  126.              choose 'Restore original configuration'.
  127.              This will reset all modifications.
  128.              Send me a mail if something is not working, and write
  129.              all steps you've done unless I won't be able to correct the
  130.              problem. Thank You!
  131.  
  132.         Before running EFDISK quit all multitasking environments
  133.         (i.e. WindowsNT or OS/2 DOS box) and run plain DOS, because these
  134.         operating systems won't let programs to modify the Master Boot
  135.         Record.
  136.  
  137.         EFDISK gathers information about your harddisks and partitions.
  138.         It shows a list of all primary partitions of all harddisks and
  139.         their parameters. From this list you can choose the partition
  140.         you want to change.
  141.         In the upper right window, the program shows the number of cylinders,
  142.         heads and sectors of each harddisk.
  143.  
  144.         The highlight can be moved with the up/down arrow keys.
  145.         Press ENTER to change the parameters of the highlighted partition.
  146.         All data in a changed partition will be lost!
  147.         After pressing ENTER on a partition, EFDISK asks several questions.
  148.         These are:
  149.         - The hexadecimal type ID of the partition. EFDISK will show you
  150.           the most common types and IDs. Type the value, and press ENTER.
  151.           Check out section 7 in this documentation for more types.
  152.         - Starting cylinder number of partition (the minimum is 0).
  153.           If the previous partition is ending on cylinder 'x' then set
  154.           this to 'x+1'. This number is decimal. Type and press ENTER.
  155.         - Ending cylinder number of partition. EFDISK will show you the
  156.           maximum cylinder number available for the actual harddisk.
  157.           This number is also decimal. Type and press ENTER.
  158.  
  159.         The number of heads and sectors per track values are determined
  160.         automatically for each disk, you don't have to mess with them.
  161.  
  162.         Pressing SPACE will activate the highlighted partition, pressing DEL
  163.         will clear the whole highlighted entry.
  164.  
  165.         Pressing 'h' over a FAT partition will cause hiding/unhiding it.
  166.         This can be important if OS/2 is used, or if you don't want
  167.         Windows95/NT to recognize other primary FAT partitions.
  168.  
  169.         After preparing all partition entries, press F10 to save the new
  170.         partition table to the harddisk.
  171.  
  172. !!   Usage note: - EFDISK doesn't check for partition errors! It's not an
  173. !!                 'intelligent' program. You have total freedom to set all
  174. !!                 parameters, even if they are incorrect or useless!
  175.                 
  176.      3) Command line usage
  177.  
  178.         Since v2.1 EFDISK can be used with command line options. With
  179.         command line options, one can create, delete and activate partitions,
  180.         and hide/unhide primary FAT partitions. This can be very useful for
  181.         system administrators, hardware/software stores or schools.
  182.         Note that the changes will take effect only after a reboot.
  183.  
  184.         If there was an error, then the return value is 1, else 0.
  185.  
  186.         The syntax is:
  187.         efdisk command <partition_number> [harddisk_number]
  188.  
  189.         Defining the partition number is always compulsory except for the
  190.         'delall' command, where is must be omitted.
  191.  
  192.         The commands are:
  193.         /create type starting_cyl. ending_cyl. - to create
  194.         /crsize type size_in_MB                - to create (registered only)
  195.         /delete                                - to delete
  196.         /delall                                - to delete all
  197.         /activate                              - to activate
  198.         /hidefat                               - to hide primary FAT
  199.         /hident                                - to hide primary NTFS/HPFS
  200.         /unhidefat                             - to unhide primary FAT
  201.         /unhident                              - to unhide primary NTFS/HPFS
  202.         /mbr                                   - to install new MBR loader
  203.         /print                                 - to print the partition table
  204.         /?                                     - to get help
  205.  
  206.         - Only one command is allowed per command line.
  207.         - The type is hexadecimal, the cylinders are decimal numbers.
  208.         - Partition number is a number from 1 to 4. Only one partition number
  209.           is allowed per command (don't use this parameter for delall, mbr
  210.           and print commands).
  211.         - Disk number is a number from 1 to 4. If omitted, the default is 1.
  212.           Only one disk number is allowed per command.
  213.         - The /crsize command calculates the new partition's starting
  214.           cylinder from the previous partition's ending cylinder. Therefore
  215.           always be sure, that the previous partition entry defines an
  216.           already existing valid partition, or you will loose your data!
  217.           If the new partition is the first partition, then the
  218.           starting cylinder number will be 0.
  219.           This command is only available in the registered version.
  220.         - The /mbr, /delall and /print commands only need a harddisk number
  221.           (the default is the primary master harddisk if not specified)
  222.  
  223.  
  224.         Examples:
  225.         --------
  226.         - To create a primary BIGDOS partition (type 6) with starting
  227.           cylinder 12, ending cylinder 265 in the 3rd partition entry on
  228.           the 2nd harddisk, type:
  229.           efdisk /create 6 12 265 3 2
  230.         - to create a 165MB BIGDOS partition in the 2nd entry (1st must be
  231.           a valid existing partition) on the 1st harddisk, type:
  232.           efdisk /crsize 6 165 2   (registered version only)
  233.         - To delete the 2nd partition on the 1st harddisk, type:
  234.           efdisk /delete 2   (note that the disk number can be omitted if 1)
  235.         - To delete all partitions on the 3rd harddisk, type:
  236.           efdisk /delall 3
  237.         - To hide the 4th partition (must be FAT) on the 1st harddisk type:
  238.           efdisk /hidefat 4
  239.  
  240.  
  241.         Creating automatically calculated partitions (registered version only):
  242.         ----------------------------------------------------------------------
  243.  
  244.            The registered version can automatically calculate partition size
  245.            upon creating one. The 'create' command accepts '*' characters
  246.            instead of the starting and the ending cylinder numbers.
  247.  
  248.            In this case the starting cylinder number will be the ending
  249.            cylinder number of the previous partition + 1, and the ending
  250.            cylinder number will be the maximum cylinder number of the harddisk.
  251.            Because of this, all partitions beyond an automatically
  252.            calculated one will be lost!
  253.  
  254.            If you specify 1 for the partition number then the starting
  255.            cylinder number will be 0 (because there is no previous existing
  256.            partition) so this command will create a partition which will
  257.            use all harddisk space. In this case, all data will be lost
  258.            after formatting this partition!
  259.  
  260.            For example:
  261.            efdisk /create 6 * * 3 2
  262.            The above command will create a BIGDOS partition in the third entry
  263.            on the second harddisk, with the automatic calculation of the
  264.            starting and the ending cylinders using all remaining space after
  265.            the second partition.
  266.  
  267.            This feature can be useful when there is a need for creating
  268.            hundreds of same systems with different harddisk sizes, which
  269.            already contain a fixed sized smaller partition (for example
  270.            Compaq machines with a diagnostic partition).
  271.  
  272.            Notes about automatic partition creation:
  273.            - Never leave off a single '*'! If you use '*' then both cylinder
  274.              numbers must be '*' characters. It is not possible to define
  275.              either cylinder number and use '*' for the other, i.e.
  276.              'efdisk 6 12 * 2 1' is not valid.
  277.            - If the partition number is 2, 3 or 4, then the starting cylinder
  278.              value will be calculated from the ending cylinder value of the
  279.              previous partition. If the partition number is 1 then the
  280.              starting cylinder number will be 0.
  281.            - Be sure that there are no existing partitions after an
  282.              automatically created one, because it will use all remaining
  283.              space, therefore partitions after the automatically created one
  284.              would be erased.
  285.  
  286.  
  287.      4) General notes about partitioning
  288.  
  289.         - If the computer doesn't boot after using EFDISK or other
  290.           partitioners don't recognize partitions created with EFDISK,
  291.           then do an 'efdisk /mbr' command. This problem may occur with
  292.           brand new harddisks, which don't contain the proper loader
  293.           routine and the 0AA55h MBR signature in their MBRs yet.
  294.           This command erases an existing boot menu!
  295.         - If there's data in the other partitions of your harddisk than
  296.           the partitions you'll change then create backups of your
  297.           partition tables with MRESCUE for safety.
  298.         - You can have only one active partition in your harddisk's
  299.           partition table. If you activate a partition, EFDISK will
  300.           automatically clear the other partition's 'active' flag.
  301.         - There's no point to activate extended partitions
  302.         - hiding/unhiding works only with primary FAT, NTFS/HPFS partitions
  303. !!      - Don't use EFDISK to resize, move or change the type of such
  304. !!        existing partitions that contain data you need! Once you alter
  305. !!        an entry (except activating or hiding/unhiding it) the data
  306. !!        in that partition will be lost!
  307.  
  308.  
  309.      5) Notes about various systems
  310.  
  311.         Windows(95/NT)/DOS:
  312.  
  313.         - DOS cannot boot if its partition begins beyond 2Gb.
  314.           It's a bug in DOS's boot sector.
  315.         - Create a BIGDOS partition before installing Windows NT,
  316.           because NT can convert it to NTFS during installation if needed.
  317.           So creating an NTFS partition with EFDISK is unnecessary.
  318.  
  319.         OS/2:
  320.  
  321.         - Create a BIGDOS partition before installing OS/2, because
  322.           OS/2 can convert it to HPFS during installation if needed.
  323.           So creating an HPFS partition with EFDISK is unnecessary.
  324.  
  325. ┌─────────────────┐
  326. │ PARTITION TYPES ├─────────────────── 7 ─────────────────────────────────────
  327. └─────────────────┘
  328.  
  329.         These are the currently known partition types. These values are
  330.         from Ralph Brown's interrupt list. (A big thanks goes to him for
  331.         maintaining that impressive documentation!)
  332.  
  333.         ID      Name
  334.         ──      ────
  335.         00h     empty
  336.         01h     DOS 12-bit FAT
  337.         02h     XENIX root file system
  338.         03h     XENIX /usr file system (obsolete)
  339.         04h     DOS 16-bit FAT (up to 32M)
  340.         05h     DOS 3.3+ extended partition
  341.         06h     DOS 3.31+ Large File System (16-bit FAT, over 32M)
  342.         07h     QNX
  343.         07h     OS/2 HPFS
  344.         07h     Windows NT NTFS
  345.         07h     Advanced Unix
  346.         08h     OS/2 (v1.0-1.3 only)
  347.         08h     AIX bootable partition, SplitDrive
  348.         08h     Commodore DOS
  349.         08h     DELL partition spanning multiple drives
  350.         09h     AIX data partition
  351.         09h     Coherent filesystem
  352.         0Ah     OS/2 Boot Manager
  353.         0Ah     OPUS
  354.         0Ah     Coherent swap partition
  355.         0Bh     Windows 95 with 32-bit FAT
  356.         0Ch     Windows 95 with 32-bit FAT (using LBA-mode INT 13 extensions)
  357.         0Eh     LBA VFAT (same as 06h but using LBA-mode INT 13)
  358.         0Fh     LBA VFAT (same as 05h but using LBA-mode INT 13)
  359.         10h     OPUS
  360.         11h     OS/2 Boot Manager hidden 12-bit FAT partition
  361.         12h     Compaq Diagnostics partition
  362.         14h     (using Novell DOS 7.0 FDISK to delete Linux Native part)
  363.         14h     OS/2 Boot Manager hidden sub-32M 16-bit FAT partition
  364.         16h     OS/2 Boot Manager hidden over-32M 16-bit FAT partition
  365.         17h     OS/2 Boot Manager hidden HPFS partition
  366.         18h     AST special Windows swap file
  367.         1Bh     Hidden Windows 95 with 32-bit FAT (not official!)
  368.         1Ch     Hidden Windows 95 with 32-bit LBA FAT (not official!)
  369.         1Eh     Hidden Windows 95 with LBA BIGDOS (not official!)
  370.         21h     officially listed as reserved
  371.         23h     officially listed as reserved
  372.         24h     NEC MS-DOS 3.x
  373.         26h     officially listed as reserved
  374.         31h     officially listed as reserved
  375.         33h     officially listed as reserved
  376.         34h     officially listed as reserved
  377.         36h     officially listed as reserved
  378.         38h     Theos
  379.         3Ch     PowerQuest PartitionMagic recovery partition
  380.         40h     VENIX 80286
  381.         41h     Personal RISC Boot
  382.         42h     SFS (Secure File System) by Peter Gutmann
  383.         4Fh     Oberon
  384.         50h     OnTrack Disk Manager, read-only partition
  385.         51h     OnTrack Disk Manager, read/write partition
  386.         51h     NOVEL
  387.         52h     CP/M
  388.         52h     Microport System V/386
  389.         53h     OnTrack Disk Manager, write-only partition???
  390.         54h     OnTrack Disk Manager (DDO)
  391.         56h     GoldenBow VFeature
  392.         61h     SpeedStor
  393.         63h     Unix SysV/386, 386/ix
  394.         63h     Mach, MtXinu BSD 4.3 on Mach
  395.         63h     GNU HURD
  396.         64h     Novell NetWare 286
  397.         65h     Novell NetWare (3.11)
  398.         67h     Novell
  399.         68h     Novell
  400.         69h     Novell
  401.         70h     DiskSecure Multi-Boot
  402.         71h     officially listed as reserved
  403.         73h     officially listed as reserved
  404.         74h     officially listed as reserved
  405.         75h     PC/IX
  406.         76h     officially listed as reserved
  407.         80h     Minix v1.1 - 1.4a
  408.         81h     Minix v1.4b+
  409.         81h     Linux
  410.         81h     Mitac Advanced Disk Manager
  411.         82h     Linux Swap partition
  412.         82h     Prime
  413.         82h     Solaris
  414.         83h     Linux native file system (ext2fs/xiafs)
  415.         84h     OS/2-renumbered type 04h partition (hiding DOS C: drive)
  416.         86h     officially listed as reserved
  417.         87h     HPFS Fault-Tolerant mirrored partition
  418.         93h     Amoeba file system
  419.         94h     Amoeba bad block table
  420.         A1h     officially listed as reserved
  421.         A3h     officially listed as reserved
  422.         A4h     officially listed as reserved
  423.         A5h     FreeBSD, BSD/386
  424.         A6h     officially listed as reserved
  425.         B1h     officially listed as reserved
  426.         B3h     officially listed as reserved
  427.         B4h     officially listed as reserved
  428.         B6h     officially listed as reserved
  429.         B7h     BSDI file system (secondarily swap)
  430.         B8h     BSDI swap partition (secondarily file system)
  431.         C1h     DR DOS 6.0 LOGIN.EXE-secured 12-bit FAT partition
  432.         C4h     DR DOS 6.0 LOGIN.EXE-secured 16-bit FAT partition
  433.         C6h     DR DOS 6.0 LOGIN.EXE-secured Huge partition
  434.         C7h     Syrinx Boot
  435.         D8h     CP/M-86
  436.         DBh     CP/M, Concurrent CP/M, Concurrent DOS
  437.         DBh     CTOS (Convergent Technologies OS)
  438.         E1h     SpeedStor 12-bit FAT extended partition
  439.         E3h     DOS read-only
  440.         E3h     Storage Dimensions
  441.         E4h     SpeedStor 16-bit FAT extended partition
  442.         E5h     officially listed as reserved
  443.         E6h     officially listed as reserved
  444.         EBh     BeOS partition
  445.         F1h     Storage Dimensions
  446.         F2h     DOS 3.3+ secondary partition
  447.         F3h     officially listed as reserved
  448.         F4h     SpeedStor
  449.         F4h     Storage Dimensions
  450.         F6h     officially listed as reserved
  451.         FEh     LANstep
  452.         FEh     IBM PS/2 IML
  453.         FFh     Xenix bad block table
  454.  
  455. ┌─────────┐
  456. │ HISTORY ├─────────────────────────── 8 ─────────────────────────────────────
  457. └─────────┘
  458.  
  459.         Version:
  460.  
  461.         1.1 - First official release in the MasterBooter package
  462.  
  463.         1.2 - If the starting cylinder of a partition was 0, then the
  464.                 'relative starting sector' and 'number of sectors' value
  465.                 in the partition table were incorrect. Now they're correct
  466.  
  467.         1.3 - Fixed a small bug, that sometimes caused incorrect 'number
  468.                 of sectors' value
  469.  
  470.         1.4 - Now the 'Space' key can be used to activate a partition,
  471.                 so no need to retype all parameters
  472.             - With large hard drives, sometimes the partition sizes were
  473.                 incorrect. Now they are always correct
  474.  
  475.         1.5 - Added partition deleting. Just press DEL over a partition.
  476.                 Setting all partition parameters to zero is the same
  477.             - Now it is possible to set a partition active on the slave disk.
  478.                 One partition per disk can be made active. This is very
  479.                 useful when partitioning a slave disk, which will be used as
  480.                 master in an other PC
  481.  
  482.         2.0 - Added 'h' key to hide/unhide a FAT partition
  483.  
  484.         2.1 - Now supporting up to four harddisks
  485.             - Fixed a bug which caused incompatibility with some SCSI disks
  486.             - After writing the new Master Boot Record, pressing ESC will
  487.                 quit to DOS (doesn't reboot)
  488.             - Added command line options for creating, deleting, activating
  489.                 and hiding partitions (use the /? option for more information)
  490.  
  491.         2.2 - Fixed a small bug, which occurred at entering the partition ID
  492.             - Added support for hiding/unhiding FAT32
  493.             - Added support for FreeBSD
  494.             - The logical characteristics of the harddisks are shown
  495.                 in the upper right window
  496.  
  497.         2.3 - Now works in Windows95 DOS box
  498.             - Added support for many partition types
  499.             - Added /crsize command to create partitions by size
  500.                 (registered version only)
  501.             - Registered version can automatically calculate partition sizes
  502.                 when creating partitions from command line
  503.  
  504.         2.4 - Added /mbr command to install the standard DOS MBR loader
  505.  
  506.         2.5 - Added /print command to print the current partition table
  507.             - Fixed a bug in the /mbr switch
  508.             - Fixed a FAT32 creation bug. FAT32 needs 3 boot sectors...
  509.  
  510.         2.6 - Added NTFS/HPFS partition hiding (command line too)
  511.  
  512.         2.7 - SPACE now toggles active flag if a partition is already active
  513.             - The /mbr command unhides hidden partitions
  514.  
  515.         2.8 - New FAT32 bug fixed
  516.             - Added Oberon support
  517.             - Added BeOS support
  518.  
  519. ┌───────────────────────┐
  520. │ TECHNICAL INFORMATION ├───────────── 9 ─────────────────────────────────────
  521. └───────────────────────┘
  522.  
  523.         General information:
  524.         ────────────────────
  525.  
  526.         A harddisk can contain up to four primary partitions. The partition
  527.         table (which resides in the very first sector of your harddisk)
  528.         describes the type, bootability and starting/ending cylinder number
  529.         of the partitions. In bootable partitions, the first sector is
  530.         always the so called 'boot sector' which contains a small OS loader.
  531.         In these partitions you can install any operating system in theory.
  532.         But in the real world some operating systems don't allow you to
  533.         create more than one primary partition, or to boot another operating
  534.         system. So creating multiple primary partitions and choosing the
  535.         operating system at boot time is quite difficult.
  536.         That's why I wrote EFDISK and MasterBooter.
  537.  
  538.         About FAT types:
  539.         ────────────────
  540.  
  541.         There are four types of FAT (File Allocation Table).
  542.  
  543.         1: FAT12 is now obsolete, used on floppy disks and on partitions
  544.            smaller than 16Mb.
  545.         2: FAT16 is the next step. It can be used if a DOS partition
  546.            is between 16Mb and 32Mb.
  547.         3: BIGDOS is also a 16-bit type, but allows larger partition sizes.
  548.            Plain DOS and Windows95 use this type nowadays (OS/2, WindowsNT
  549.            and Linux can also be installed over FAT, but there is no point
  550.            for doing that). The maximum partition size is 2Gb.
  551.         4: FAT32 is the newest, it is introduced in Windows95 OEM Service
  552.            Release 2. It allows really big partition sizes (8Gb), but it's
  553.            quite incompatible with the older types.
  554.  
  555. ┌─────────┐
  556. │ CONTACT ├─────────────────────────── 10 ────────────────────────────────────
  557. └─────────┘
  558.  
  559.         If you have any problems, questions or suggestions you can
  560.         contact me through snail mail or e-mail.
  561.         Bug reports, ideas are also welcomed!
  562.  
  563.         Currently I'm a student at the University of Veszprem,
  564.         department of Information Technology. I'm 25 (in 1999).
  565.  
  566.         Postal address:            Internet E-mail address:
  567.         ───────────────            ────────────────────────
  568.         Nagy Daniel                masterbooter@cyberjunkie.com
  569.         2011 Budakalasz
  570.         Ciklamen u. 19
  571.         Hungary
  572.  
  573.         Fax: (36) 26 340-472       WWW homepage:
  574.         ───                        ─────────────
  575.                                    http://www.cyberjunkie.com/masterbooter
  576.