]> Zhao Yanbai Git Server - minix.git/commit
System task initialization moved to main()
authorTomas Hruby <tom@minix3.org>
Tue, 9 Feb 2010 15:12:20 +0000 (15:12 +0000)
committerTomas Hruby <tom@minix3.org>
Tue, 9 Feb 2010 15:12:20 +0000 (15:12 +0000)
commit8a03d497b81135eb1dcf9e4e0f4e9a18b59d1abb
treebdfbc9978aeed656b7e2d85da7dbcd397be538d8
parentbdd4f5857f7de0142637197f8d46e71a60bd3818
System task initialization moved to main()

- the system task initialization code does not really need to be part
  of the system task process. An earlier initialization in kernel is
  cleaner as it does not only initialize the syscalls but also irq
  hooks etc.
kernel/main.c
kernel/proto.h
kernel/system.c