boot2

Playing with the boostrap
git clone https://git.ryansepassi.com/git/boot2.git
Log | Files | Refs | README

elfinterp-stub.after (180B)


      1                 /* allow override the dynamic loader */
      2 #if BOOTSTRAP
      3                 const char *elfint = NULL;
      4 #else
      5                 const char *elfint = getenv("LD_SO");
      6 #endif