Changeset 2343
- Timestamp:
- Jul 12, 2011 11:05:21 AM (23 months ago)
- Files:
-
- 4 added
- 3 edited
-
clients/emacs/arm (added)
-
clients/emacs/arm/Makefile (added)
-
clients/emacs/arm/config.h (added)
-
clients/emacs/arm/emacs.lds (added)
-
clients/emacs/x86/emacs.rc (modified) (1 diff)
-
clients/lib/mem.c (modified) (1 diff)
-
cpu/arm/olpc/1.75/olpc.bth (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
clients/emacs/x86/emacs.rc
r897 r2343 38 38 begining-of-file 39 39 2 resize-window 40 insert-string " F1 Help on/off F 5 Open File F6 Save File F7Exit"40 insert-string " F1 Help on/off F6 Open File F7 Save File F8 Exit" 41 41 newline 42 42 insert-string " Move with arrow keys, PageUp, PageDown, Home, and End" -
clients/lib/mem.c
r2286 r2343 16 16 *(cp + len) = c; 17 17 } 18 19 int 20 memcmp(void *s1, void *s2, int len) 21 { 22 for (; len--; ++s1, ++s2) 23 if (*(unsigned char *)s1 != *(unsigned char *)s2) 24 return *(unsigned char *)s1 - *(unsigned char *)s2; 25 return 0; 26 } -
cpu/arm/olpc/1.75/olpc.bth
r2315 r2343 15 15 in: ${BP}/dev/usb2/device/storage/build/usbstorage.fc 16 16 in: testicons.bin 17 in: ${BP}/clients/emacs/arm/emacs 17 18 build-now 18 19 … … 56 57 end-reserved 57 58 end-tim 59 60 h# e.0000 to reserved-start 61 h# f.0000 to reserved-end 58 62 59 63 .( --- Saving as ) … … 153 157 [then] 154 158 " ec.img" " ecimage.bin" $add-deflated-dropin 159 " ${BP}/clients/emacs/x86/emacs.rc" " emacs.rc" $add-deflated-dropin 160 " ${BP}/clients/emacs/emacs.hlp" " emacs.hlp" $add-deflated-dropin 161 " ${BP}/clients/emacs/arm/emacs" " emacs" $add-deflated-dropin 155 162 156 163 .( Dropin top is ) ofd @ fsize .x cr
Note: See TracChangeset
for help on using the changeset viewer.
