beautypg.com

Digilent Embedded Linux User Manual

Page 22

background image

Using Zynq with Linux

www.digilentinc.com

page 22 of 23

Copyright Digilent, Inc. All rights reserved. Other product and company names mentioned may be trademarks of their respective owners.


Sysfs, Proc and Debugfs File System

Your applications run in user mode for Linux and have no access to kernel information but through
system calls. However, some pseudo file systems, e.g. sys file system, proc file system, debug file
system, create a window for users to interact with kernel parameters and inspect kernel status. For
more information on using these pseudo file systems, see debugfs.txt, proc.txt, and
sysfs.txt in the Documentation/filesystems folder of the kernel source.