deep

a Cross Development Platform for Java

User Tools

Site Tools


dev:file_formats

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
dev:file_formats [2015/04/20 17:03] – [deep File Formats] ursgrafdev:file_formats [2015/04/20 17:04] – [deep File Formats] ursgraf
Line 1: Line 1:
 ====== deep File Formats ====== ====== deep File Formats ======
-We translate all necessary Classfiles directly into executable target code. There is no need for object files. However, we use files to specify the target configuration ([[.:configuration|Configuration]]), to run target commands ([[.:rts:target_commands|Target Commands]]) and for the target image.+We translate all necessary Classfiles directly into executable target code. There is no need for object files. However, we use files to specify the target configuration ([[.:configuration|Configuration]]), to run target commands ([[runtime_library:target_commands|Target Commands]]) and for the target image. 
  
 All file formats start with a 8 byte keyword. All file formats start with a 8 byte keyword.
   #XXXX-Y\n   #XXXX-Y\n
 Where XXXX gives the format and Y stands for a single digit version number. The number sign # is used in all our file formats for comments. When openening any file the keyword dictates which parser to use and also which version of the parser. This makes it possible to change the syntax of the configuration file. When loading the file the proper parser has to be used. Where XXXX gives the format and Y stands for a single digit version number. The number sign # is used in all our file formats for comments. When openening any file the keyword dictates which parser to use and also which version of the parser. This makes it possible to change the syntax of the configuration file. When loading the file the proper parser has to be used.
- 
 ===== Configuration: .deep ===== ===== Configuration: .deep =====
 The configuration of the target platform is described in detail in [[.:configuration|Configuration]]. The configuration of the target platform is described in detail in [[.:configuration|Configuration]].
dev/file_formats.txt · Last modified: 2022/12/20 15:53 by ursgraf