Changeset View
Changeset View
Standalone View
Standalone View
sys/conf/NOTES
| Show First 20 Lines • Show All 204 Lines • ▼ Show 20 Lines | |||||
| # which leads to better responsiveness even on uniprocessor machines. This | # which leads to better responsiveness even on uniprocessor machines. This | ||||
| # is the default scheduler. | # is the default scheduler. | ||||
| # | # | ||||
| # SCHED_STATS is a debugging option which keeps some stats in the sysctl | # SCHED_STATS is a debugging option which keeps some stats in the sysctl | ||||
| # tree at 'kern.sched.stats' and is useful for debugging scheduling decisions. | # tree at 'kern.sched.stats' and is useful for debugging scheduling decisions. | ||||
| # | # | ||||
| options SCHED_4BSD | options SCHED_4BSD | ||||
| options SCHED_STATS | options SCHED_STATS | ||||
| #options SCHED_ULE | options SCHED_ULE | ||||
| ␌ | ␌ | ||||
minsoochoo0122_proton.me: I have no idea what this character does. My pending review removes this as a cleanup but it… | |||||
Done Inline ActionsThis is ASCII 'form feed' character. Sometimes referenced as 'next page'. It skips page for printers, and some editors might use it to split the view. Why removing something that you do not understand? kib: This is ASCII 'form feed' character. Sometimes referenced as 'next page'. It skips page for… | |||||
Done Inline ActionsSorry. There was no documentation or comment on that and different editors (phab, vim, github) displayed it differently, so I was confused. minsoochoo0122_proton.me: Sorry. There was no documentation or comment on that and different editors (phab, vim, github)… | |||||
| ##################################################################### | ##################################################################### | ||||
| # SMP OPTIONS: | # SMP OPTIONS: | ||||
| # | # | ||||
| # SMP enables building of a Symmetric MultiProcessor Kernel. | # SMP enables building of a Symmetric MultiProcessor Kernel. | ||||
| # Mandatory: | # Mandatory: | ||||
| options SMP # Symmetric MultiProcessor Kernel | options SMP # Symmetric MultiProcessor Kernel | ||||
| ▲ Show 20 Lines • Show All 2,658 Lines • Show Last 20 Lines | |||||
I have no idea what this character does. My pending review removes this as a cleanup but it will take some time to land. Could you check if this is a typo?