CeDOS - src/shell/quit.c

src/shell/quit.c (view raw)

1
2
3
4
5
6
7
8
9
10
#include "cedos.h"
#include "stdio.h"

#include <stdint.h>

void main(char *args) {
    printf("Thank you for using CeDOS!\n");

    hard_reset();
}