Back to browse
GitHub Repository

HIC: A hierarchical isolation kernel reference architecture. Unifying security, performance, and modularity in a single design, enabling deployment from embedded to cloud with full lifecycle evolution.

15 starsC

HIC – Same-Ring Isolation, 4ns IPC, Runs on 8086

by DslsDZC·Apr 28, 2026·1 point·1 comment

AI Analysis

●●●●GemWizardryZero to OneDark Horse

Same-ring isolation using MMU hardware to block addresses instead of software privilege switches.

Strengths
  • Cross-domain calls execute in three instructions with no kernel code involvement.
  • Hardware-enforced invariants hold even if the attacker controls the code.
  • Architecture scales from 8086 segment descriptors to modern page tables.
Weaknesses
  • Reference architecture lacks a full production-ready driver ecosystem.
  • Extremely niche audience limited to low-level systems programmers.
Target Audience

OS kernel developers and security researchers

Similar To

seL4 · Capsicum · CHERI

Post Description

HIC is a capability-secure OS kernel. It isolates system services inside Ring 0. Each service occupies a separate physical address range. The MMU enforces the boundary.

There is no kernel IPC path. A cross-domain call is three instructions: call into an entry page, bt to test a domain ID against an authorization bitmap, jmp into the business logic. No privilege switch occurs. No kernel code runs during communication. Parameters travel in registers or shared memory.

A caller cannot name the address of business logic because no mapping exists in its page tables. The MMU hardware will not produce that address. This invariant holds regardless of what code the attacker executes.

The same guarantees hold without an MMU. On an 8086, segment descriptors replace page tables. The caller's LDT contains no descriptor for the business logic segment. Hardware refuses the far jump.

The architecture is documented in full. The critical instruction sequences are in the repository. You can count the cycles yourself.

Similar Projects

HealthMid

Oura Ring 4, Thoughts?

The review zeroes in on what actually changed: recessed sensors, titanium comfort, and an 18-pathway Smart Sensing platform that promises better sleep and HRV data. It calls out useful features like automatic activity detection and 30+ tracked metrics, but glosses over the usual purchase blockers — battery life, subscription pricing, long-term accuracy, and data/privacy tradeoffs.

Crowd PleaserSlick
daveshappy
313mo ago