]> Zhao Yanbai Git Server - minix.git/commit
boot image - no need for entry point
authorTomas Hruby <tom@minix3.org>
Tue, 18 May 2010 13:51:46 +0000 (13:51 +0000)
committerTomas Hruby <tom@minix3.org>
Tue, 18 May 2010 13:51:46 +0000 (13:51 +0000)
commitdcc81d73e870c85d2cdec65c5bba7f7e7877bf72
tree34beffd973f2f673aaa3a8b241411c4c846dee89
parentb09bcf67790d031019d7f4fc357fec69a45ab655
boot image - no need for entry point

- removes the initial_pc from struct boot_image. It is always set
  to 0 and RS uses a.out headers.
kernel/main.c
kernel/table.c
kernel/type.h
servers/is/dmp_kernel.c