mirror of
https://github.com/FDOS/kernel.git
synced 2025-07-28 16:24:08 +02:00
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:
parent
d9df755e78
commit
6bf9271256
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user