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

Subversion Repositories eco32

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

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 205 hellwig
#   0x0082 = Linux swap space partition
32
#   0x0083 = Linux file system partition
33 17 hellwig
#   0x00A9 = NetBSD partition
34
# start:
35
#   sector number where partition starts (0-based)
36
#   no partition may start below sector 32
37
# last:
38
#   last sector of partition (0-based)
39
#   partitions must not overlap
40
# description:
41
#   max. 512 / 16 - 12 = 20 characters (includes trailing 0)
42
#   this may be displayed during bootstrap
43
#
44 205 hellwig
# The following example exactly fits on a 150M disk:
45 17 hellwig
 
46 205 hellwig
 
47
1   0x0059  17920  33919 "EOS32 swap"
48
2   0x0058  33920  81919 "EOS32 usr"
49
3 * 0x00A9  81920 204799 "NetBSD 6.0"
50
4 * 0x0083 204800 307199 "Linux"

powered by: WebSVN 2.1.0

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