- Timestamp:
- 2005-04-22T14:11:38Z (21 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c9b8c5c
- Parents:
- 25f62cdf
- Location:
- arch
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/src/asm.s
r25f62cdf rf07bba5 130 130 movl %esp,%ebp 131 131 pusha 132 133 push %ds 134 push %es 132 135 133 136 # we must fill the data segment registers … … 142 145 call trap_dispatcher 143 146 addl $8,%esp 147 148 pop %es 149 pop %ds 144 150 145 151 popa … … 315 321 utext: 316 322 0: 317 movl $0xdeadbeaf, %eax323 # movl $0xdeadbeaf, %eax 318 324 int $48 319 325 jmp 0b -
arch/ia32/src/ia32.c
r25f62cdf rf07bba5 46 46 47 47 48 void arch_ init(void)48 void arch_pre_mm_init(void) 49 49 { 50 50 pm_init(); -
arch/mips/src/mips.c
r25f62cdf rf07bba5 31 31 #include <arch/exception.h> 32 32 33 void arch_ init(void)33 void arch_pre_mm_init(void) 34 34 { 35 35 /*
Note:
See TracChangeset
for help on using the changeset viewer.