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

kernel.S (147B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2	.globl	kernel_start
      3kernel_start:
      4	.incbin	"arch/arm/boot/zImage"
      5	.globl	kernel_end
      6kernel_end:
      7	.align	2