trident3-base 3.0.1

Foundation runtime library for Trident 3
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub fn add_kernel_process(pid: u16) {}

// IMPORTS //

use {
   crate::syscall::*,
   core::ptr::null_mut,
   spinning_top::Spinlock,
   std_alloc::{
      string::String,
      collections::{vec_deque::VecDeque, BTreeMap},
   },
};