Audio (342) Datatype (51) Demo (203) Development (593) Document (22) Driver (99) Emulation (146) Game (992) Graphics (494) Library (113) Network (228) Office (65) Utility (912) Video (69)
Total files: 4329
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
Crash - 1.2 + source with makefile
===========
Warning: This program will crash with purpose!
A small and simple command that "safely" crashes, by writing to address 0
that is protected and guaranteed never written to.
Why would you want a program that crashes?
I for example, sometimes need a "safe" way to crash a program so I can check
where the error output is going, etc etc.
C source code included with a makefile.
Installation
------------
1. Unarchive the package.
2. Just copy the file Crash in the Crash drawer to your C:
3. Done.
Compiling the Source
--------------------
1. Open Shell.
2. Locate the drawer where you did put Crash and cd into the src/ drawer.
3. Write the folling in Shell:
1> make
Changes
-------
Version 1.2: (2021 Jun)
- Added a warning that is printed out.
- Added a countdown of 3 seconds (so the user has a chance to abort).
- Updated the Makefile.
Version 1.1: (2021 Jun)
- Fixed the makefile to make a release including the source code.
- Fixed the makefile to clean (delete) correctly.
Version 1.0: (2014 May)
- Initial release.
Author
------
Marko K. Seppänen
Homepage
--------
http://m4rko.com/amiga
|