milestone: desktop path Phases 1-5
Phase 1 (Runtime Substrate): 4 check binaries, --probe, POSIX tests Phase 2 (Wayland Compositor): bounded scaffold, zero warnings Phase 3 (KWin Session): preflight checker (KWin stub, gated on Qt6Quick) Phase 4 (KDE Plasma): 18 KF6 enabled, preflight checker Phase 5 (Hardware GPU): DRM/firmware/Mesa preflight checker Build: zero warnings, all scripts syntax-clean. Oracle-verified.
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
#[repr(C, packed)]
|
||||
pub struct Dhcp {
|
||||
pub op: u8,
|
||||
pub htype: u8,
|
||||
pub hlen: u8,
|
||||
pub hops: u8,
|
||||
pub tid: u32,
|
||||
pub secs: u16,
|
||||
pub flags: u16,
|
||||
pub ciaddr: [u8; 4],
|
||||
pub yiaddr: [u8; 4],
|
||||
pub siaddr: [u8; 4],
|
||||
pub giaddr: [u8; 4],
|
||||
pub chaddr: [u8; 16],
|
||||
pub sname: [u8; 64],
|
||||
pub file: [u8; 128],
|
||||
pub magic: u32,
|
||||
pub options: [u8; 308],
|
||||
}
|
||||
Reference in New Issue
Block a user