add cons_puts for atomic (readable) output

This commit is contained in:
rsc 2006-07-16 15:38:00 +00:00
parent 9b37d1bfaa
commit f3d290220f
2 changed files with 41 additions and 5 deletions

View file

@ -9,3 +9,4 @@
#define SYS_block 9
#define SYS_kill 10
#define SYS_panic 11
#define SYS_cons_puts 12