Searched refs:version (Results 1 – 10 of 10) sorted by relevance
/DragonOS-0.1.3/kernel/ |
D | Cargo.toml | 3 version = "0.1.0"
|
/DragonOS-0.1.3/user/libs/libc/ |
D | Cargo.toml | 3 version = "0.1.0"
|
/DragonOS-0.1.3/ |
D | LICENSE | 239 be similar in spirit to the present version, but may differ in detail to 242 Each version is given a distinguishing version number. If the Program 243 specifies a version number of this License which applies to it and "any 244 later version", you have the option of following the terms and conditions 245 either of that version or of any later version published by the Free 246 Software Foundation. If the Program does not specify a version number of 247 this License, you may choose any version ever published by the Free Software 298 the Free Software Foundation; either version 2 of the License, or 299 (at your option) any later version. 315 Gnomovision version 69, Copyright (C) year name of author
|
D | README.md | 121 - Multiboot2 Specification version 2.0
|
D | README_EN.md | 111 - Multiboot2 Specification version 2.0
|
/DragonOS-0.1.3/kernel/src/driver/multiboot2/ |
D | multiboot2.h | 328 uint16_t version; member
|
/DragonOS-0.1.3/docs/introduction/ |
D | build_system.md | 213 grub-install --version
|
/DragonOS-0.1.3/docs/community/ChangeLog/V0.1.x/ |
D | V0.1.2.md | 126 Patch about auto gen version string (#114)
|
/DragonOS-0.1.3/kernel/src/driver/usb/xhci/ |
D | xhci.c | 34 static uint32_t xhci_hc_get_protocol_offset(int id, uint32_t list_off, const int version, uint32_t … 382 static uint32_t xhci_hc_get_protocol_offset(int id, uint32_t list_off, const int version, uint32_t … in xhci_hc_get_protocol_offset() argument 395 if ((dw0 & 0xff) == XHCI_XECP_ID_PROTOCOL && ((dw0 & 0xff000000) >> 24) == version) in xhci_hc_get_protocol_offset() 403 if (protocol_flag != NULL && version == 2) in xhci_hc_get_protocol_offset()
|
/DragonOS-0.1.3/kernel/src/libs/libELF/ |
D | elf.h | 2053 Elf32_Half version; member
|