DataMuseum.dk

Presents historical artifacts from the history of:

Commodore CBM-900

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

See our Wiki for more about Commodore CBM-900

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦059beb1d6⟧

    Length: 2022 (0x7e6)
    Notes: UNIX file
    Names: »umount.c«

Derivation

└─⟦f27320a65⟧ Bits:30001972 Commodore 900 hard disk image with partial source code
    └─⟦f4b8d8c84⟧ UNIX Filesystem
        └─ ⟦this⟧ »cmd/umount.c« 

Hex Dump

Dumping the first 0x40 bytes of each record
0x000…200 (0,) 2f 2a 0a 20 2a 20 55 6e 6d 6f 75 6e 74 20 61 20 66 69 6c 65 73 79 73 74 65 6d 0a 20 2a 2f 0a 0a 63 68 61 72 20 68 65 6c 70 6d 65 73 73 61 67 65 5b 5d 20 3d 20 22 5c 0a 5c 0a 75 6d 6f 75 6e 74   ┆/*  * Unmount a filesystem  */  char helpmessage[] = "\ \ umount┆
0x200…400 (1,) 00 00 e9 0d 0e 00 f3 a9 08 9c 84 07 d6 54 f3 a9 08 9c fd a1 ed 51 e9 1c 07 06 00 00 04 28 00 00 03 18 00 00 07 84 00 00 17 e4 00 00 17 dd 00 00 17 dc 00 00 17 e2 00 00 17 e1 00 00 17 e0 00 00   ┆  é   ó©    ÖTó©  ý¡íQé      (           ä   Ý   Ü   â   á   à  ┆
0x400…600 (2,) 65 6f 66 28 7a 6d 6e 74 74 61 62 29 2c 31 2c 66 70 29 20 21 3d 20 31 29 0a 09 09 09 09 09 6d 65 72 72 6f 72 28 6d 6e 74 74 61 62 66 29 3b 0a 09 09 09 09 62 72 65 61 6b 3b 0a 09 09 09 7d 0a 09   ┆eof(zmnttab),1,fp) != 1)      merror(mnttabf);     break;    }  ┆
0x600…7e6 (3,) 72 72 3b 0a 09 65 78 74 65 72 6e 20 69 6e 74 20 65 72 72 6e 6f 3b 0a 0a 09 65 72 72 20 3d 20 65 72 72 6e 6f 3b 0a 09 66 70 72 69 6e 74 66 28 73 74 64 65 72 72 2c 20 22 75 6d 6f 75 6e 74 3a 20   ┆rr;  extern int errno;   err = errno;  fprintf(stderr, "umount: ┆