diff options
author | Marvin Borner | 2023-01-28 22:29:48 +0100 |
---|---|---|
committer | Marvin Borner | 2023-01-28 22:29:48 +0100 |
commit | de450bfb4354f716fb43fae69d90ed513068d10b (patch) | |
tree | b474219ae3baaeb8a075e6fbb5c57c3857faa588 /inc/kvm.h | |
parent | 75bb42663294b388377178b7257c6f8c0f787032 (diff) |
Rewrite, bootstrap
Rewriting without KVM, huge goals, won't finish, just for fun.
Diffstat (limited to 'inc/kvm.h')
-rw-r--r-- | inc/kvm.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/inc/kvm.h b/inc/kvm.h deleted file mode 100644 index 92dbe98..0000000 --- a/inc/kvm.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef KVM_H -#define KVM_H - -int kvm_init(void); -int kvm_load(long addr, long data, int size); -void kvm_exec(void); -void kvm_destroy(void); - -#endif |