README.TXT
Upload User: jnzhq888
Upload Date: 2007-01-18
Package Size: 51694k
Code Size: 1k
Category:

OS Develop

Development Platform:

WINDOWS

  1. INFORMATION on mdb version 2.6.0 (Sept 9/96).
  2.    
  3. MDB is the MINIX debugger which allows you to place breakpoints and
  4. control the execution of a program. It has a lot of the features that
  5. you would expect in a program debugger; for example, stack traces and
  6. single step execution.
  7. The current version works with MINIX for PC and was developed and tested
  8. under MINIX 1.7.x (32 bit version). It should work with 16 bit MINIX. 
  9. How to Install
  10. 1) Place MDB.TAZ on a floppy with FDVOL
  11. 2) Boot Minix, login as bin and type: setup /usr/local/src
  12. 3) Move to /usr/local/src/mdb and review additional information in the
  13.    README file.
  14. 4) Edit Makefile for Compiler and extra options as required.
  15. 5) make 
  16. 6) make install
  17. 7) make install_man
  18. Comments to:
  19. Philip Murton. 
  20. philip.murton@utoronto.ca