build.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  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. "kprof",
  33. "mnt",
  34. "mntn",
  35. "mouse",
  36. "pci",
  37. "pipe",
  38. "proc",
  39. "ram",
  40. "regress",
  41. "root",
  42. "rtc",
  43. "sd",
  44. "segment",
  45. "srv",
  46. "ssl",
  47. "tls",
  48. "uart",
  49. "ws",
  50. "usb",
  51. "vga"
  52. ],
  53. "Ip": [
  54. "tcp",
  55. "udp",
  56. "ipifc",
  57. "icmp",
  58. "icmp6",
  59. "gre"
  60. ],
  61. "Link": [
  62. "ether8169",
  63. "ether82557",
  64. "ether82563",
  65. "etherigbe",
  66. "ether8139",
  67. "ethermedium",
  68. "loopbackmedium",
  69. "netdevmedium",
  70. "usbuhci",
  71. "usbohci",
  72. "usbehci"
  73. ],
  74. "Sd": [
  75. "sdiahci"
  76. ],
  77. "Uart": [
  78. "i8250",
  79. "pci"
  80. ],
  81. "VGA": [
  82. "vgavesa"
  83. ]
  84. },
  85. "Ramfiles": {
  86. "bind": "/$ARCH/bin/bind",
  87. "boot": "/sys/src/9/boot/bootcpu.elf.out",
  88. "cat": "/$ARCH/bin/cat",
  89. "date": "/$ARCH/bin/date",
  90. "echo": "/$ARCH/bin/echo",
  91. "factotum": "/$ARCH/bin/auth/factotum",
  92. "fdisk": "/$ARCH/bin/disk/fdisk",
  93. "fossil": "/$ARCH/bin/fossil/fossil",
  94. "ipconfig": "/$ARCH/bin/ip/ipconfig",
  95. "ls": "/$ARCH/bin/ls",
  96. "mount": "/$ARCH/bin/mount",
  97. "nvram": "/util/nvram",
  98. "prep": "/$ARCH/bin/disk/prep",
  99. "rc": "/$ARCH/bin/rc",
  100. "ps": "/$ARCH/bin/ps",
  101. "ed": "/$ARCH/bin/ed",
  102. "rcmain": "/rc/lib/rcmain",
  103. "ratrace": "/$ARCH/bin/ratrace",
  104. "screenconsole": "/$ARCH/bin/aux/screenconsole",
  105. "realemu": "/$ARCH/bin/aux/realemu",
  106. "vga": "/$ARCH/bin/aux/vga",
  107. "srv": "/$ARCH/bin/srv",
  108. "startdisk": "startdisk",
  109. "usbd": "/$ARCH/bin/usb/usbd",
  110. "venti": "/$ARCH/bin/venti/venti"
  111. },
  112. "Systab": "/sys/src/libc/9syscall/sys.h"
  113. },
  114. "Program": "harvey",
  115. "SourceFiles": [
  116. "cga.c",
  117. "devacpi.c",
  118. "devusb.c",
  119. "devvga.c",
  120. "ether8139.c",
  121. "ether82563.c",
  122. "cpu.c",
  123. "mouse.c",
  124. "screen.c",
  125. "sdata.c",
  126. "usbehcipc.c",
  127. "usbohci.c",
  128. "usbuhci.c",
  129. "vga.c",
  130. "vgax.c"
  131. ]
  132. }
  133. }