Enlarge clock and block driver stacks. Thanks to Damien Guibouret

<damien.guibouret@partition-saving.com>.


git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@1560 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
Bart Oldeman 2011-03-24 00:25:26 +00:00
parent d9df755e78
commit 6bf9271256

View File

@ -724,12 +724,12 @@ init_end:
segment _DATA
; blockdev private stack
global blk_stk_top
times 192 dw 0
times 256 dw 0
blk_stk_top:
; clockdev private stack
global clk_stk_top
times 64 dw 0
times 128 dw 0
clk_stk_top:
; Dynamic data: