// Phase 26: C-compatible wrapper for framebuffer access
const fb = @import("framebuffer.zig");
export fn fb_kern_get_addr() usize {
return fb.fb_get_buffer_phys();
}