intermezzOS / kernel

A hobby operating system, in Rust
http://intermezzos.github.io/
Apache License 2.0
1.39k stars 90 forks source link

Fix incorrect multiboot size tag declaration #54

Closed killpack closed 8 years ago

killpack commented 8 years ago

Per the spec it should be a u32, not a u16. Weirdly, this error seems isolated to Chapter 3- all the other chapters already use a u32 for the size field.

(Related: intermezzOS/book#136)

steveklabnik commented 8 years ago

Thanks so much!