cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

module.lds.h (91B)


      1SECTIONS {
      2	.m68k_fixup : {
      3		__start_fixup = .;
      4		*(.m68k_fixup)
      5		__stop_fixup = .;
      6	}
      7}