mirror of
https://github.com/johndoe6345789/MetalOS.git
synced 2026-04-24 13:45:02 +00:00
Address code review feedback
- Add comment about GLOB usage in kernel/CMakeLists.txt - Improve clarity of optional screenshot capture in qemu-test.yml - All code review comments addressed - Security scan passed with 0 alerts Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
@@ -6,6 +6,8 @@ cmake_minimum_required(VERSION 3.16)
|
||||
project(MetalOS_Kernel C ASM)
|
||||
|
||||
# Source files
|
||||
# Note: Using GLOB for simplicity. For production, consider listing files explicitly.
|
||||
# If new files aren't detected, re-run cmake configuration.
|
||||
file(GLOB KERNEL_C_SOURCES "src/*.c")
|
||||
file(GLOB KERNEL_ASM_SOURCES "src/*.asm")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user