summaryrefslogtreecommitdiffstats
path: root/libbsd.txt
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-01-20 08:39:06 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-01-20 09:19:00 +0100
commit91ea7ea614c777595661c26cfa3e064182687f91 (patch)
treee8e10a2371bcdc50d90c065e795cce4c9db08d2a /libbsd.txt
parentHOSTNAME(1): Add -m flag (diff)
downloadrtems-libbsd-91ea7ea614c777595661c26cfa3e064182687f91.tar.bz2
Add and use rtems_bsd_get_task_priority()
Diffstat (limited to 'libbsd.txt')
-rw-r--r--libbsd.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/libbsd.txt b/libbsd.txt
index c60bd2a0..13ff893b 100644
--- a/libbsd.txt
+++ b/libbsd.txt
@@ -228,6 +228,14 @@ http://www.freebsd.org/cgi/man.cgi?query=route&apropos=0&sektion=8&manpath=FreeB
using `rtems_bsd_command_route()`. For an example please have a look at
`testsuite/include/rtems/bsd/test/default-network-init.h`.
+=== Task Priorities and Stack Size ===
+
+The default task priority is 96 for the interrupt server task (name "IRQS"), 98
+for the timer server task (name "TIME") and 100 for all other tasks. The
+application may provide their own implementation of the
+`rtems_bsd_get_task_priority()` function (for example in the module which calls
+`rtems_bsd_initialize()`) if different values are desired.
+
== Network Stack Features
http://roy.marples.name/projects/dhcpcd/index[DHCPCD(8)]:: DHCP client