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
33void qemu_exit(uint8_t code);
34
35#endif /* MINIOS_QEMU_EXIT_H */
void qemu_exit(uint8_t code)
Exit QEMU via the isa-debug-exit device.
Definition qemu_exit.c:33
unsigned char uint8_t
Definition types.h:28