Microkernel based hobby OS

rework folder structure

aethelos-source/ARCHITECTURE.txt ARCHITECTURE.txt
aethelos-source/BOOT_AETHELOS.bat BOOT_AETHELOS.bat
aethelos-source/CLAUDE.md CLAUDE.md
aethelos-source/CODE_QUALITY_SUMMARY.md CODE_QUALITY_SUMMARY.md
aethelos-source/Cargo.lock Cargo.lock
aethelos-source/Cargo.toml Cargo.toml
aethelos-source/DESIGN.md DESIGN.md
aethelos-source/GENESIS.scroll GENESIS.scroll
aethelos-source/README.md README.md
aethelos-source/aethelos.iso aethelos.iso
aethelos-source/ancient-runes/corelib/Cargo.toml ancient-runes/corelib/Cargo.toml
aethelos-source/ancient-runes/corelib/src/lib.rs ancient-runes/corelib/src/lib.rs
aethelos-source/ancient-runes/script/Cargo.toml ancient-runes/script/Cargo.toml
aethelos-source/ancient-runes/script/src/lib.rs ancient-runes/script/src/lib.rs
aethelos-source/ancient-runes/weaving/Cargo.toml ancient-runes/weaving/Cargo.toml
aethelos-source/ancient-runes/weaving/src/lib.rs ancient-runes/weaving/src/lib.rs
aethelos-source/awakening/boot.asm awakening/boot.asm
aethelos-source/awakening/heartwood_loader/Cargo.toml awakening/heartwood_loader/Cargo.toml
aethelos-source/awakening/heartwood_loader/src/lib.rs awakening/heartwood_loader/src/lib.rs
aethelos-source/docs/GLIMMER_FORGE_PLAN.md docs/GLIMMER_FORGE_PLAN.md
aethelos-source/docs/PREEMPTIVE_MULTITASKING_PLAN.md docs/PREEMPTIVE_MULTITASKING_PLAN.md
aethelos-source/docs/PRODUCTION_READINESS_PLAN.md docs/PRODUCTION_READINESS_PLAN.md
aethelos-source/docs/VGA_GRAPHICS_MODE_PLAN.md docs/VGA_GRAPHICS_MODE_PLAN.md
aethelos-source/docs/WORLD_TREE_PLAN.md docs/WORLD_TREE_PLAN.md
aethelos-source/groves/lanthir_grove/Cargo.toml groves/lanthir_grove/Cargo.toml
aethelos-source/groves/lanthir_grove/src/lib.rs groves/lanthir_grove/src/lib.rs
aethelos-source/groves/network_sprite/Cargo.toml groves/network_sprite/Cargo.toml
aethelos-source/groves/network_sprite/src/lib.rs groves/network_sprite/src/lib.rs
aethelos-source/groves/the-weave_grove/Cargo.toml groves/the-weave_grove/Cargo.toml
aethelos-source/groves/the-weave_grove/src/lib.rs groves/the-weave_grove/src/lib.rs
aethelos-source/groves/world-tree_grove/Cargo.toml groves/world-tree_grove/Cargo.toml
aethelos-source/groves/world-tree_grove/src/lib.rs groves/world-tree_grove/src/lib.rs
aethelos-source/heartwood/.cargo/config.toml heartwood/.cargo/config.toml
aethelos-source/heartwood/Cargo.toml heartwood/Cargo.toml
aethelos-source/heartwood/linker.ld heartwood/linker.ld
aethelos-source/heartwood/rust-toolchain.toml heartwood/rust-toolchain.toml
aethelos-source/heartwood/src/attunement/gdt.rs heartwood/src/attunement/gdt.rs
aethelos-source/heartwood/src/attunement/idt.rs heartwood/src/attunement/idt.rs
aethelos-source/heartwood/src/attunement/idt_handlers.rs heartwood/src/attunement/idt_handlers.rs
aethelos-source/heartwood/src/attunement/idt_old_backup.rs heartwood/src/attunement/idt_old_backup.rs
aethelos-source/heartwood/src/attunement/keyboard.rs heartwood/src/attunement/keyboard.rs
aethelos-source/heartwood/src/attunement/keyboard_old_backup.rs heartwood/src/attunement/keyboard_old_backup.rs
aethelos-source/heartwood/src/attunement/mod.rs heartwood/src/attunement/mod.rs
aethelos-source/heartwood/src/attunement/mod_old_backup.rs heartwood/src/attunement/mod_old_backup.rs
aethelos-source/heartwood/src/attunement/pic.rs heartwood/src/attunement/pic.rs
aethelos-source/heartwood/src/attunement/pit.rs heartwood/src/attunement/pit.rs
aethelos-source/heartwood/src/attunement/timer.rs heartwood/src/attunement/timer.rs
aethelos-source/heartwood/src/boot/boot32.rs heartwood/src/boot/boot32.rs
aethelos-source/heartwood/src/boot/mod.rs heartwood/src/boot/mod.rs
aethelos-source/heartwood/src/boot/multiboot2.rs heartwood/src/boot/multiboot2.rs
aethelos-source/heartwood/src/eldarin.rs heartwood/src/eldarin.rs
aethelos-source/heartwood/src/irq_safe_mutex.rs heartwood/src/irq_safe_mutex.rs
aethelos-source/heartwood/src/lib.rs heartwood/src/lib.rs
aethelos-source/heartwood/src/loom_of_fate/context.rs heartwood/src/loom_of_fate/context.rs
aethelos-source/heartwood/src/loom_of_fate/context.rs.backup heartwood/src/loom_of_fate/context.rs.backup
aethelos-source/heartwood/src/loom_of_fate/harmony.rs heartwood/src/loom_of_fate/harmony.rs
aethelos-source/heartwood/src/loom_of_fate/mod.rs heartwood/src/loom_of_fate/mod.rs
aethelos-source/heartwood/src/loom_of_fate/mod.rs.backup heartwood/src/loom_of_fate/mod.rs.backup
aethelos-source/heartwood/src/loom_of_fate/scheduler.rs heartwood/src/loom_of_fate/scheduler.rs
aethelos-source/heartwood/src/loom_of_fate/scheduler_fixed.rs heartwood/src/loom_of_fate/scheduler_fixed.rs
aethelos-source/heartwood/src/loom_of_fate/stack.rs heartwood/src/loom_of_fate/stack.rs
aethelos-source/heartwood/src/loom_of_fate/system_threads.rs heartwood/src/loom_of_fate/system_threads.rs
aethelos-source/heartwood/src/loom_of_fate/thread.rs heartwood/src/loom_of_fate/thread.rs
aethelos-source/heartwood/src/main.rs heartwood/src/main.rs
aethelos-source/heartwood/src/mana_pool/allocator.rs heartwood/src/mana_pool/allocator.rs
aethelos-source/heartwood/src/mana_pool/buddy.rs heartwood/src/mana_pool/buddy.rs
aethelos-source/heartwood/src/mana_pool/capability.rs heartwood/src/mana_pool/capability.rs
aethelos-source/heartwood/src/mana_pool/ephemeral_mist.rs heartwood/src/mana_pool/ephemeral_mist.rs
aethelos-source/heartwood/src/mana_pool/interrupt_lock.rs heartwood/src/mana_pool/interrupt_lock.rs
aethelos-source/heartwood/src/mana_pool/mod.rs heartwood/src/mana_pool/mod.rs
aethelos-source/heartwood/src/mana_pool/object_manager.rs heartwood/src/mana_pool/object_manager.rs
aethelos-source/heartwood/src/mana_pool/sanctuary.rs heartwood/src/mana_pool/sanctuary.rs
aethelos-source/heartwood/src/nexus/channel.rs heartwood/src/nexus/channel.rs
aethelos-source/heartwood/src/nexus/message.rs heartwood/src/nexus/message.rs
aethelos-source/heartwood/src/nexus/mod.rs heartwood/src/nexus/mod.rs
aethelos-source/heartwood/src/nexus/nexus_core.rs heartwood/src/nexus/nexus_core.rs
aethelos-source/heartwood/src/rtl.rs heartwood/src/rtl.rs
aethelos-source/heartwood/src/vga_buffer.rs heartwood/src/vga_buffer.rs
aethelos-source/heartwood/verify_multiboot.sh heartwood/verify_multiboot.sh
aethelos-source/heartwood/x86_64-aethelos.json heartwood/x86_64-aethelos.json
aethelos-source/isodir/boot/aethelos/heartwood.bin isodir/boot/aethelos/heartwood.bin
aethelos-source/isodir/boot/grub/grub.cfg isodir/boot/grub/grub.cfg
aethelos-source/rust-toolchain.toml rust-toolchain.toml