Final polishing to debugging system.
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
/// MentOS, The Mentoring Operating system project
|
||||
/// @file errno.c
|
||||
/// @brief
|
||||
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/// MentOS, The Mentoring Operating system project
|
||||
/// @file panic.c
|
||||
/// @brief Functions used to manage kernel panic.
|
||||
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/// MentOS, The Mentoring Operating system project
|
||||
/// @file printk.c
|
||||
/// @brief Functions for managing the kernel messages.
|
||||
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/// MentOS, The Mentoring Operating system project
|
||||
/// @file signal.c
|
||||
/// @brief Signals definition.
|
||||
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
|
||||
|
||||
@@ -1,9 +1,15 @@
|
||||
/// MentOS, The Mentoring Operating system project
|
||||
/// @file syscall.c
|
||||
/// @brief System Call management functions.
|
||||
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
|
||||
/// See LICENSE.md for details.
|
||||
|
||||
// Include the kernel log levels.
|
||||
#include "sys/kernel_levels.h"
|
||||
// Change the header.
|
||||
#define __DEBUG_HEADER__ "[SYSCLL]"
|
||||
// Set the log level.
|
||||
#define __DEBUG_LEVEL__ LOGLEVEL_NOTICE
|
||||
|
||||
#include "devices/fpu.h"
|
||||
#include "mem/kheap.h"
|
||||
#include "system/syscall.h"
|
||||
|
||||
Reference in New Issue
Block a user