home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine 1996 / ARCHIVE_96.iso / discs / mag_discs / volume_6 / issue_01 / virtual / Update
Text File  |  1992-10-04  |  966b  |  40 lines

  1. Version 3 of VSI_C
  2.  
  3. Creates a larger stack for use when handling 
  4. virtual store interrupts.  Before it was doing 
  5. stack extension which could conflict with the 
  6. main program.
  7.  
  8. Some error messages are improved.
  9.  
  10.  
  11. Version 2 of VSI_C
  12.  
  13. Bug in VSI_Restore fixed, did not detect
  14. changes in mapping properly in 'system' and
  15. between poll calls - could cause funny crashes.
  16.  
  17. Extra intercepts:
  18.     remove
  19.     rename
  20.     fopen
  21.     freopen
  22.     setbuf
  23.     setvbuf
  24.     getenv
  25.  
  26. !vsilink can now deal with a single instance 
  27. of a defining common as is produced for globals 
  28. by 'cc -pcc'.  Cannot common up multiple 
  29. instances - other references must be 'extern'.
  30.  
  31. The !Run file for !vsilink now defines VSI$Physical 
  32. and VSI$Virtual which may be set to experiment 
  33. with different sizes of real and virtual store 
  34. allocated for VSI handling.
  35.  
  36. Now copies filename in File_Size in c.vsilinklo so 
  37. no problems in call to _kernel_osfile.
  38.  
  39. !vsilink now rejects directories as input files
  40.