Merge remote-tracking branch 'refs/remotes/origin/dev' into dev
merging into dev
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#![no_std]
|
||||
#![feature(abi_x86_interrupt)]
|
||||
|
||||
use arch::x86_64::interrupts;
|
||||
use core::arch::asm;
|
||||
use limine::request::{RequestsEndMarker, RequestsStartMarker};
|
||||
use limine::BaseRevision;
|
||||
@@ -11,8 +10,6 @@ pub use lib_serial::{serial_print, serial_println, serial_read};
|
||||
|
||||
mod arch;
|
||||
|
||||
use lib_framebuffer;
|
||||
|
||||
/// Sets the base revision to the latest revision supported by the crate.
|
||||
/// See specification for further info.
|
||||
/// Be sure to mark all limine requests with #[used], otherwise they may be removed by the compiler.
|
||||
|
||||
Reference in New Issue
Block a user