Draw on VESA for console using ransid
This commit is contained in:
parent
53c71d9183
commit
d7d61f82af
10 changed files with 87 additions and 52 deletions
|
@ -80,7 +80,7 @@ impl ContextList {
|
|||
}
|
||||
context.arch.set_stack(stack.as_ptr() as usize + offset);
|
||||
context.kstack = Some(stack);
|
||||
print!("{}", format!("{}: {:X}\n", context.id, func as usize));
|
||||
println!("{}: {:X}", context.id, func as usize);
|
||||
}
|
||||
Ok(context_lock)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue