miniOS
x86_64 hobby kernel with SMP, VFS, and POSIX process model
Loading...
Searching...
No Matches
qemu_exit.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: MIT */
18
19
#ifndef MINIOS_QEMU_EXIT_H
20
#define MINIOS_QEMU_EXIT_H
21
22
#include <
miniOS/types.h
>
23
33
void
qemu_exit
(
uint8_t
code);
34
35
#endif
/* MINIOS_QEMU_EXIT_H */
qemu_exit
void qemu_exit(uint8_t code)
Exit QEMU via the isa-debug-exit device.
Definition
qemu_exit.c:33
types.h
uint8_t
unsigned char uint8_t
Definition
types.h:28
include
miniOS
qemu_exit.h
Generated by
1.16.1