代码搜索结果
找到约 10,000 项符合
S 的代码
setup.s
!
! <mark>s</mark>etup.<mark>s</mark> (C) 1991 Linu<mark>s</mark> Torvald<mark>s</mark>
!
! <mark>s</mark>etup.<mark>s</mark> i<mark>s</mark> re<mark>s</mark>pon<mark>s</mark>ible for getting the <mark>s</mark>y<mark>s</mark>tem data from the BIO<mark>S</mark>,
! and putting them into the appropriate place<mark>s</mark> in <mark>s</mark>y<mark>s</mark>tem memory.
! both <mark>s</mark>etup.<mark>s ...
head.s
/*
* linux/boot/head.s
*
* (C) 1991 Linus Torvalds
*/
/*
* head.s contains the 32-bit startup code.
*
* NOTE!!! Startup happens at absolute address 0x00000000, which is also where
* the p
bootsect.s
!
! <mark>S</mark>Y<mark>S</mark>_<mark>S</mark>IZE i<mark>s</mark> the number of click<mark>s</mark> (16 byte<mark>s</mark>) to be loaded.
! 0x3000 i<mark>s</mark> 0x30000 byte<mark>s</mark> = 196kB, more than enough for current
! ver<mark>s</mark>ion<mark>s</mark> of linux
!
<mark>S</mark>Y<mark>S</mark><mark>S</mark>IZE = 0x3000
!
! boot<mark>s</mark>ect.<mark>s</mark> (C) 1991 Linu<mark>s</ma ...
keyboard.s
/*
* linux/kernel/keyboard.S
*
* (C) 1991 Linus Torvalds
*/
/*
* Thanks to Alfred Leung for US keyboard patches
* Wolfgang Thiel for German keyboard patches
* Marc Corsini for the French
asm.s
/*
* linux/kernel/asm.s
*
* (C) 1991 Linus Torvalds
*/
/*
* asm.s contains the low-level code for most hardware faults.
* page_exception is handled by the mm, so that isn't here. This
* fil
stack.s
;;; Copyright ARM Ltd 2001. All rights reserved.
AREA Stacks, DATA, NOINIT
EXPORT UserStack
EXPORT SVCStack
EXPORT UndefStack
EXPORT IRQStack
heap.s
;;; Copyright ARM Ltd 2001. All rights reserved.
AREA Heap, DATA, NOINIT
EXPORT bottom_of_heap
; Create dummy variable used to locate bottom of heap
bottom_of_heap SP
memcfg.s
GET option.s
[ BUSWIDTH=16
BWSCON_cfg EQU 0x11111011 ;Bank0=16bit BootRom(AT29LV160DB) :0x0
; ||||||-- Bank1=low 8bit D12 :0x4
; |||||--- Ba
option.s
;**********OPTIONS*******************************
;_RAM_STARTADDRESS EQU 0xc000000
_ISR_STARTADDRESS EQU 0xc7fff00 ;GCS6:64M DRAM/SDRAM
;_ISR_STARTADDRESS EQU 0xc1fff00 ;GCS6:16M DRAM
irq.s
;/****************************************Copyright (c)**************************************************
;** Guangzou ZLG-MCU Development Co.,LTD.
;**