Ignore:
Timestamp:
May 11, 2017, 7:49:17 PM (7 years ago)
Author:
max@…
Message:

Typos, and cosmetic.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/generic/hal_exception.h

    r16 r17  
    3232// ALMOS-MKH defines three classes of exceptions:
    3333//
    34 // - NON_FATAL : exceptions such as "page fault" or FPU unusable" are non fatal.
    35 //   and the calling thread resume execution when the exception has been handled.
     34// - NON_FATAL : exceptions such as "page fault" or "FPU unusable" are non fatal.
     35//   The calling thread resumes execution when the exception has been handled.
    3636//
    3737// - USER_ERROR : these exceptions such a "illegal vaddr" or "illegal write access"
     
    4040//
    4141// - KERNEL_PANIC : events such as "no memory" or "kernel mistakes" are considered
    42 //   abnormal events. The calling core goes to sleep, after after a "panic" message
     42//   abnormal events. The calling core goes to sleep, after a "panic" message
    4343//   on the kernel terminal.
    4444//
     
    6666
    6767/*****************************************************************************************
    68  * This function print on the kernel terminal the saved context (core registers)
     68 * This function prints on the kernel terminal the saved context (core registers)
    6969 * and the thread state of a faulty thread.
    7070 *****************************************************************************************
Note: See TracChangeset for help on using the changeset viewer.