OpenCores
URL https://opencores.org/ocsvn/eco32/eco32/trunk

Subversion Repositories eco32

[/] [eco32/] [trunk/] [disk/] [tools/] [mkpart/] [disk.part] - Blame information for rev 17

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 17 hellwig
#
2
# disk.part -- disk partitioning file
3
#
4
 
5
# The first line of this file (apart from empty or comment
6
# lines) must be the file name of the master boot block (or
7
# the string -noboot- if the disk need not be bootable).
8
 
9
./mbootblk
10
 
11
# The rest of this file consists of partition table entries,
12
# one per line. Each entry is in the following form:
13
#
14
# partition boot type start last description
15
#
16
# partition:
17
#   possible values 0..15
18
#   indicates partition number
19
#   different entries need not be sorted in any way
20
#   no two entries may have the same partition number
21
# boot:
22
#   '*' means that the partition can be booted
23
#   leave this blank if the partition cannot be booted
24
#   more than one partition may be bootable
25
# type:
26
#   possible values 0..0x7FFFFFFF
27
#   indicates partition type
28
#   0x0000 = partition table entry not used
29
#   0x0058 = EOS32 file system partition
30
#   0x0059 = EOS32 swap space partition
31
#   0x00A9 = NetBSD partition
32
# start:
33
#   sector number where partition starts (0-based)
34
#   no partition may start below sector 32
35
# last:
36
#   last sector of partition (0-based)
37
#   partitions must not overlap
38
# description:
39
#   max. 512 / 16 - 12 = 20 characters (includes trailing 0)
40
#   this may be displayed during bootstrap
41
#
42
# The following example exactly fits on a 100M disk:
43
 
44
 
45
1   0x0059 17920  33919 "EOS32 swap"
46
2   0x0058 33920  81919 "EOS32 usr"
47
3 * 0x00A9 81920 204799 "NetBSD 6.0"

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.