Add a task module with a Task struct

This commit is contained in:
Philipp Oppermann
2020-03-27 12:55:40 +01:00
parent 2cc188a403
commit dac7e67403
2 changed files with 23 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ pub mod gdt;
pub mod interrupts;
pub mod memory;
pub mod serial;
pub mod task;
pub mod vga_buffer;
pub fn init() {