Increase stack size to 16k

This commit is contained in:
Philipp Oppermann
2017-04-13 17:46:31 +02:00
parent 8040f8d565
commit 08a4e795a4
2 changed files with 1 additions and 3 deletions

View File

@@ -13,8 +13,6 @@ mod vga_buffer;
#[no_mangle]
pub extern fn rust_main() {
// ATTENTION: we have a very small stack and no guard page
vga_buffer::clear_screen();
println!("Hello World{}", "!");