# # ChangeLog for trunk/hal/x86_64/core/hal_internal.h # # Generated by Trac 1.2.3 # Apr 19, 2024, 5:33:28 AM Thu, 29 Jun 2017 13:48:39 GMT max@… [99] * trunk/hal/x86_64/core/hal_cpu.S (modified) * trunk/hal/x86_64/core/hal_init.c (modified) * trunk/hal/x86_64/core/hal_internal.h (modified) * trunk/hal/x86_64/core/hal_irqmask.c (modified) * trunk/hal/x86_64/core/hal_trap.c (modified) add the irq functions; we will forbid nested critical sections, so ... Thu, 29 Jun 2017 12:27:35 GMT max@… [98] * trunk/hal/x86_64/core/hal_cpu.S (modified) * trunk/hal/x86_64/core/hal_internal.h (modified) * trunk/hal/x86_64/core/hal_remote.c (modified) add the and/or ops Thu, 29 Jun 2017 11:52:34 GMT max@… [96] * trunk/hal/x86_64/core/hal_internal.h (modified) * trunk/hal/x86_64/core/hal_remote.c (modified) Mmh, fix the return values Thu, 29 Jun 2017 11:27:43 GMT max@… [94] * trunk/hal/x86_64/core/hal_cpu.S (modified) * trunk/hal/x86_64/core/hal_drivers.c (modified) * trunk/hal/x86_64/core/hal_init.c (modified) * trunk/hal/x86_64/core/hal_internal.h (modified) * trunk/hal/x86_64/core/hal_remote.c (modified) * trunk/hal/x86_64/core/hal_special.c (modified) * trunk/hal/x86_64/core/x86_printf.c (modified) remove lw_unc, add a few ops, and update a few things Thu, 29 Jun 2017 09:02:22 GMT max@… [91] * trunk/hal/x86_64/core/hal_cpu.S (modified) * trunk/hal/x86_64/core/hal_internal.h (modified) * trunk/hal/x86_64/core/hal_trap.c (modified) retrieve the pressed key, and display it Wed, 28 Jun 2017 11:39:05 GMT max@… [83] * trunk/hal/x86_64/core/hal_apic.c (modified) * trunk/hal/x86_64/core/hal_gpt.c (modified) * trunk/hal/x86_64/core/hal_internal.h (modified) we want to have the LAPIC non-cacheable Wed, 28 Jun 2017 11:23:51 GMT max@… [82] * trunk/Makefile.x86 (modified) * trunk/hal/x86_64/core/hal_apic.c (moved) * trunk/hal/x86_64/core/hal_apic.h (moved) * trunk/hal/x86_64/core/hal_cpu.S (modified) * trunk/hal/x86_64/core/hal_init.c (modified) * trunk/hal/x86_64/core/hal_internal.h (modified) * trunk/hal/x86_64/core/hal_kentry.S (modified) * trunk/hal/x86_64/core/hal_register.h (modified) * trunk/hal/x86_64/core/hal_special.c (modified) * trunk/hal/x86_64/core/hal_trap.c (modified) Rename a certain number of things, and improve the APIC support. Tue, 27 Jun 2017 15:29:22 GMT max@… [81] * trunk/hal/x86_64/core/hal_init.c (modified) * trunk/hal/x86_64/core/hal_internal.h (modified) * trunk/hal/x86_64/drivers/soclib_xcu.c (modified) silence a few warnings Tue, 27 Jun 2017 15:19:53 GMT max@… [78] * trunk/hal/x86_64/core/hal_cpu.S (modified) * trunk/hal/x86_64/core/hal_internal.h (modified) * trunk/hal/x86_64/core/hal_trap.c (modified) print %rip, and add cli/sti Mon, 26 Jun 2017 13:24:20 GMT max@… [51] * trunk/Makefile.x86 (modified) * trunk/hal/x86_64/core (added) * trunk/hal/x86_64/core/hal_acpi.c (moved) * trunk/hal/x86_64/core/hal_acpi.h (moved) * trunk/hal/x86_64/core/hal_arch.c (moved) * trunk/hal/x86_64/core/hal_arch.h (moved) * trunk/hal/x86_64/core/hal_atomic.c (moved) * trunk/hal/x86_64/core/hal_boot.S (moved) * trunk/hal/x86_64/core/hal_boot.h (moved) * trunk/hal/x86_64/core/hal_context.c (moved) * trunk/hal/x86_64/core/hal_cpu.S (moved) * trunk/hal/x86_64/core/hal_do_exceptions.c (moved) * trunk/hal/x86_64/core/hal_do_interrupt.c (moved) * trunk/hal/x86_64/core/hal_do_syscall.c (moved) * trunk/hal/x86_64/core/hal_exception.c (moved) * trunk/hal/x86_64/core/hal_gpt.c (moved) * trunk/hal/x86_64/core/hal_init.c (moved) * trunk/hal/x86_64/core/hal_internal.h (moved) * trunk/hal/x86_64/core/hal_interrupt.c (moved) * trunk/hal/x86_64/core/hal_irqmask.c (moved) * trunk/hal/x86_64/core/hal_kentry.S (moved) * trunk/hal/x86_64/core/hal_kentry.h (moved) * trunk/hal/x86_64/core/hal_lapic.c (moved) * trunk/hal/x86_64/core/hal_lapic.h (moved) * trunk/hal/x86_64/core/hal_multiboot.h (moved) * trunk/hal/x86_64/core/hal_register.h (moved) * trunk/hal/x86_64/core/hal_remote.c (moved) * trunk/hal/x86_64/core/hal_segmentation.h (moved) * trunk/hal/x86_64/core/hal_special.c (moved) * trunk/hal/x86_64/core/hal_syscall.c (moved) * trunk/hal/x86_64/core/hal_trap.c (moved) * trunk/hal/x86_64/core/hal_types.h (moved) * trunk/hal/x86_64/core/hal_uspace.c (moved) * trunk/hal/x86_64/core/x86_printf.c (moved) Create the core/ sub-directory for x86_64. Fri, 23 Jun 2017 11:31:23 GMT max@… [46] * trunk/hal/x86_64/hal_cpu.S (modified) * trunk/hal/x86_64/hal_init.c (modified) * trunk/hal/x86_64/hal_internal.h (modified) * trunk/hal/x86_64/hal_lapic.c (modified) * trunk/hal/x86_64/hal_lapic.h (modified) * trunk/hal/x86_64/hal_register.h (modified) * trunk/hal/x86_64/hal_special.c (modified) Start implementing TLS.