Usage   Script Syntax   IDL interface   Related Pages  

Step 3: Dump program sections of L4 task

Lets determine which L4 tasks we have started on the target machine. To do this, we start an L4Linux task which retrieves the information from the loader:
dump-l4 0

We get the following (or similar) output:

Task "vmlinuz26", #d
	 ds  54: 00001000-00002000 rwx
	 ds  55: 00400000-00579000 rwx
	 ds  56: 00579000-00591000 rw-
	 ds  57: 00592000-005b5000 rwx
	 ds  58: 005b6000-00618000 rw-
	 ds  61: 00010000-0002c000 rwx
	 ds  62: 0002c000-0002e000 rw-
	 ds  -1: a0000000-a8000000 ---
Task "launchpad", #17
	 ds 139: 00a80000-00a98000 r-x
	 ds 140: 00a98000-00ac6000 rw-

Step 4: Dump memory usage of L4 tasks


L4 Loader User Manual, part of DROPS  © 2000-2003