clang.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. {
  2. "cpu": {
  3. "CFlags": [
  4. "-mno-implicit-float"
  5. ],
  6. "Env": [
  7. "CONF=cpu"
  8. ],
  9. "Include": [
  10. "core.json",
  11. "../386/386.json",
  12. "../ip/ip.json",
  13. "../port/port.json"
  14. ],
  15. "Kernel": {
  16. "Config": {
  17. "Code": [
  18. "int cpuserver = 1;",
  19. "uint32_t kerndate = 1;"
  20. ],
  21. "Dev": [
  22. "acpi",
  23. "arch",
  24. "cap",
  25. "cons",
  26. "coreboot",
  27. "draw",
  28. "dup",
  29. "env",
  30. "fdmux",
  31. "ether",
  32. "ip",
  33. "kbin",
  34. "kprof",
  35. "mnt",
  36. "mntn",
  37. "mouse",
  38. "pci",
  39. "pipe",
  40. "proc",
  41. "regress",
  42. "root",
  43. "rtc",
  44. "sd",
  45. "segment",
  46. "srv",
  47. "ssl",
  48. "tls",
  49. "uart",
  50. "ws",
  51. "usb",
  52. "vga"
  53. ],
  54. "Ip": [
  55. "tcp",
  56. "udp",
  57. "ipifc",
  58. "icmp",
  59. "icmp6",
  60. "gre"
  61. ],
  62. "Link": [
  63. "ether8169",
  64. "ether82557",
  65. "ether82563",
  66. "etherigbe",
  67. "ether8139",
  68. "ethermedium",
  69. "loopbackmedium",
  70. "netdevmedium",
  71. "usbuhci",
  72. "usbohci",
  73. "usbehci"
  74. ],
  75. "Sd": [
  76. "sdiahci"
  77. ],
  78. "Uart": [
  79. "i8250",
  80. "pci"
  81. ],
  82. "VGA": [
  83. "vgavesa"
  84. ]
  85. },
  86. "Ramfiles": {
  87. "bind": "/$ARCH/bin/bind",
  88. "boot": "/sys/src/9/boot/bootcpu.elf.out",
  89. "cat": "/$ARCH/bin/cat",
  90. "date": "/$ARCH/bin/date",
  91. "echo": "/$ARCH/bin/echo",
  92. "factotum": "/$ARCH/bin/auth/factotum",
  93. "fdisk": "/$ARCH/bin/disk/fdisk",
  94. "fossil": "/$ARCH/bin/fossil/fossil",
  95. "ipconfig": "/$ARCH/bin/ip/ipconfig",
  96. "ls": "/$ARCH/bin/ls",
  97. "mount": "/$ARCH/bin/mount",
  98. "nvram": "/util/nvram",
  99. "prep": "/$ARCH/bin/disk/prep",
  100. "rc": "/$ARCH/bin/rc",
  101. "ps": "/$ARCH/bin/ps",
  102. "ed": "/$ARCH/bin/ed",
  103. "rcmain": "/rc/lib/rcmain",
  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. }