build.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. {
  2. "cpu": {
  3. "Env": [
  4. "CONF=cpu"
  5. ],
  6. "Include": [
  7. "core.json",
  8. "../386/386.json",
  9. "../ip/ip.json",
  10. "../port/port.json"
  11. ],
  12. "Kernel": {
  13. "Config": {
  14. "Code": [
  15. "int cpuserver = 1;",
  16. "uint32_t kerndate = 1;"
  17. ],
  18. "Dev": [
  19. "acpi",
  20. "arch",
  21. "bridge",
  22. "cap",
  23. "cons",
  24. "coreboot",
  25. "draw",
  26. "dup",
  27. "env",
  28. "fdmux",
  29. "ether",
  30. "ip",
  31. "kbin",
  32. "kbmap",
  33. "kprof",
  34. "mnt",
  35. "mntn",
  36. "mouse",
  37. "pci",
  38. "pipe",
  39. "proc",
  40. "ram",
  41. "regress",
  42. "root",
  43. "rtc",
  44. "sd",
  45. "segment",
  46. "srv",
  47. "ssl",
  48. "tls",
  49. "uart",
  50. "usb",
  51. "ws",
  52. "v9p",
  53. "vcon",
  54. "vga"
  55. ],
  56. "Ip": [
  57. "tcp",
  58. "udp",
  59. "ipifc",
  60. "icmp",
  61. "icmp6",
  62. "gre"
  63. ],
  64. "Link": [
  65. "ether8169",
  66. "ether82557",
  67. "ether82563",
  68. "etherigbe",
  69. "ether8139",
  70. "ethermedium",
  71. "loopbackmedium",
  72. "netdevmedium",
  73. "usbuhci",
  74. "usbohci",
  75. "usbehci"
  76. ],
  77. "Sd": [
  78. "sdiahci"
  79. ],
  80. "Uart": [
  81. "i8250",
  82. "pci"
  83. ],
  84. "VGA": [
  85. "vgavesa"
  86. ]
  87. },
  88. "Ramfiles": {
  89. "bind": "/$ARCH/bin/bind",
  90. "cat": "/$ARCH/bin/cat",
  91. "crs": "/$ARCH/bin/acpi/crs",
  92. "date": "/$ARCH/bin/date",
  93. "echo": "/$ARCH/bin/echo",
  94. "ed": "/$ARCH/bin/ed",
  95. "factotum": "/$ARCH/bin/auth/factotum",
  96. "fdisk": "/$ARCH/bin/disk/fdisk",
  97. "fossil": "/$ARCH/bin/fossil/fossil",
  98. "grep": "/$ARCH/bin/grep",
  99. "ipconfig": "/$ARCH/bin/ip/ipconfig",
  100. "irq": "/$ARCH/bin/acpi/irq",
  101. "ls": "/$ARCH/bin/ls",
  102. "mount": "/$ARCH/bin/mount",
  103. "nvram": "/util/nvram",
  104. "pci": "/rc/bin/pci",
  105. "prep": "/$ARCH/bin/disk/prep",
  106. "ps": "/$ARCH/bin/ps",
  107. "ratrace": "/$ARCH/bin/ratrace",
  108. "rc": "/$ARCH/bin/rc",
  109. "rcmain": "/rc/lib/rcmain",
  110. "realemu": "/$ARCH/bin/aux/realemu",
  111. "sed": "/$ARCH/bin/sed",
  112. "srv": "/$ARCH/bin/srv",
  113. "startdisk": "startdisk",
  114. "usbd": "/$ARCH/bin/usb/usbd",
  115. "venti": "/$ARCH/bin/venti/venti",
  116. "vga": "/$ARCH/bin/aux/vga"
  117. },
  118. "Systab": "/sys/src/libc/9syscall/sys.h"
  119. },
  120. "Program": "harvey",
  121. "SourceFiles": [
  122. "cga.c",
  123. "devacpi.c",
  124. "devusb.c",
  125. "devvga.c",
  126. "ether8139.c",
  127. "ether82563.c",
  128. "cpu.c",
  129. "mouse.c",
  130. "screen.c",
  131. "sdiahci.c",
  132. "usbehcipc.c",
  133. "usbohci.c",
  134. "usbuhci.c",
  135. "vga.c",
  136. "vgax.c"
  137. ]
  138. }
  139. }