More cleanup.

Rename shellcode_hypervisor to shellcode_hv and kernel_code to boot_linux.
This commit is contained in:
Andy Nguyen
2026-05-12 23:32:23 +02:00
parent 238f89d954
commit 50b28fb8c1
20 changed files with 38 additions and 54 deletions

View File

@@ -17,7 +17,7 @@ LDFLAGS = -T linker.ld
TARGET = shellcode_kernel.elf
TEXT_BIN = shellcode_kernel.bin
SRC = main.c utils.c kernel_code.c
SRC = main.c utils.c boot_linux.c
OBJ = $(SRC:.c=.o)
dump = shellcode_kernel.h