mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 08:30:55 +11:00
parent
a680fd3328
commit
585e9f3b6e
@ -57,3 +57,18 @@ memory starting at address 0 and then run the code until it halts. The exit
|
|||||||
code of the program is the value of `A` when the program halts.
|
code of the program is the value of `A` when the program halts.
|
||||||
|
|
||||||
This is used for unit tests.
|
This is used for unit tests.
|
||||||
|
|
||||||
|
## Problems?
|
||||||
|
|
||||||
|
If the libz80-wrapped zasm executable works badly (hangs, spew garbage, etc.),
|
||||||
|
it's probably because you've broken your bootstrap binaries. They're easy to
|
||||||
|
mistakenly break. To verify if you've done that, look at your git status. If
|
||||||
|
`kernel.bin` or `zasm.bin` are modified, try resetting them and then run
|
||||||
|
`make clean all`. Things should go better afterwards.
|
||||||
|
|
||||||
|
If that doesn't work, there's also the nuclear option of `git reset --hard`
|
||||||
|
and `git clean -fxd`.
|
||||||
|
|
||||||
|
If that still doesn't work, it might be because the current commit you're on
|
||||||
|
is broken, but that is rather rare: the repo on Github is plugged on Travis
|
||||||
|
and it checks that everything is smooth.
|
||||||
|
Loading…
Reference in New Issue
Block a user