Create directory structure and initial build system (AI)

This commit is contained in:
AI
2026-02-23 08:21:49 +00:00
parent ffb8b02762
commit 34382babb3
5 changed files with 64 additions and 2 deletions

View File

@@ -37,8 +37,8 @@ The git commit should describe what is done and why certain choices were made.
The title of the commit should always end with (AI), to indicate that it was written by an AI.
Once a task is completed, it should be checked off.
- [ ] Create directory structure
- [ ] Create initial build system
- [x] Create directory structure
- [x] Create initial build system
- [ ] Setup a simple kernel that writes `Hello, world` to Qemu debug port
- [ ] Update the build system to create both ISO and Floppy images. Verify these work using a test script. The standard CMake build target should automatically generate both images.
- [ ] Update the kernel to correctly setup the GDT