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

Subversion Repositories eco32

[/] [eco32/] [trunk/] [stdalone/] [mkpart/] [mkptbl/] [disk.part] - Blame information for rev 18

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

Line No. Rev Author Line
1 18 hellwig
#
2
# disk.part -- disk partitioning configuration file
3
#
4
 
5
# This file consists of partition table entries, one per line
6
# (empty or comment lines are also allowed). Each entry is in
7
# the following form:
8
#
9
# partition boot type start last description
10
#
11
# partition:
12
#   possible values 0..15
13
#   indicates partition number
14
#   different entries need not be sorted in any way
15
#   no two entries may have the same partition number
16
# boot:
17
#   '*' means that the partition can be booted
18
#   leave this blank if the partition cannot be booted
19
#   more than one partition may be bootable
20
# type:
21
#   possible values 0..0x7FFFFFFF
22
#   indicates partition type
23
#   0x0000 = partition table entry not used
24
#   0x0058 = EOS32 file system partition
25
#   0x0059 = EOS32 swap space partition
26
#   0x00A9 = NetBSD partition
27
# start:
28
#   sector number where partition starts (0-based)
29
#   no partition may start below sector 32
30
# last:
31
#   last sector of partition (0-based)
32
#   partitions must not overlap
33
# description:
34
#   max. 512 / 16 - 12 = 20 characters (includes trailing 0)
35
#   this may be displayed during bootstrap
36
 
37
 
38
1   0x0058   131072    393215  "EOS32 usr"
39
2   0x0059   393216    524287  "EOS32 swap"
40
3   0x0058   524288   1048575  "EOS32 home"
41
4 * 0x00A9  2097152  33554431  "NetBSD 6.0"

powered by: WebSVN 2.1.0

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