Advertisement
Guest User

punix-beta4-v200

a guest
Mar 19th, 2012
457
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.21 KB | None | 0 0
  1. diff -r punix-beta4 punix-beta4-v200/
  2. diff -r punix-beta4/src/sys/h/kbd.h punix-beta4-v200//src/sys/h/kbd.h
  3. 6c6
  4. < #elif defined(TI92P)
  5. ---
  6. > #elif defined(TI92P) || defined(V200)
  7. 9c9
  8. < #error TI89 and TI92P are undefined!
  9. ---
  10. > #error TI89 and TI92P and V200 are undefined!
  11. diff -r punix-beta4/src/sys/sys/dev_vt.c punix-beta4-v200//src/sys/sys/dev_vt.c
  12. 1211c1211
  13. < #ifdef TI92P
  14. ---
  15. > #if defined(TI92P) || defined(V200)
  16. diff -r punix-beta4/src/sys/sys/keyscan.c punix-beta4-v200//src/sys/sys/keyscan.c
  17. 81c81
  18. < #ifdef TI92P
  19. ---
  20. > #if defined(TI92P) || defined(V200)
  21. 378c378
  22. < #ifdef TI92P
  23. ---
  24. > #if defined(TI92P) || defined(V200)
  25. 426c426
  26. < #ifdef TI92P
  27. ---
  28. > #if defined(TI92P) || defined(V200)
  29. 446c446
  30. < #ifdef TI92P
  31. ---
  32. > #if defined(TI92P) || defined(V200)
  33. 489c489
  34. < #ifdef TI92P
  35. ---
  36. > #if defined(TI92P) || defined(V200)
  37. diff -r punix-beta4/src/sys/sys/Makefile punix-beta4-v200//src/sys/sys/Makefile
  38. 4,5c4,5
  39. < MAKE  = gmake
  40. < CALC  = TI92P
  41. ---
  42. > MAKE  = make
  43. > CALC  = V200
  44. 57c57
  45. < all:  punix-9x.tib
  46. ---
  47. > all:  punix-v2.tib
  48. 60c60
  49. < punix-9x.tib: ${OBJ}
  50. ---
  51. > punix-v2.tib: ${OBJ}
  52. 154c154
  53. <   rm -f *.bin *.o punix-9x.tib ${TMPUNAME}
  54. ---
  55. >   rm -f *.bin *.o punix-v2.tib ${TMPUNAME}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement