Run denali server thread.

This commit is contained in:
Drew Galbraith 2025-02-01 12:11:59 -08:00
parent 10e536acab
commit a5cdd23f0b
7 changed files with 104 additions and 19 deletions

View file

@ -5,3 +5,4 @@ use core::include;
include!(concat!(env!("OUT_DIR"), "/yunq.rs"));
pub mod ahci;
pub mod denali_server;