Benutzer:Alex: Unterschied zwischen den Versionen

Aus Wiki CCC Göttingen
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 40: Zeile 40:
*[[Alex/pub_sshkey]]
*[[Alex/pub_sshkey]]


<gallery widths=400px heights=300px perrow=2 >
Datei:Alex lotta 20141128.IMG 0008.JPG
Datei:Alex lotta 20141128.IMG 0007.JPG
Datei:Alex lotta 20141128.IMG 0006.JPG
Datei:Alex lotta 20141128.IMG 0005.JPG
Datei:Alex lotta 20141128.IMG 0004.JPG
</gallery>


== Ham Radio ==
== Ham Radio ==

Version vom 28. November 2014, 17:59 Uhr

xmmp: alex@artbanause.de

Alex's Projekte (die noch welche werden wollen)



Ham Radio

* Provide for a minimum stack and heap size
* - _min_stack_size - represents the minimum space that must be made
*                     available for the stack.  Can be overridden from
*                     the command line using the linker's --defsym option.
* - _min_heap_size  - represents the minimum space that must be made
*                     available for the heap.  Can be overridden from
*                     the command line using the linker's --defsym option.
*/
EXTERN (_min_stack_size _min_heap_size)
PROVIDE(_min_stack_size = 0x400) ;
PROVIDE(_min_heap_size = 0) ;
also als Linker-Parameter dann "--defsym _min_head_size=0x1000" oder so.
äh, typo, heap statt head.
bzw. für GCC dann "-Wl,--defsym,_min_heap_size=0x1000"

Besuch im Shackspace

Wurfsterne

213