Fixed .devcontainer to be as it is in original repo
This commit is contained in:
@@ -58,7 +58,7 @@ set(OS_KERNEL_LINKER "${CMAKE_CURRENT_SOURCE_DIR}/src/arch/${OS_ARCH_TARGET}/lin
|
||||
|
||||
# Add executable target for the kernel
|
||||
add_executable(uiaos-kernel
|
||||
# src/multiboot2.asm # TODO: Add multiboot2 support
|
||||
src/multiboot2.asm # TODO: Add multiboot2 support
|
||||
src/kernel.c
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user