diff options
author | Javier <dev.git@javispedro.com> | 2022-04-02 16:34:17 +0200 |
---|---|---|
committer | Javier <dev.git@javispedro.com> | 2022-04-02 16:38:30 +0200 |
commit | 3ca7b6c9cc23e118968b49a79f2b64fe4a3b73b3 (patch) | |
tree | 588b776137790d189b0f3f81b4ef22fbef04f2d3 /dostsr.h | |
parent | aade1f47d34594216500f26ed0d21b23a1d1f4f1 (diff) | |
download | vbados-3ca7b6c9cc23e118968b49a79f2b64fe4a3b73b3.tar.gz vbados-3ca7b6c9cc23e118968b49a79f2b64fe4a3b73b3.zip |
readd VDS support so that it works under emm386 and win386+swap
Diffstat (limited to 'dostsr.h')
-rw-r--r-- | dostsr.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -161,6 +161,7 @@ extern void __declspec(naked) __far int2f_isr(void); extern LPTSRDATA __far get_tsr_data(bool installed); +/** This symbol is always at the end of the TSR segment */ extern int resident_end; /** This is not just data, but the entire segment. */ |