Changeset f02ffca in rtems
- Timestamp:
- 02/06/98 13:47:09 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 5599d6e
- Parents:
- 02d19d8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/i386/pc386/start/start.s
r02d19d8 rf02ffca 166 166 movl $ SYM (_bss_start), edi # edi = beginning of .bss 167 167 subl edi, ecx # ecx = size of .bss in bytes 168 shll ecx # size of .bss in longs 168 shrl ecx # size of .bss in longs 169 shrl ecx 169 170 xorl eax, eax # value to clear out memory 170 171 repne # while ecx != 0
Note: See TracChangeset
for help on using the changeset viewer.