boot2

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

bss-start-symbol.before (181B)


      1     set_elf_sym(symtab_section,
      2                 bss_section->data_offset, 0,
      3                 ELFW(ST_INFO)(STB_GLOBAL, STT_NOTYPE), 0,
      4                 bss_section->sh_num, "_end");