Just some little notes
authorJohn Hodge <[email protected]>
Sun, 25 Sep 2011 03:15:55 +0000 (11:15 +0800)
committerJohn Hodge <[email protected]>
Sun, 25 Sep 2011 03:15:55 +0000 (11:15 +0800)
Notes/AutoconfCrossCompiling.txt [new file with mode: 0644]
Notes/VFS_MMap_Notes_20110711.txt [new file with mode: 0644]

diff --git a/Notes/AutoconfCrossCompiling.txt b/Notes/AutoconfCrossCompiling.txt
new file mode 100644 (file)
index 0000000..d1cfdc4
--- /dev/null
@@ -0,0 +1,3 @@
+
+Cross Compiling
+CC=i586-elf-gcc CPPFLAGS="-I /home/tpg/Projects/Acess2/Usermode/include/" CFLAGS="-Wl,-T,/home/tpg/Projects/Acess2/Usermode/Output/i386/Libs/acess.ld -nostartfiles -nodefaultlibs -lld-acess -lc" ./configure  --host=i586-elf
diff --git a/Notes/VFS_MMap_Notes_20110711.txt b/Notes/VFS_MMap_Notes_20110711.txt
new file mode 100644 (file)
index 0000000..c04b402
--- /dev/null
@@ -0,0 +1,6 @@
+Notes:
+
+- Implement mmap() in Acess
+ > tVFS_Node.MMap(tVFS_Node *Node, int Size, void *Dest): int
+ > tVFS_Node.MappedAreas[]: struct{void *Base, int Size}
+ > \a Size is always a multiple of page size

UCC git Repository :: git.ucc.asn.au