Commit e74f160
Fix cold_start: boot to QUIT not KERNEL
cold_start pointed to word_kernel, which calls pill_load/cue before
the setjmp recovery point in QUIT is established. On real hardware
(no QEMU -device loader), this cues garbage at 0x10000000, crashes,
and longjmps into an uninitialized nock_abort — hang, no REPL.
Boot to word_quit instead. Type KERNEL at the REPL when ready to
load the PILL explicitly.
376/376 tests still passing.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 73d6273 commit e74f160
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2846 | 2846 | | |
2847 | 2847 | | |
2848 | 2848 | | |
2849 | | - | |
| 2849 | + | |
2850 | 2850 | | |
2851 | 2851 | | |
2852 | 2852 | | |
| |||
0 commit comments