Subversion Repositories HelenOS-historic

Rev

Rev 1662 | Rev 1705 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1662 Rev 1702
Line 24... Line 24...
24
 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24
 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
25
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
 */
27
 */
28
 
28
 
-
 
29
 /** @addtogroup main
-
 
30
 * @ingroup kernel
-
 
31
 * @{
-
 
32
 */
-
 
33
 
29
/**
34
/**
30
 * @file    kinit.c
35
 * @file
31
 * @brief   Kernel initialization thread.
36
 * @brief   Kernel initialization thread.
32
 *
37
 *
33
 * This file contains kinit kernel thread which carries out
38
 * This file contains kinit kernel thread which carries out
34
 * high level system initialization.
39
 * high level system initialization.
35
 *
40
 *
Line 188... Line 193...
188
        }
193
        }
189
    }
194
    }
190
#endif /* CONFIG_TEST */
195
#endif /* CONFIG_TEST */
191
 
196
 
192
}
197
}
-
 
198
 
-
 
199
 /** @}
-
 
200
 */
-
 
201