aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlex Auvolat <alex.auvolat@ens.fr>2015-02-09 18:00:10 +0100
committerAlex Auvolat <alex.auvolat@ens.fr>2015-02-09 18:00:10 +0100
commit3b03f1e41558131ca2f83a460f4d2e289cbedac0 (patch)
tree72c2ee12fa00e55965bcbd1e956f78f85357aab9 /src
parent002a1b035e2464c11b17f1bfd3835deccef7652a (diff)
downloadkogata-3b03f1e41558131ca2f83a460f4d2e289cbedac0.tar.gz
kogata-3b03f1e41558131ca2f83a460f4d2e289cbedac0.zip
Rebrand
Diffstat (limited to 'src')
-rw-r--r--src/common/README1
-rw-r--r--src/kernel/config.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/common/README b/src/common/README
index deae76f..e40df40 100644
--- a/src/common/README
+++ b/src/common/README
@@ -8,6 +8,7 @@ It relies on a few functions being exported :
- dbg_print(const char* str)
- void* malloc(size_t size)
- free(void* ptr)
+- yield()
These function are supposed to be defined in the code that calls
the common functions. The headers for these functions are to be
diff --git a/src/kernel/config.h b/src/kernel/config.h
index a0e59d3..96e9aa1 100644
--- a/src/kernel/config.h
+++ b/src/kernel/config.h
@@ -17,7 +17,7 @@
#define K_HIGHHALF_ADDR ((size_t)0xC0000000)
-#define OS_NAME "macrO.Scope"
+#define OS_NAME "kogata"
#define OS_VERSION "0.0.1"
// Comment to disable either form of debug log output