k8cpu.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "Env": [
  3. "CONF=k8cpu"
  4. ],
  5. "Include": [
  6. "core.json",
  7. "../386/386.json",
  8. "../ip/ip.json",
  9. "../port/port.json"
  10. ],
  11. "Kernel": {
  12. "Config": {
  13. "Code": [
  14. "int cpuserver = 1;",
  15. "uint32_t kerndate = 1;"
  16. ],
  17. "Dev": [
  18. "root",
  19. "cons",
  20. "arch",
  21. "env",
  22. "pipe",
  23. "proc",
  24. "mnt",
  25. "srv",
  26. "dup",
  27. "rtc",
  28. "kprof",
  29. "pmc",
  30. "segment",
  31. "acpi",
  32. "zp",
  33. "ws",
  34. "cec",
  35. "sd",
  36. "ether",
  37. "ip",
  38. "pci",
  39. "uart"
  40. ],
  41. "Ip": [
  42. "tcp",
  43. "udp",
  44. "ipifc",
  45. "icmp",
  46. "icmp6",
  47. "gre"
  48. ],
  49. "Link": [
  50. "ether8169",
  51. "ether82557",
  52. "ether82563",
  53. "etherigbe",
  54. "ether8139",
  55. "ethermedium",
  56. "loopbackmedium",
  57. "netdevmedium"
  58. ],
  59. "Sd": [
  60. "sdiahci"
  61. ],
  62. "Systab": "/sys/src/libc/9syscall/sys.h",
  63. "Uart": [
  64. "i8250",
  65. "pci"
  66. ]
  67. },
  68. "Ramfiles": {
  69. "bind": "/amd64/bin/bind",
  70. "boot": "boot.fs",
  71. "cat": "/amd64/bin/cat",
  72. "date": "/amd64/bin/date",
  73. "echo": "/amd64/bin/echo",
  74. "ipconfig": "/amd64/bin/ip/ipconfig",
  75. "listen1": "/amd64/bin/aux/listen1",
  76. "ls": "/amd64/bin/ls",
  77. "mount": "/amd64/bin/mount",
  78. "rc": "/amd64/bin/rc",
  79. "rcmain": "/rc/lib/rcmain",
  80. "srv": "/amd64/bin/srv",
  81. "tty": "/amd64/bin/aux/tty"
  82. }
  83. },
  84. "Name": "k8cpu",
  85. "Program": "9k8cpu",
  86. "SourceFiles": [
  87. "cga.c",
  88. "devacpi.c",
  89. "devusb.c",
  90. "ether8139.c",
  91. "ether82563.c",
  92. "k8cpu.c",
  93. "sdata.c",
  94. "usbehcipc.c",
  95. "usbohci.c",
  96. "usbuhci.c"
  97. ]
  98. }