Skip to content

Commit 83590a3

Browse files
committed
Finished project. Made new testcases.
1 parent 55d37b6 commit 83590a3

30 files changed

+66
-39
lines changed

xinu-hw5/compile/initialize.o

-5.68 KB
Binary file not shown.

xinu-hw5/compile/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
(Mips XINU) #16 (cohare@morbius.mscs.mu.edu) Sun Mar 1 17:35:15 CST 2015
1+
(Mips XINU) #20 (cohare@traken.mscs.mu.edu) Mon Mar 2 18:55:34 CST 2015

xinu-hw5/compile/vn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16
1+
20

xinu-hw5/compile/xinu.boot

-25.3 KB
Binary file not shown.

xinu-hw5/include/queue.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
*/
2222
/* Embedded XINU, Copyright (C) 2007. All rights reserved. */
2323

24+
/**
25+
* Modified by: Casey O'Hare & Sam Ostlund
26+
* */
27+
2428
/* queue structure declarations, constants, and inline procedures */
2529
//#include <kernel.h> // Maybe somewhere else
2630
#ifndef _QUEUE_H_
@@ -62,7 +66,7 @@ short enqueue(short, queue);
6266
short remove(short);
6367
short dequeue(queue);
6468
queue newqueue(void);
65-
short prioritize(short pid, queue q, unsigned long key);
69+
short prioritize(short pid, queue q, ulong key);
6670
void printqueue(queue q);
6771

6872
#endif /* _QUEUE_H_ */

xinu-hw5/loader/flushcache.o

-967 Bytes
Binary file not shown.

xinu-hw5/loader/start.o

-1.14 KB
Binary file not shown.

xinu-hw5/system/clockinit.o

-2.02 KB
Binary file not shown.

xinu-hw5/system/clockintr.o

-1.71 KB
Binary file not shown.

xinu-hw5/system/clockup.o

-697 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)