mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
gem5 semihosting
This commit is contained in:
6
baremetal/interactive/exit1.c
Normal file
6
baremetal/interactive/exit1.c
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
void main(void) {
|
||||
exit(1);
|
||||
}
|
||||
Reference in New Issue
Block a user