代码搜索:Bellard
找到约 3,634 项符合「Bellard」的源代码
代码结果 3,634
www.eeworm.com/read/142909/12908628
y fbas.y
%{
/*
* FBCC - A simple C compiler.
*
* Copyright (c) 1996 Fabrice Bellard
*
* Contact addresses:
* mail: Fabrice Bellard, 451 chemin du mas de Matour, 34790 Grabels, France
* email: bel
www.eeworm.com/read/165847/10049494
readme
Read the documentation in qemu-doc.html.
Fabrice Bellard.
www.eeworm.com/read/165847/10049535
license
The following points clarify the QEMU licenses:
1) The QEMU virtual CPU core library (libqemu.a) and the QEMU PC
system emulator are released under the GNU Lesser General Public
License.
2) Th
www.eeworm.com/read/278797/10508884
license
The following points clarify the QEMU licenses:
1) The QEMU virtual CPU core library (libqemu.a) and the QEMU PC
system emulator are released under the GNU Lesser General Public
License.
2) Th
www.eeworm.com/read/418361/10950974
readme
Read the documentation in qemu-doc.html.
Fabrice Bellard.
www.eeworm.com/read/227822/14410420
readme
Read the documentation in qemu-doc.html.
Fabrice Bellard.
www.eeworm.com/read/418361/10951340
license
The following points clarify the QEMU license:
1) QEMU as a whole is released under the GNU General Public License
2) Parts of QEMU have specific licenses which are compatible with the
GNU General P
www.eeworm.com/read/227822/14410532
license
The following points clarify the QEMU license:
1) QEMU as a whole is released under the GNU General Public License
2) Parts of QEMU have specific licenses which are compatible with the
GNU General P
www.eeworm.com/read/165847/10049969
s linux_boot.s
/*
* QEMU Boot sector to launch a preloaded Linux kernel
* Copyright (c) 2004 Fabrice Bellard
*/
#define LOAD_SEG 0x9000
.code16
.text
.globl _start
_start:
cli
cld