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

@@ -1,5 +1,5 @@
#include "main.h"
#include "kernel_code.h"
#include "boot_linux.h"
#include "utils.h"
#include <stdint.h>