# # ChangeLog for trunk/hal/x86_64/core # # Generated by Trac 1.2.3 # Mar 28, 2024, 10:44:14 PM Tue, 27 Jun 2017 12:38:47 GMT max@… [77] * trunk/Makefile (modified) * trunk/Makefile.x86 (modified) * trunk/hal/generic/hal_drivers.h (added) * trunk/hal/tsar_mips32/core/hal_drivers.c (added) * trunk/hal/tsar_mips32/drivers/soclib_tty.c (modified) * trunk/hal/x86_64/core/hal_drivers.c (added) * trunk/hdd/virt_hdd.dmg (modified) * trunk/kernel/devices/dev_txt.c (modified) * trunk/kernel/kern/kernel_init.c (modified) Start hiding the architecture-specific drivers behind the ... Tue, 27 Jun 2017 09:23:58 GMT max@… [74] * trunk/hal/x86_64/core/hal_init.c (modified) (forgot to commit this) Tue, 27 Jun 2017 09:03:16 GMT max@… [73] * trunk/hal/x86_64/core/hal_boot.h (modified) * trunk/hal/x86_64/core/hal_types.h (modified) now that the fields are stable, embed the VA base in XPTR Tue, 27 Jun 2017 08:56:25 GMT max@… [72] * trunk/hal/generic/hal_remote.h (modified) * trunk/hal/tsar_mips32/core/hal_remote.c (modified) * trunk/hal/x86_64/core/hal_init.c (modified) * trunk/hal/x86_64/core/hal_remote.c (modified) start defining some remote functions, and use uint8_t instead of char Tue, 27 Jun 2017 08:43:33 GMT max@… [71] * trunk/hal/x86_64/core/hal_special.c (modified) * trunk/hdd/virt_hdd.dmg (modified) * trunk/kernel/kern/kernel_init.c (modified) advance a little Tue, 27 Jun 2017 08:39:08 GMT max@… [70] * trunk/hal/x86_64/core/hal_init.c (modified) * trunk/hal/x86_64/core/hal_special.c (modified) * trunk/hal/x86_64/core/hal_types.h (modified) * trunk/hdd/virt_hdd.dmg (modified) * trunk/kernel/kern/kernel_init.c (modified) start constructing the bootinfo structure Tue, 27 Jun 2017 08:35:00 GMT max@… [69] * trunk/hal/generic/hal_remote.h (modified) * trunk/hal/x86_64/core/hal_remote.c (modified) use uint8_t instead Tue, 27 Jun 2017 08:02:15 GMT max@… [67] * trunk/hal/x86_64/core/hal_types.h (modified) switch to 64GB of VA per cluster, with 256 clusters Mon, 26 Jun 2017 14:58:25 GMT max@… [61] * trunk/hal/x86_64/core/hal_init.c (modified) cosmetic Mon, 26 Jun 2017 14:33:48 GMT max@… [57] * trunk/Makefile.x86 (modified) * trunk/hal/x86_64/core/hal_ppm.c (modified) * trunk/hal/x86_64/kernel.ld (added) * trunk/hdd/virt_hdd.dmg (modified) * trunk/kernel/kernel_x86.ld (deleted) move the ldscript into x86_64/ Mon, 26 Jun 2017 14:26:54 GMT max@… [54] * trunk/Makefile.x86 (modified) * trunk/hal/x86_64/core/hal_ppm.c (added) * trunk/hdd/virt_hdd.dmg (modified) make it compile on x86 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.