source: trunk/minix/commands/mdb/MDB.TXT@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 779 bytes
Line 
1INFORMATION on mdb version 2.6.0 (Sept 9/96).
2
3MDB is the MINIX debugger which allows you to place breakpoints and
4control the execution of a program. It has a lot of the features that
5you would expect in a program debugger; for example, stack traces and
6single step execution.
7
8The current version works with MINIX for PC and was developed and tested
9under MINIX 1.7.x (32 bit version). It should work with 16 bit MINIX.
10
11How to Install
12
131) Unpack mdb.tar.Z and review additional information in the README file.
14 (If you got this from the Minix CD-ROM or an MS-DOS system rename
15 MDB.TAZ to mdb.tar.Z)
162) Edit Makefile for Compiler and extra options as required.
173) make
184) make install
195) make install_man
20
21Comments to:
22
23Philip Murton.
24philip.murton@utoronto.ca
25
Note: See TracBrowser for help on using the repository browser.