Boot path
Stage 1 loads Stage 2. Stage 2 handles disk reads, memory information, graphics handoff, protected mode, and the contract passed into the kernel.
Sky OS is built around its own boot path, protected-mode kernel, filesystem, GUI path, process foundations, and hardware detection work.
Stage 1 loads Stage 2. Stage 2 handles disk reads, memory information, graphics handoff, protected mode, and the contract passed into the kernel.
The current line focuses on a 32-bit protected-mode kernel with IDT, PIC, PIT, keyboard, mouse stubs, memory work, shell, and diagnostics.
SkyFS V2 is being shaped for typed files, multi-sector data, path-style directories, allocation bitmap, and recovery journal operations.