MonkOS
v0.1
A simple 64-bit operating system (x86_64)
syscall.h
Go to the documentation of this file.
1
//============================================================================
2
/// @file syscall.h
3
/// @brief System call support.
4
//
5
// Copyright 2016 Brett Vickers.
6
// Use of this source code is governed by a BSD-style license
7
// that can be found in the MonkOS LICENSE file.
8
//============================================================================
9
10
#pragma once
11
12
#include <
core.h
>
13
14
//----------------------------------------------------------------------------
15
// @function syscall_init
16
/// @brief Set up the CPU to handle system calls.
17
//----------------------------------------------------------------------------
18
void
19
syscall_init
();
core.h
Core include file.
syscall_init
void syscall_init()
Set up the CPU to handle system calls.
Definition:
syscall.c:29
include
kernel
syscall
syscall.h
Generated by
1.8.11