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

Update some websites
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun May 19 13:14:32 2019 +0200 (2019-05-19)
parents 87b6697bb350
children e0471461f30e
line diff
     1.1 --- a/linld/stuff/src/LOAD.CPP	Sat May 18 13:29:32 2019 +0200
     1.2 +++ b/linld/stuff/src/LOAD.CPP	Sun May 19 13:14:32 2019 +0200
     1.3 @@ -237,8 +237,8 @@
     1.4      u16     version;        // 0206 Boot protocol version supported
     1.5      u16     realmode_switch_ofs; // 0208 Hook called just before rm->pm
     1.6      u16     realmode_switch_seg;
     1.7 -    u16     start_sys_seg;  // 020E
     1.8 -    u16     kernel_version; // 020C Points to kernel version string
     1.9 +    u16     start_sys_seg;  // 020C
    1.10 +    u16     kernel_version; // 020E Points to kernel version string
    1.11      u8      type_of_loader; // 0210 Boot loader identifier
    1.12      u8      loadflags;      // 0211 Boot protocol option flags
    1.13      u16     setup_move_size;// 0212 Move to high memory size (used with hooks)