Skip to content
  • alain's avatar
    · 5b7feeab
    alain authored
    Fix several bugs to use the instruction MMU in kernel mode
    in replacement of the instruction address extension register,
    and remove the "kentry" segment.
    
    This version is running on the tsar_generic_iob" platform.
    
    One interesting bug: the cp0_ebase defining the kernel entry point
    (for interrupts, exceptions and syscalls) must be initialized
    early in kernel_init(), because the VFS initialisation done by
    kernel_ini() uses RPCs, and RPCs uses Inter-Processor-Interrup.
    
    
    
    git-svn-id: https://www-soc.lip6.fr/svn/almos-mkh/trunk@624 778fe3b8-9b14-e711-b0a8-002590d4add3
    5b7feeab