init: init nachos hw01, should pass jenkins os_group_20_hw job but fail on os_group_20_ta job
This commit is contained in:
12
code/test/consoleIO_test1.c
Normal file
12
code/test/consoleIO_test1.c
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "syscall.h"
|
||||
|
||||
int
|
||||
main()
|
||||
{
|
||||
int n;
|
||||
for (n=9;n>5;n--) {
|
||||
PrintInt(n);
|
||||
}
|
||||
Halt();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user