You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (go version)?
1.10.1.
Does this issue reproduce with the latest release?
Yes.
What operating system and processor architecture are you using (go env)?
qemu-system-x86_64
What did you do?
I boot the os as README.md shows, but there is an error showing "read too few elf bytes (program headers)". I found it's caused by the 512 bytes file's header read buffer(biscuit/src/kernel/syscall.go line 3315), and my file's size exceeds 512, which makes it boots failed.
The text was updated successfully, but these errors were encountered:
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?1.10.1.
Does this issue reproduce with the latest release?
Yes.
What operating system and processor architecture are you using (
go env
)?qemu-system-x86_64
What did you do?
I boot the os as README.md shows, but there is an error showing "read too few elf bytes (program headers)". I found it's caused by the 512 bytes file's header read buffer(biscuit/src/kernel/syscall.go line 3315), and my file's size exceeds 512, which makes it boots failed.
The text was updated successfully, but these errors were encountered: