Changeset ebedf31 in rtems
- Timestamp:
- Nov 3, 2005, 2:58:09 AM (15 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 05a2cc4b
- Parents:
- 78111c3
- Location:
- c/src/lib/libbsp/i386/pc386
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/i386/pc386/ChangeLog
r78111c3 rebedf31 1 2005-11-02 straumanatslacdotstanford.edu 2 3 * startup/ldsegs.S: put IDT and GDT into data segment. The CPU modifies 4 the 'accessed' bit and GDB's (rtems-gdb-stub) text segment checksum 5 comparison failed... 6 1 7 2005-10-17 Ralf Corsepius <ralf.corsepius@rtems.org> 2 8 -
c/src/lib/libbsp/i386/pc386/startup/ldsegs.S
r78111c3 rebedf31 188 188 +--------------------------------------------------------------------------*/ 189 189 190 BEGIN_DATA 190 191 .p2align 4 191 192 … … 215 216 | IDT itself 216 217 +---------------------------------------------------------------------------*/ 217 BEGIN_DATA218 218 .p2align 4 219 219 … … 223 223 .word 0,0,0,0 224 224 .endr 225 END_DATA 226 225 227 226 /*---------------------------------------------------------------------------+ 228 227 | Descriptor of IDT 229 228 +--------------------------------------------------------------------------*/ 230 BEGIN_CODE 229 231 230 .p2align 4 232 231 SYM(idtdesc): 233 232 .word (256*8 - 1) 234 233 .long SYM (Interrupt_descriptor_table) 235 236 END_ CODE234 235 END_DATA 237 236 238 237 .section .m_hdr
Note: See TracChangeset
for help on using the changeset viewer.