There was an attempt... (AI)

This commit is contained in:
2026-02-23 08:30:43 +01:00
parent f42d65267b
commit cd0e1cafae
9 changed files with 405 additions and 0 deletions

9
CMakeLists.txt Normal file
View File

@@ -0,0 +1,9 @@
cmake_minimum_required(VERSION 3.20)
project(ClaudeOS C ASM)
set(CMAKE_C_STANDARD 11)
set(CMAKE_C_STANDARD_REQUIRED ON)
# Kernel
add_subdirectory(src)