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

Update icevm & obex-data-server websites
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jun 26 17:24:54 2019 +0200 (2019-06-26)
parents 2373992ff751
children 041c7e1cb0eb
line diff
     1.1 --- a/linld/stuff/src/LOAD.CPP	Mon Jun 24 16:31:09 2019 +0200
     1.2 +++ b/linld/stuff/src/LOAD.CPP	Wed Jun 26 17:24:54 2019 +0200
     1.3 @@ -122,7 +122,6 @@
     1.4  static u8 pm_high;	// @ = @rm_size + 2, see JUMP.ASM
     1.5  static u8* rm_buf;	// @ = @rm_size + 3, see JUMP.ASM
     1.6  struct image_himem imgs[2];
     1.7 -u32 far *initrd_desc = (u32 far *) MK_FP(0x9000,0x218);
     1.8  
     1.9  static const char kernel_file_error[] = "Can't use kernel file";
    1.10  char *version_string="";