代码搜索结果
找到约 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 ...
option.s
;===========================================
; NAME: OPTION.A
; DESC: Configuration options for .S files
; HISTORY:
; 02.28.2002: ver 0.0
;===========================================
;Start ad
memcfg.s
;************************************************
; NAME : MEMCFG.A
; DESC : Memory bank configuration file
; Revision: 02.28.2002 ver 0.0
;************************************************
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
test.s
area ex, code, readonly
entry
arm
main
mov r0, #0xff000000
add r0, r1,r2,lsl #1
stop
b stop
end
option.s
;===========================================
; NAME: OPTION.A
; DESC: Configuration options for .S files
; HISTORY:
; 02.28.2002: ver 0.0
;===========================================
;Start ad
memcfg.s
;************************************************
; NAME : MEMCFG.A
; DESC : Memory bank configuration file
; Revision: 02.28.2002 ver 0.0
;************************************************