mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-19 07:47:50 +00:00
Rename multitasking module to threads
This commit is contained in:
@@ -54,7 +54,7 @@ fn kernel_main(boot_info: &'static BootInfo) -> ! {
|
||||
#[cfg(test)]
|
||||
test_main();
|
||||
|
||||
use blog_os::multitasking::{create_thread, create_thread_from_closure};
|
||||
use blog_os::threads::{create_thread, create_thread_from_closure};
|
||||
|
||||
create_thread(thread_1, 1, &mut mapper, &mut frame_allocator);
|
||||
create_thread(thread_2, 1, &mut mapper, &mut frame_allocator);
|
||||
|
||||
Reference in New Issue
Block a user