Line 2... |
Line 2... |
# disk.part -- disk partitioning file
|
# disk.part -- disk partitioning file
|
#
|
#
|
|
|
# The first line of this file (apart from empty or comment
|
# The first line of this file (apart from empty or comment
|
# lines) must be the file name of the master boot block (or
|
# lines) must be the file name of the master boot block (or
|
# the string -noboot- if the disk need not be bootable).
|
# the string -noboot- if the disk doesn't need to be bootable).
|
|
|
./mbootblk
|
./mbootblk
|
|
|
# The rest of this file consists of partition table entries,
|
# The rest of this file consists of partition table entries,
|
# one per line. Each entry is in the following form:
|
# one per line. Each entry is in the following form:
|
Line 39... |
Line 39... |
# partitions must not overlap
|
# partitions must not overlap
|
# description:
|
# description:
|
# max. 512 / 16 - 12 = 20 characters (includes trailing 0)
|
# max. 512 / 16 - 12 = 20 characters (includes trailing 0)
|
# this may be displayed during bootstrap
|
# this may be displayed during bootstrap
|
#
|
#
|
# The following example exactly fits on a 150M disk:
|
# The following example exactly fits on a 590M disk:
|
|
|
0 * 0x0058 32 17919 "EOS32 root"
|
0 * 0x0058 32 17919 "EOS32 root"
|
1 0x0059 17920 33919 "EOS32 swap"
|
1 0x0059 17920 33919 "EOS32 swap"
|
2 0x0058 33920 81919 "EOS32 usr"
|
2 0x0058 33920 81919 "EOS32 usr"
|
3 * 0x00A9 81920 204799 "NetBSD 6.1"
|
3 * 0x00A9 81920 1105919 "NetBSD 6.1"
|
4 * 0x0083 204800 307199 "Linux"
|
4 * 0x0083 1105920 1208319 "Linux"
|
4 * 0x0083 1105920 1208319 "Linux"
|
4 * 0x0083 1105920 1208319 "Linux"
|