Architecture
┌─────────────────────────────────────────────────────────────┐
│ HTTP Request │
└─────────────────────────────────────────────────────────────┘
↓
┌─────────────────────────────────────────────────────────────┐
│ Ikabud Kernel │
│ ┌──────────────────────────────────────────────────────┐ │
│ │ Phase 1: Kernel-Level Dependencies │ │
│ │ Phase 2: Shared Core Loading │ │
│ │ Phase 3: Instance Configuration │ │
│ │ Phase 4: CMS Runtime Bootstrap │ │
│ │ Phase 5: Theme & Plugin Loading │ │
│ └──────────────────────────────────────────────────────┘ │
└─────────────────────────────────────────────────────────────┘
↓
┌─────────────────────────────────────────────────────────────┐
│ Syscall Interface │
│ ┌──────────┐ ┌──────────┐ ┌──────────┐ ┌──────────┐ │
│ │ Query │ │ Cache │ │ Auth │ │ Route │ │
│ │ Syscall │ │ Syscall │ │ Syscall │ │ Syscall │ │
│ └──────────┘ └──────────┘ └──────────┘ └──────────┘ │
└─────────────────────────────────────────────────────────────┘
↓
┌─────────────────────────────────────────────────────────────┐
│ Process Manager │
│ ┌──────────────┐ ┌──────────────┐ ┌──────────────┐ │
│ │ WordPress │ │ Joomla │ │ Drupal │ │
│ │ PID: 1 │ │ PID: 2 │ │ PID: 3 │ │
│ │ Isolated │ │ Isolated │ │ Isolated │ │
│ └──────────────┘ └──────────────┘ └──────────────┘ │
└─────────────────────────────────────────────────────────────┘
↓
┌─────────────────────────────────────────────────────────────┐
│ Response │
Categories
Ikabud Kernel