Compare commits
No commits in common. "44bd93b8b4ac9690a4d5afc04605c87f0c56d184" and "2c813f5901329d2fabaed52a774cbf94fcc5a561" have entirely different histories.
44bd93b8b4
...
2c813f5901
@ -1,4 +1,4 @@
|
||||
APPS := init sym sh crash uname uptime hello
|
||||
APPS := init sym sh crash uname uptime
|
||||
|
||||
APPS_DIR := $(LUNA_ROOT)/apps
|
||||
APPS_SRC := $(APPS_DIR)/src
|
||||
|
@ -1,6 +0,0 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
puts("Hello, world!");
|
||||
}
|
@ -4,6 +4,8 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
sleep(2);
|
||||
|
||||
FILE* syms = fopen("/sys/moon.sym", "r");
|
||||
if (!syms)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user