wok diff linld/stuff/src/LOAD.CPP @ rev 21332

Up libltdl (2.4.6), mtp-tools (1.1.16)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Apr 19 15:52:41 2019 +0200 (2019-04-19)
parents cbcb33ee9044
children 87b6697bb350
line diff
     1.1 --- a/linld/stuff/src/LOAD.CPP	Tue Feb 12 12:12:36 2019 +0100
     1.2 +++ b/linld/stuff/src/LOAD.CPP	Fri Apr 19 15:52:41 2019 +0200
     1.3 @@ -186,6 +186,9 @@
     1.4      {
     1.5          {
     1.6  #endif
     1.7 +	    extern void far last_ditch();
     1.8 +	    kernelparams->realmode_switch_ofs = (u16) last_ditch;
     1.9 +	    kernelparams->realmode_switch_seg = _CS;
    1.10              pm_high++;
    1.11  
    1.12              // Hook on int15 to work around fn 88 DOS breakage