• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

MakeMSC.srcH A D04-Apr-199823.5 KiB741658

MakeMSC.utlH A D04-Apr-19987.4 KiB323244

Makefile.datH A D04-Apr-19983.9 KiB10986

README.oldH A D04-Apr-19981.1 KiB3019

exesmurf.cH A D04-Apr-199813.3 KiB385335

exesmurf.docH A D04-Apr-19984.9 KiB9888

maintovl.docH A D04-Apr-199817.6 KiB341304

ovlmgr.asmH A D04-Apr-199845.4 KiB2,1251,895

ovlmgr.docH A D04-Apr-199817.7 KiB394324

ovlmgr.uuH A D04-Apr-19989.1 KiB

schema.oldH A D04-Apr-19983.4 KiB217152

trampoli.cH A D04-Apr-199814.5 KiB639407

README.old

1
2
3The files in this directory are what remains of some utilities and
4documentation used in past versions of NetHack.  They are generally
5workarounds for various bugs and limitations of MSDOS compilers.  Should
6you be stuck with a compiler whose version is not supported by the current
7NetHack release, perhaps these files can help you.  Otherwise, they make
8interesting historical and somewhat humorous reading.
9
10Files in this directory:
11
12README.OLD    -  This file
13
14
15--- Files for Microsoft C prior to version 7.0 ---
16exesmurf.c    -  Source for program to split single overlaid executable
17		 into smaller files.  Make transporting by floppy feasible.
18
19exesmurf.doc  -  Documentation for above.
20
21trampoli.c    - Files relating to the "trampoli" overlay schema devised
22trampoli.h    - to overcome a Microsoft C limitation whereby function
23	      - pointers could not cross overlay boundaries.
24ovlmgr.asm    - Assembly source for our own overlay manager.
25ovlmgr.doc    - Documentation for the overlay manager.
26ovlmgr.uu     - UUencoded object file for the overlay manager.
27
28maintovl.doc  - Documentation for the above.
29
30