amd64cpu.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "amd64cpu": {
  3. "Env": [
  4. "CONF=amd64cpu"
  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. "cap",
  22. "cons",
  23. "coreboot",
  24. "draw",
  25. "dup",
  26. "env",
  27. "ether",
  28. "ip",
  29. "kprof",
  30. "mnt",
  31. "mouse",
  32. "pci",
  33. "pipe",
  34. "pmc",
  35. "proc",
  36. "regress",
  37. "root",
  38. "rtc",
  39. "sd",
  40. "segment",
  41. "srv",
  42. "ssl",
  43. "tls",
  44. "uart",
  45. "ws",
  46. "usb",
  47. "vga",
  48. "zp"
  49. ],
  50. "Ip": [
  51. "tcp",
  52. "udp",
  53. "ipifc",
  54. "icmp",
  55. "icmp6",
  56. "gre"
  57. ],
  58. "Link": [
  59. "ether8169",
  60. "ether82557",
  61. "ether82563",
  62. "etherigbe",
  63. "ether8139",
  64. "ethermedium",
  65. "loopbackmedium",
  66. "netdevmedium",
  67. "usbuhci",
  68. "usbohci",
  69. "usbehci"
  70. ],
  71. "Sd": [
  72. "sdiahci"
  73. ],
  74. "Uart": [
  75. "i8250",
  76. "pci"
  77. ],
  78. "VGA": []
  79. },
  80. "Systab": "/sys/src/libc/9syscall/sys.h",
  81. "Ramfiles": {
  82. "bind": "/$ARCH/bin/bind",
  83. "boot": "/sys/src/9/boot/bootamd64cpu.elf.out",
  84. "cat": "/$ARCH/bin/cat",
  85. "date": "/$ARCH/bin/date",
  86. "echo": "/$ARCH/bin/echo",
  87. "factotum": "/$ARCH/bin/auth/factotum",
  88. "ipconfig": "/$ARCH/bin/ip/ipconfig",
  89. "ls": "/$ARCH/bin/ls",
  90. "mount": "/$ARCH/bin/mount",
  91. "nvram": "/util/nvram",
  92. "rc": "/$ARCH/bin/rc",
  93. "rcmain": "/rc/lib/rcmain",
  94. "screenconsole": "/$ARCH/bin/aux/screenconsole",
  95. "srv": "/$ARCH/bin/srv",
  96. "fdisk": "/$ARCH/bin/disk/fdisk",
  97. "prep": "/$ARCH/bin/disk/prep",
  98. "venti": "/$ARCH/bin/venti/venti",
  99. "fossil": "/$ARCH/bin/fossil/fossil",
  100. "startdisk" : "startdisk"
  101. }
  102. },
  103. "Program": "harvey",
  104. "SourceFiles": [
  105. "cga.c",
  106. "devacpi.c",
  107. "devusb.c",
  108. "devvga.c",
  109. "ether8139.c",
  110. "ether82563.c",
  111. "amd64cpu.c",
  112. "mouse.c",
  113. "screen.c",
  114. "sdata.c",
  115. "usbehcipc.c",
  116. "usbohci.c",
  117. "usbuhci.c",
  118. "vga.c",
  119. "vgax.c"
  120. ]
  121. }
  122. }