show log by default

This commit is contained in:
Elliot Nunn 2016-10-21 19:27:50 +08:00
parent be542c2612
commit c40c32d894
2 changed files with 4 additions and 4 deletions

View File

@ -32,4 +32,4 @@ With QEMU 2.7.0 or later installed:
make test
```
To see the kernel log: look for `uncomment to debug` in `boot-script`. To change its colour, look at the very end of your `kernel-disasm.s`.
To hide the kernel log: look for `uncomment to debug` in `boot-script`. To change its colour, look at the very end of your `kernel-disasm.s`.

View File

@ -176,9 +176,9 @@ init-program
debug? if cr ." .registers" .registers then
debug? if cr ." go" cr then
\ uncomment to debug
\" /" select-dev
\2000000 encode-int " AAPL,debug" property
\ uncomment to show kernel log
" /" select-dev
2000000 encode-int " AAPL,debug" property
go
cr ." end of BOOT-SCRIPT"