Hi - Did you ever want to cat /proc/self/maps and see what you'd see on Linux? Now you can!
$ cat /proc/self/maps 00100000-00120000 rwxp 00000000 01:00 13 /lib/ld-2.19.so 0031f000-00320000 r--p 0001f000 01:00 13 /lib/ld-2.19.so 00320000-00321000 rw-p 00020000 01:00 13 /lib/ld-2.19.so 00321000-00322000 rw-p 00000000 00:00 0 [heap] 00400000-0041b000 r-x- 00000000 01:00 288 /bin/cat [...] Barret The following changes since commit 741c47c853d91bd95916dde5bab3455ee44efef5: Implement sendmsg() (XCC) (2016-09-06 09:26:23 -0400) are available in the git repository at: [email protected]:brho/akaros.git proc for you to fetch changes up to a2de24fb4220ff5a1803a5111d7cbbf2a31363a6: Add 'maps' to #proc (2016-09-06 16:18:04 -0400) ---------------------------------------------------------------- View this online at: https://github.com/brho/akaros/compare/741c47c853d9...a2de24fb4220 ---------------------------------------------------------------- Barret Rhoden (2): Add 'self' to #proc Add 'maps' to #proc kern/drivers/dev/proc.c | 76 ++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 75 insertions(+), 1 deletion(-) -- You received this message because you are subscribed to the Google Groups "Akaros" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
