kernel: initialize handle table
git-svn-id: svn://kolibrios.org@5202 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -111,7 +111,9 @@ struct PROC
|
||||
io_map_0 rd 1
|
||||
io_map_1 rd 1
|
||||
|
||||
unused rb 4096-$
|
||||
ht_lock rd 1 ;htab[0] stdin
|
||||
ht_next rd 1 ;htab[1] stdout
|
||||
htab rd (4096-$)/4 ;htab[2] stderr
|
||||
pdt_0 rd 1024
|
||||
ends
|
||||
|
||||
|
Reference in New Issue
Block a user