Polished porting hints
This commit is contained in:
parent
06d008d6c6
commit
373e401671
@ -14,7 +14,7 @@ Porting libburn typically will consist of adding a new operating system case
|
|||||||
to the following switcher files:
|
to the following switcher files:
|
||||||
os.h Operating system specific libburn definitions and declarations.
|
os.h Operating system specific libburn definitions and declarations.
|
||||||
sg.c Operating system dependent transport level modules.
|
sg.c Operating system dependent transport level modules.
|
||||||
and to derive the following system specific files from existing examples:
|
and of deriving the following system specific files from existing examples:
|
||||||
os-*.h Included by os.h. You will need some general system knowledge
|
os-*.h Included by os.h. You will need some general system knowledge
|
||||||
about signals and knowledge about the storage object needs of your
|
about signals and knowledge about the storage object needs of your
|
||||||
transport level module sg-*.c.
|
transport level module sg-*.c.
|
||||||
|
@ -14,7 +14,7 @@ Porting libburn typically will consist of adding a new operating system case
|
|||||||
to the following switcher files:
|
to the following switcher files:
|
||||||
os.h Operating system specific libburn definitions and declarations.
|
os.h Operating system specific libburn definitions and declarations.
|
||||||
sg.c Operating system dependent transport level modules.
|
sg.c Operating system dependent transport level modules.
|
||||||
and to derive the following system specific files from existing examples:
|
and of deriving the following system specific files from existing examples:
|
||||||
os-*.h Included by os.h. You will need some general system knowledge
|
os-*.h Included by os.h. You will need some general system knowledge
|
||||||
about signals and knowledge about the storage object needs of your
|
about signals and knowledge about the storage object needs of your
|
||||||
transport level module sg-*.c.
|
transport level module sg-*.c.
|
||||||
|
Loading…
Reference in New Issue
Block a user