Skip to content

Commit

Permalink
boot.rs: Fix compiler warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
fruhland committed Nov 29, 2024
1 parent 1c68a47 commit a8e7c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion os/kernel/src/boot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ use crate::device::serial::SerialPort;
use crate::memory::{MemorySpace, nvmem, PAGE_SIZE};
use crate::memory::nvmem::Nfit;
use crate::memory::r#virtual::page_table_index;
use crate::network::{bind_udp, open_socket, rtl8139, send_datagram, SocketType};
use crate::network::rtl8139;

// import labels from linker script 'link.ld'
unsafe extern "C" {
Expand Down

0 comments on commit a8e7c98

Please sign in to comment.