Changes between Version 3 and Version 4 of UltracamInstallGuide


Ignore:
Timestamp:
Feb 7, 2008 2:37:32 PM (16 years ago)
Author:
Andy Vick
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UltracamInstallGuide

    v3 v4  
    6767
    6868==== 5.5 Build and install the kernel ====
    69 {{
     69{{{
    7070   > make deps
    7171   > make modules   
     
    7373   > make bzImage 
    7474   > make install
    75 }}
     75}}}
     76
    7677==== 5.6 Configure your loader ====
    7778For lilo: edit /etc/lilo.conf and add a line for your new kernel and then run lilo to install it.
     
    8384
    8485==== 5.8 Configure and build RTAI ====
    85 {{
     86{{{
    8687   # 1 Change to the RTAI source directory
    8788   cd /usr/src/rtai-24.1.13
     
    9697   # 5 Install the SMP scheduler
    9798   ./setsched smp
    98 }}
     99}}}
    99100==== 5.9 Test RTAI ====
    100101Build and run the tests under the following directories (there are README files that explain each one);