Project

General

Profile

DUL Shell Commands » History » Version 1

laforge, 09/06/2019 04:00 PM

1 1 laforge
h1. DUL Shell Commands
2
3
h2. @rld@
4
5
Displays the RAM log, similar to @dmesg@ on linux
6
7
<pre>
8
__RAMLOG_SESSION_START__
9
0.000:BOS detected board type: gpm3blue
10
0.000:Number of items in the board param list=204
11
0.000:INFO: system pool cleared from address 0x09400000 to 0x097fffff
12
0.000:exec: Booting OSE5.8 (BL910375)
13
0.000:Detected Motorola MPC 85xx, pvr: 0x80210022
14
0.000:exec: nested interrupts enabled
15
0.000:exec: Number of swap in  handlers found: 1
16
0.000:exec: Number of swap out handlers found: 1
17
0.000:cpu_hal_85xx: init_cpu
18
0.000:L1CSR0=0, L1CSR1=0
19
0.000:mm: Using extended addressing for physical addresses.
20
0.000:mm: superpage enabled, threshold:0x100000, tsize:0xa
21
0.000:mm: superpage support configured to exclude executable pages from tlb1
22
0.000:mm: max_domains:255 @ 46d6e0
23
0.000:exec: install asm exception handler at address:0x400000000300
24
0.000:exec: install asm exception handler at address:0x400000000300
25
0.000:mm: Installed short (non superpage capable) ITLB miss handler
26
0.000:cpu_hal_85xx: enable_caches (1,1).
27
0.000:L1 D cache enabled.
28
0.000:L1 I cache enabled.
29
0.000:   L1CSR0=0x1, L1CSR1=0x1
30
0.000:L2 cache enabled
31
0.000:   L2CTL=0xa0000000
32
0.000:mm: initialization completed.
33
0.000:Cache bios installed.
34
0.000:ramdump: Unable to read parameter reduce_dump_validation, attribute value.
35
0.000:SEMI: CPP error log size = 0x00000400
36
0.000:SEMI: CPP trace area size = 0x00020000
37
0.000:exec: memory_model=1 table_extend=14 queued_signal_action=kill
38
0.000:ramtrace tarce_create: buffer: 94000c0 trace: 94000c0, beg: 9400110 sizeof header: 50
39
0.000:rmm: Trace could not be recovered.
40
0.000:rmm: krn/monitor/sys_error=debug:0
41
0.000:ramtrace tarce_create: buffer: 94000c0 trace: 94000c0, beg: 9400110 sizeof header: 50
42
0.000:rmm: Up and running. Intercept processes: No.
43
0.000:exec: Creating isr for tick at vector 1023, reload=266668
44
0.000:exec: Starting syspool extender (sys_poolid:0x100000).
45
0.000:exec: Starting mainpool extender (main_poolid:0x10000f).
46
0.000:exec: Kernel is up.
47
...
48
</pre>
49
50
h2. vols
51
52
Similar to @mount@ or @df@ on linux:
53
54
<pre>
55
volume      total      used        free   frw device unit
56
/              0K     0K 100%     0K 100% FR- 
57
/null          0K     0K 100%     0K 100% FRW 
58
/gzip          1K     1K 100%     0K   0% -RW none
59
/mole          1K     1K 100%     0K   0% -RW none
60
/erpdout       1K     1K 100%     0K   0% -RW none
61
/ffs        7796K  4200K  54%  3596K  46% FRW ffsdd <0-1948>
62
/d           683M   214M  31%   468M  68% FRW idedd 0 <4-1399999>
63
/rmd         950K    20K   2%   930K  98% FRW ram_disk 0 <4-1904>
64
/h           599K   197K  33%   402K  67% FR- ftldd 0 <4-1201>
65
/zip           1K     1K 100%     0K   0% -RW none
66
/c          1147M   614M  53%   533M  46% FRW idedd 0 <1400000-3749999>
67
/j          1147M   614M  53%   533M  46% FRW /c 0 <1400000-3749999>
68
</pre>
Add picture from clipboard (Maximum size: 48.8 MB)