File: README.md

package info (click to toggle)
thunk-gen 1.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 148 kB
  • sloc: yacc: 654; lex: 88; sh: 76; makefile: 3
file content (14 lines) | stat: -rw-r--r-- 432 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# thunk_gen

This is a generator for C and assembler thunks.
It is used to build the following software:
- [dj64dev](https://github.com/stsp/dj64dev)
- [comcom64](https://github.com/dosemu2/comcom64)
- [fdpp](https://github.com/dosemu2/fdpp)

It is likely not interesting for you unless you want to compile some
16bit or 32bit DOS code for 64-bits execution.

## building

Run `./configure` and follow the instructions on a screen.