TODO 575 B

12345678910111213141516171819202122232425
  1. By priority:
  2. separate dev0 and target
  3. Console:
  4. non-blocking (input)
  5. move to Cons?
  6. HostConsole, ConsInterp: line length limit
  7. ConsCompiler:
  8. interface similar to DevCompiler
  9. handle SIGTERM in server version (when Kernel.Start used)
  10. printing (to PostScript)
  11. Kernel: handle stack overflows
  12. OpenBSD: 2012.11: sigaltstack & siglongjmp problem,
  13. see /usr/src/regress/sys/kern/stackjmp
  14. Linux: no sigaltstack & siglongjmp problem,
  15. but, before stack overflow SEGV signal, memory of shared library
  16. on low (active) stack border, is corrupted
  17. GUI:
  18. ...