mirror of
https://github.com/corundum/corundum.git
synced 2025-01-16 08:12:53 +08:00
Minor fixes to getingstarted document
I have updated the docs with a couple of minor writing fixes
This commit is contained in:
parent
9f1f27bc8b
commit
a5e810eedc
@ -240,12 +240,12 @@ To build the driver, you will first need to install the required compiler and ke
|
||||
$ cd /path/to/corundum/modules/mqnic
|
||||
$ make
|
||||
|
||||
Note that the driver currently does not support RHEL, centos, and related distributions that use very old and significantly modified kernels where the reported kernel version number is not a reliable of the internal kernel API.
|
||||
Note that the driver currently does not support RHEL, centos, and related distributions that use very old and significantly modified kernels where the reported kernel version number is not a reliable indication of the internal kernel API.
|
||||
|
||||
Building the userspace tools
|
||||
============================
|
||||
|
||||
To build the driver, you will first need to install the required compiler packages. After these packages are installed, simply run ``make``. ::
|
||||
To build the userspace tools, you will first need to install the required compiler packages. After these packages are installed, simply run ``make``. ::
|
||||
|
||||
$ cd /path/to/corundum/utils
|
||||
$ make
|
||||
|
Loading…
x
Reference in New Issue
Block a user