- Timestamp:
- 2010-01-31T12:41:45Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b73c26d
- Parents:
- e7aa9f4
- Location:
- uspace
- Files:
-
- 6 added
- 3 edited
-
Makefile (modified) (1 diff)
-
app/init/init.c (modified) (3 diffs)
-
lib/libc/include/ipc/adb.h (added)
-
srv/hid/kbd/Makefile.build (modified) (1 diff)
-
srv/hid/kbd/ctl/apple.c (added)
-
srv/hid/kbd/port/adb.c (added)
-
srv/hw/bus/cuda_adb/Makefile (added)
-
srv/hw/bus/cuda_adb/cuda_adb.c (added)
-
srv/hw/bus/cuda_adb/cuda_adb.h (added)
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
re7aa9f4 r3a2f8aa 73 73 endif 74 74 75 ifeq ($(UARCH),ppc32) 76 DIRS += srv/hw/bus/cuda_adb 77 endif 78 75 79 ifeq ($(UARCH),sparc64) 76 80 DIRS += \ -
uspace/app/init/init.c
re7aa9f4 r3a2f8aa 287 287 spawn("/srv/fhc"); 288 288 spawn("/srv/obio"); 289 srv_start("/srv/cuda_adb"); 289 290 srv_start("/srv/i8042"); 290 291 srv_start("/srv/c_mouse"); … … 313 314 #endif 314 315 315 getterm("term/vc0", "/app/ bdsh");316 getterm("term/vc0", "/app/klog"); 316 317 getterm("term/vc1", "/app/bdsh"); 317 318 getterm("term/vc2", "/app/bdsh"); … … 319 320 getterm("term/vc4", "/app/bdsh"); 320 321 getterm("term/vc5", "/app/bdsh"); 321 getterm("term/vc6", "/app/klog"); 322 /* getterm("term/vc6", "/app/klog");*/ 322 323 323 324 return 0; -
uspace/srv/hid/kbd/Makefile.build
re7aa9f4 r3a2f8aa 125 125 ifeq ($(UARCH),ppc32) 126 126 SOURCES += \ 127 port/ dummy.c \128 ctl/ stty.c127 port/adb.c \ 128 ctl/apple.c 129 129 endif 130 130
Note:
See TracChangeset
for help on using the changeset viewer.
