DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦97c164afa⟧ TextFile

    Length: 319 (0x13f)
    Types: TextFile
    Names: »shlib.head«

Derivation

└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987
    └─⟦this⟧ »EUUGD18/General/Crystal/shlib.head« 

TextFile

/*
 *   shlib.ifile for UNIX PC Crystal
 */

MEMORY {
	user_mem : origin = 0x80000 , length = 0x37ff000
}

SECTIONS {
	.text 0x80000 BLOCK(1024) : {}
	GROUP ALIGN(65536) BLOCK(1024) : {
		.data : {datastart = .;
				cvmain.o (.data,.bss), 
				emain = .;
				}
		.bss  : {bssstart = .;}
		.lib  :	{libstart = .;}
	}
}