Changeset 457 for trunk/hal/x86_64/core
- Timestamp:
- Aug 2, 2018, 11:47:13 AM (6 years ago)
- Location:
- trunk/hal/x86_64/core
- Files:
-
- 17 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/core/hal_acpi.c
r348 r457 20 20 */ 21 21 22 #include <hal_ types.h>22 #include <hal_kernel_types.h> 23 23 #include <hal_boot.h> 24 24 #include <hal_acpi.h> -
trunk/hal/x86_64/core/hal_apic.c
r327 r457 20 20 */ 21 21 22 #include <hal_ types.h>22 #include <hal_kernel_types.h> 23 23 #include <hal_boot.h> 24 24 #include <hal_register.h> -
trunk/hal/x86_64/core/hal_atomic.c
r234 r457 20 20 */ 21 21 22 #include <hal_ types.h>22 #include <hal_kernel_types.h> 23 23 #include <hal_internal.h> 24 24 -
trunk/hal/x86_64/core/hal_context.c
r368 r457 20 20 */ 21 21 22 #include <hal_ types.h>22 #include <hal_kernel_types.h> 23 23 #include <memcpy.h> 24 24 #include <thread.h> -
trunk/hal/x86_64/core/hal_drivers.c
r346 r457 20 20 */ 21 21 22 #include <hal_ types.h>22 #include <hal_kernel_types.h> 23 23 #include <chdev.h> 24 24 #include <hal_drivers.h> -
trunk/hal/x86_64/core/hal_exception.c
r403 r457 20 20 */ 21 21 22 #include <hal_ types.h>22 #include <hal_kernel_types.h> 23 23 #include <hal_irqmask.h> 24 24 #include <hal_exception.h> -
trunk/hal/x86_64/core/hal_gpt.c
r408 r457 20 20 */ 21 21 22 #include <hal_ types.h>22 #include <hal_kernel_types.h> 23 23 #include <hal_boot.h> /* XXX */ 24 24 #include <hal_gpt.h> -
trunk/hal/x86_64/core/hal_init.c
r365 r457 20 20 */ 21 21 22 #include <hal_ types.h>22 #include <hal_kernel_types.h> 23 23 #include <hal_boot.h> 24 24 #include <hal_multiboot.h> -
trunk/hal/x86_64/core/hal_interrupt.c
r344 r457 20 20 */ 21 21 22 #include <hal_ types.h>22 #include <hal_kernel_types.h> 23 23 #include <kernel_config.h> 24 24 #include <thread.h> -
trunk/hal/x86_64/core/hal_irqmask.c
r370 r457 20 20 */ 21 21 22 #include <hal_ types.h>22 #include <hal_kernel_types.h> 23 23 #include <hal_internal.h> 24 24 #include <hal_segmentation.h> -
trunk/hal/x86_64/core/hal_ppm.c
r407 r457 21 21 22 22 #include <kernel_config.h> 23 #include <hal_ types.h>23 #include <hal_kernel_types.h> 24 24 #include <hal_ppm.h> 25 25 #include <hal_special.h> -
trunk/hal/x86_64/core/hal_remote.c
r314 r457 20 20 */ 21 21 22 #include <hal_ types.h>22 #include <hal_kernel_types.h> 23 23 #include <hal_internal.h> 24 24 -
trunk/hal/x86_64/core/hal_special.c
r371 r457 20 20 */ 21 21 22 #include <hal_ types.h>22 #include <hal_kernel_types.h> 23 23 #include <hal_apic.h> 24 24 #include <hal_special.h> -
trunk/hal/x86_64/core/hal_syscall.c
r145 r457 22 22 */ 23 23 24 #include <hal_ types.h>24 #include <hal_kernel_types.h> 25 25 #include <hal_syscall.h> 26 26 #include <do_syscall.h> -
trunk/hal/x86_64/core/hal_types.h
r407 r457 1 1 /* 2 * hal_ types.h - common kernel types for x86_642 * hal_kernel_types.h - common kernel types for x86_64 3 3 * 4 4 * Author Alain Greiner (2016) -
trunk/hal/x86_64/core/hal_uspace.c
r407 r457 23 23 */ 24 24 25 #include <hal_ types.h>25 #include <hal_kernel_types.h> 26 26 #include <hal_uspace.h> 27 27 #include <hal_irqmask.h> -
trunk/hal/x86_64/core/x86_printf.c
r242 r457 20 20 */ 21 21 22 #include <hal_ types.h>22 #include <hal_kernel_types.h> 23 23 #include <hal_boot.h> 24 24 #include <hal_internal.h>
Note: See TracChangeset
for help on using the changeset viewer.