|
|
DataMuseum.dkPresents historical artifacts from the history of: Regnecentalen RC-900 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Regnecentalen RC-900 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T U c
Length: 948 (0x3b4)
Types: TextFile
Notes: UNIX file
Names: »cdump.h«
└─⟦a6ab2eb36⟧ Bits:30004042/kconfig3.imd SW95705I 386/ix Multi-user Release 1.2
└─⟦a6ab2eb36⟧ UNIX Filesystem
└─⟦this⟧ »kc/new/usr/include/sys/cdump.h«
/* Copyright (c) 1984 AT&T */
/* All Rights Reserved */
/* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T */
/* The copyright notice above does not evidence any */
/* actual or intended publication of such source code. */
#ident "@(#)cdump.h 1.3"
#define BLKSZ 512
#define CHDR_OFFSET 1024
#define CRASHSANITY "crashdump"
#define MAXBLKS 1422
#define NVR_OFFSET 512
struct crash_hdr
{
char sanity[10] ;
int timestamp ,
mem_size ,
seq_num ;
} ;
#ifdef TEST
#undef BLKSZ
#undef CHDR_OFFSET
#undef MAXBLKS
#undef NVR_OFFSET
#undef MAINSTORE
#undef SIZOFMEM
#undef SPMEM
#undef PRINTF
#undef STRCMP
#undef GETS
#undef RNVRAM
#undef FD_ACS
#define BLKSZ 100
#define CHDR_OFFSET 80
#define MAXBLKS 5
#define NVR_OFFSET 20
#define MAINSTORE mainstore
#define SIZOFMEM sizofmem
#define SPMEM (mainstore + 100)
#define PRINTF printf
#define STRCMP strcmp
#define GETS gets
extern int mainstore ;
extern int sizofmem ;
#endif