tac0S
Template Affectional Command Operating System
|
Data structures to manage LISP-like lists. More...
#include "syscall.h"
Macros | |
#define | Dim |
Functions | |
int | main () |
Variables | |
int | A [Dim][Dim] |
int | B [Dim][Dim] |
int | C [Dim][Dim] |
Data structures to manage LISP-like lists.
matmult.c Test program to do matrix multiplication on large arrays.
Intended to stress virtual memory system.
Ideally, we could read the matrices off of the file system, and store the result back to the file system!
#define Dim |