Japanese
PROGRAMMER'S GUIDECD Builder Script Grammar
BackForward
CD Builder Script Grammar Manual

3.4 Defining volumes


A volume descriptor set must be defined for the first track of the disk. This is called a volume descriptor track.

     :
          Track  MODE1      ; 1st track number = volume descriptor track
      Volume  ISO9660  sample.PVD
            PrimaryVolume 0:2:16
                SystemIdentifier "identifier" ...
              EndPrimaryVolume
               :
          EndVolume
            :
     EndTrack
          :

Information such as a system identifier and date are recorded in a volume descriptor to identify the volume, but these details are explained in "3.11 Definition of Volume Descriptor Information".


 one
View
table
 Title

Command specifications

 Command

Starting volume definition

 Keyword

Volume

 No

4.1

Format
Volume voltype pvdfile
parameters
voltype: Volume type (valid only for ISO9660)
pvdfile: PVD file name (extension is "PVD")
function
Begins defining a volume descriptor set.
remarks
Be sure to specify the first track for volume definition.
The Sega Saturn Disc tool assumes that the base name of the PVD file and the disc image file are the same. Please use the same base name.

 one
View
table
 Title

Command specifications

 Command

End of volume definition

 Keyword

EndVolume

 No

4.2

Format
EndVolume
parameters
none
function
Finishes defining the volume descriptor set.

 one
View
table
 Title

Command specifications

 Command

Start of base volume descriptor

 Keyword

PrimaryVolume

 No

4.3

Format
PrimaryVolume pos
parameters
pos: Location on disk where the basic volume descriptor is recorded. Always specifies 00:02:16.
function
Begins defining a base volume descriptor.
remarks
Details of descriptor information are explained in "3.11 Definition of volume descriptor information".

 one
View
table
 Title

Command specifications

 Command

End of base volume descriptor

 Keyword

EndPrimaryVolume

 No

4.4

Format
EndPrimaryVolume
parameters
none
function
Finish defining the base volume descriptor.

 one
View
table
 Title

Command specifications

 Command

Start of secondary volume descriptor

 Keyword

SupplementaryVolume

 No

4.5

Format
SupplementaryVolume pos
parameters
pos: Location on the disk where the secondary volume descriptor is recorded Always specify 00:02:17.
function
Begins defining the secondary volume descriptor.
remarks
Details of descriptor information are explained in "3.11 Definition of volume descriptor information".

 one
View
table
 Title

Command specifications

 Command

End of secondary volume descriptor

 Keyword

EndSupplementaryVolume

 No

4.6

Format
EndSupplementaryVolume
parameters
none
function
Finish defining the secondary volume descriptor.

BackForward
PROGRAMMER'S GUIDECD Builder Script Grammar
Copyright SEGA ENTERPRISES, LTD. 1997