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:
13
code/test/consoleIO_test2.c
Normal file
13
code/test/consoleIO_test2.c
Normal file
@@ -0,0 +1,13 @@
|
||||
#include "syscall.h"
|
||||
|
||||
int
|
||||
main()
|
||||
{
|
||||
int n;
|
||||
for (n=15;n<=19;n++){
|
||||
|
||||
PrintInt(n);
|
||||
}
|
||||
Halt();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user