Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PDP-10 core image formats #1145

Open
larsbrinkhoff opened this issue Jan 21, 2022 · 4 comments
Open

PDP-10 core image formats #1145

larsbrinkhoff opened this issue Jan 21, 2022 · 4 comments

Comments

@larsbrinkhoff
Copy link

PDP-10 executable files are also called "core images" because they store the contents of the (virtual) core memory for a program, plus metadata.

Some important ones are:

  • ITS SBLK (simple block)
  • ITS PDUMP (page dump)
  • WAITS DMP
  • TOPS-10 and TOPS-20: SAV, SHR, LOW, HGH, EXE (I'm not sure which are distinct)

Less important:

  • LINK and STINK variations of REL (relocatable)
  • ELF
  • Maclisp FASL
  • Muddle
@uxmal
Copy link
Owner

uxmal commented Jan 21, 2022

Pointers to descriptions of the file formats of these dump files would be great!

@larsbrinkhoff
Copy link
Author

This describes the two ITS formats:
https://github.com/PDP-10/its/blob/master/doc/sysdoc/binfmt.101

Metadata includes a symbol table. FYI: in some older images, there's an in-core symbol table which means it's part of the program memory image.

@larsbrinkhoff
Copy link
Author

As for .DMP I haven't found a clear authoritative source. Basically just a flat dump starting from location 74 (octal), with some metadata embedded. Notably, location 120 should have a start address in the right half. This file has bits and pieces, search for ".dmp": https://github.com/PDP-10/sri-nic/blob/master/files/fs/c/dist/csikcc.mail#L4993

PDP-10 lingo is to call the least significant 18 bits of a word "right half", and the upper 18 bits "left half". Just in case you forgot.

@larsbrinkhoff
Copy link
Author

The TOPS-10/20 file formats ought to be described somewhere in DEC's ample documentation, but I haven't found it so far. I made some notes here: larsbrinkhoff/pdp10-its-disassembler#1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants