diff options
author | Steve Huston <shuston@riverace.com> | 1999-07-02 17:23:30 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1999-07-02 17:23:30 +0000 |
commit | 4f2a89425d1439ffa9aaae94c7ca318234bd743e (patch) | |
tree | 7097d648fcbe9a03ff0ad3169f03c1bedd1e59bd /tests/tests_pharlap_msvc.lnk | |
parent | 2ec67584b20ada9f78f2a6788d823e594486a2b2 (diff) | |
download | ATCD-4f2a89425d1439ffa9aaae94c7ca318234bd743e.tar.gz |
Moved program start up to leave enough room for all tests; expanded stack size to 32K.
Diffstat (limited to 'tests/tests_pharlap_msvc.lnk')
-rw-r--r-- | tests/tests_pharlap_msvc.lnk | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/tests_pharlap_msvc.lnk b/tests/tests_pharlap_msvc.lnk index 505704b3dd0..39af043e409 100644 --- a/tests/tests_pharlap_msvc.lnk +++ b/tests/tests_pharlap_msvc.lnk @@ -5,7 +5,7 @@ @vc.emb ! PC-Compatible Screen Driver -@pcat_sc.emb +!@pcat_sc.emb ! PC-Compatible Keyboard Driver !@pcat_kb.emb @@ -64,5 +64,9 @@ ! property sheet. ! --reserve memory 0A_0000h-0F_FFFFh +! 32K stack works well. The 8K default is way too small -stack 32767 + +! Many of the ACE tests are too large to load in the default space without +! running over the ROM area at some point, so go up. +-offset 10_0000h |