Skip to content

Commit fc74645

Browse files
kernel: remove some unused features
Signed-off-by: Andy-Python-Programmer <[email protected]>
1 parent 2944375 commit fc74645

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/aero_kernel/src/drivers/uart_16550.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ pub macro serial_println {
148148
#[doc(hidden)]
149149
pub fn _serial_print(args: fmt::Arguments) {
150150
COM_1.get().map(|c| {
151-
//
152151
c.lock_irq()
153152
.write_fmt(args)
154153
.expect("failed to write to COM1")

src/aero_kernel/src/main.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,15 @@
2828
2929
#![feature(
3030
custom_test_frameworks,
31-
core_intrinsics,
3231
alloc_error_handler,
3332
lang_items,
3433
panic_info_message,
35-
thread_local,
3634
decl_macro,
3735
ptr_internals,
3836
linked_list_cursors,
3937
extern_types,
4038
new_uninit,
4139
box_syntax,
42-
naked_functions,
4340
step_trait,
4441
const_btree_new,
4542
prelude_import

0 commit comments

Comments
 (0)