File tree 1 file changed +13
-13
lines changed 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
- Linux kernel
2
- ============
3
1
4
- There are several guides for kernel developers and users. These guides can
5
- be rendered in a number of formats, like HTML and PDF. Please read
6
- Documentation/admin-guide/README.rst first.
2
+ # Rust PCI bindings for Linux
7
3
8
- In order to build the documentation, use ``make htmldocs`` or
9
- ``make pdfdocs``. The formatted documentation can also be read online at:
4
+ ⚠️ The patches are work in progress ⚠️
10
5
11
- https://www. kernel.org/doc/html/latest/
6
+ This tree hosts Rust bindings needed to interact with PCI devices, partially covering the following kernel infrastructure:
12
7
13
- There are various text files in the Documentation/ subdirectory,
14
- several of them using the Restructured Text markup notation.
8
+ * device
9
+ * pci
10
+ * irq
11
+ * iomem
12
+ * dma
15
13
16
- Please read the Documentation/process/changes.rst file, as it contains the
17
- requirements for building and running the kernel, and information about
18
- the problems which may result by upgrading your kernel.
14
+ Please note that these patches
15
+
16
+ * are full of todo items
17
+ * are missing safety comments
18
+ * were not reviewed on list for soundness
You can’t perform that action at this time.
0 commit comments