]> Zhao Yanbai Git Server - minix.git/commit
system_init() renamed to arch_init()
authorTomas Hruby <tom@minix3.org>
Sun, 30 Aug 2009 14:55:30 +0000 (14:55 +0000)
committerTomas Hruby <tom@minix3.org>
Sun, 30 Aug 2009 14:55:30 +0000 (14:55 +0000)
commit2e293ce7c043f682a2eeec8ac538a379e73d6f4d
treeada79341c255d69157ca212a9e26af68b6a25dd9
parentb1aaee6dcc06aa25147157146d8190771583e5da
system_init() renamed to arch_init()

- a better name for architecture specific init function

- some of x86 init code must execute in protected mode

- prot_init() removed from this function and still called in cstart() Imho this
  should be called from the architecture specific assembly not cstart. cstart
  perform Minix monitor specific tasks and will be touched once another
  bootloader is in use, e.g. booting via tftp, therefore we keep it as is for
  now.

- this is a backport from the SMP code which requires this. Merging will be simpler
kernel/arch/i386/system.c
kernel/main.c
kernel/proto.h
kernel/start.c