diff cos/hello/hello.c @ 32:3a6a9b929db0

Added initial ramdisk and some virtual file system functions
author windel
date Fri, 13 Jan 2012 18:18:17 +0100
parents d3c4bf3720a3
children
line wrap: on
line diff
--- a/cos/hello/hello.c	Tue Jan 10 20:40:35 2012 +0100
+++ b/cos/hello/hello.c	Fri Jan 13 18:18:17 2012 +0100
@@ -2,6 +2,7 @@
 
 int main()
 {
+
    unsigned char * const screen = (unsigned char*)0xB8000;
    screen[0] = 'H';
    screen[2] = 'o';