Update README

This commit is contained in:
Gregory Nutt 2016-05-23 07:55:25 -06:00
parent 34ce000c50
commit 1bb9c1fa39

View File

@ -75,7 +75,9 @@ SMP.
are known SMP open issues so I assume if the tasking were stressed more there
would be additional failures. See the open issues below under SMP.
An smp configuration was added. This is not quite the same as the configuration that I used for testing. I enabled DEBUG output, ran with only 2 CPUS, and disabled the RAMLOG:
An smp configuration was added. This is not quite the same as the
configuration that I used for testing. I enabled DEBUG output, ran with
only 2 CPUS, and disabled the RAMLOG:
+CONFIG_DEBUG=y
+CONFIG_DEBUG_VERBOSE=y
@ -95,7 +97,8 @@ An smp configuration was added. This is not quite the same as the configuration
-CONFIG_RAMLOG_NPOLLWAITERS=4
-CONFIG_SYSLOG=y
I would also disable debug output from CPU0 so that I could better see the debug output from CPU1:
I would also disable debug output from CPU0 so that I could better see the
debug output from CPU1:
$ diff -u libc/syslog/lib_lowsyslog.c libc/syslog/lib_lowsyslog.c.SAVE
--- libc/syslog/lib_lowsyslog.c 2016-05-22 14:56:35.130096500 -0600