GIC 오류 해결
+ let gicd_start: *mut u64 = gicd_start as _;
+ let gicr_start: *mut u64 = gicr_start as _;
// TODO: allocate gicd and gicr to virtualmem
- let mut gic = unsafe { GicV3::new(&mut gicd_start, &mut gicr_start) };
+ let mut gic = unsafe { GicV3::new(gicd_start, gicr_start) };