-
- Downloads
boot: initialize .bss
Previously, the boot code assumed (by omission) that memory is initialized to zero. Apparently that is not the case, and this caused memory to become corrupted. Initialize .bss to zero to fix.
Please register or sign in to comment