projects
/
ls2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b47743
)
lengthen cdelay pauses by a factor of 10
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 21 Feb 2022 22:05:07 +0000
(22:05 +0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 21 Feb 2022 22:05:07 +0000
(22:05 +0000)
coldboot/Makefile
patch
|
blob
|
history
diff --git
a/coldboot/Makefile
b/coldboot/Makefile
index 1180178e7746f40420697d18e20179148876c391..7ac6333302f51364e88ef99074e6cc6acf9df639 100644
(file)
--- a/
coldboot/Makefile
+++ b/
coldboot/Makefile
@@
-7,8
+7,8
@@
endif
# a multiplier factor on sleep loops. this allows simulations to run
# at much shorter intervals
-LONG_TIMER_MULT ?= 10000
-SHORT_TIMER_MULT ?= 100
+LONG_TIMER_MULT ?= 10000
0
+SHORT_TIMER_MULT ?= 100
0
#LONG_TIMER_MULT ?= 1
#SHORT_TIMER_MULT ?= 1