robert-w-gries / rxinu

Rust implementation of Xinu educational operating system
Apache License 2.0
34 stars 4 forks source link

Fix stack overflow by increasing initial stack size #58

Closed robert-w-gries closed 6 years ago

robert-w-gries commented 6 years ago

Fix #57

We will be switching to rust-osdev/bootloader soon, but this bug was a good learning experience and maybe the solution helps someone else that still uses the grub bootloader.