diff options
author | Hanoh Haim <hhaim@cisco.com> | 2015-10-12 16:38:33 +0300 |
---|---|---|
committer | Hanoh Haim <hhaim@cisco.com> | 2015-10-12 16:38:33 +0300 |
commit | 8f5d21f847a1fe442babfd12230feafe059504f4 (patch) | |
tree | 197131aa31b50af8a524d1867701a8a8b1465ece /trex_book.asciidoc | |
parent | 4c1b6775eef57dd9f1264cd95925050be813511b (diff) |
64bit kernels are supported
Diffstat (limited to 'trex_book.asciidoc')
-rwxr-xr-x | trex_book.asciidoc | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/trex_book.asciidoc b/trex_book.asciidoc index df78de04..5e544786 100755 --- a/trex_book.asciidoc +++ b/trex_book.asciidoc @@ -150,8 +150,21 @@ NOTE: You should buy seperatly the 10Gb/sec SFP+, Cisco would be fine with TRex ==== Supported versions -Fedora 18-20, and Ubuntu 14.04.1 LTS are the Linux OS supported. -More OS could be supported by compiling the drivers. +Fedora 18-20 , and Ubuntu 14.04.1 LTS are the Linux OS supported. +You should install the *64bit* Kernel version. +More 64bit OS could be supported by compiling the drivers. + +WARNING: Only *64bit* Kernels are supported + +To verify that your kernel is 64bit version try this + +[source,bash] +---- +$uname -m +x86_64 #<1> +---- +<1> x86_64 is the desired output + ==== Download ISO file |