No description
Find a file
Tomas Hruby 48602fcfae NOT_REACHABLE macro
- marks code path that should be unreachable (never executed)

- if hit, panics and reports the problem

- the end of main() marked as such. The SMP changes need some magic with stack
  switching before the AP can be started as they need to run on the boot stack
  before figuring out what is their own stack. As main() uses the boot stack to,
  we need to switch to to the stack of BSP before executing the last part of
  main() which needs to be in a separate function so we can jump to it.
  Therefore restart() won't be the last call in main() which may be confusing.
  The macro can/should be used in other such places too.
2009-09-22 21:46:47 +00:00
boot - remove unused bootdelay feauture 2009-09-21 14:23:47 +00:00
commands - added 'datasizes' script that shows you the size allocated 2009-09-21 14:24:29 +00:00
docs profiling reminder 2009-01-09 16:44:47 +00:00
drivers endpoint_t in syslib 2009-09-22 21:42:02 +00:00
etc RS_LOOKUP feature for libc functions that want to access servers. 2009-09-21 15:25:15 +00:00
include Removed NR_TASKS from macros manipulating endpoint_t 2009-09-22 21:45:26 +00:00
kernel NOT_REACHABLE macro 2009-09-22 21:46:47 +00:00
lib endpoint_t in syslib 2009-09-22 21:42:02 +00:00
man Handle SIGSTOP more consistently and according to POSIX rules; it can no longer be ignored 2009-09-13 12:24:23 +00:00
servers unmap VR_DIRECT mappings too (fix for X) 2009-09-22 11:51:17 +00:00
test fp might be NULL. 2009-09-21 15:23:08 +00:00
tools umount before ramdisk spec to allow resizing 2009-09-22 14:01:17 +00:00
LICENSE *** empty log message *** 2006-03-08 16:34:36 +00:00
Makefile include libraries. 2008-11-19 13:15:35 +00:00