source: trunk/hal/x86_64/core/hal_init.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @339   6 years max Add support for context switch - not tested yet, due to some other …
(edit) @323   6 years max Clean up, and define strstr() in libk.
(edit) @312   6 years max Add a --no-smp option.
(edit) @310   6 years max Use pause().
(edit) @308   6 years max Add a basic syscall entry.
(edit) @298   6 years max Sync with TSAR.
(edit) @293   6 years max Fix previous. Still don't know where the race comes from…
(edit) @292   6 years max Use different stacks for NMIs and Double Faults.
(edit) @283   6 years max horror
(edit) @276   6 years max update
(edit) @274   6 years max Add tls_tf.
(edit) @256   6 years max Remove the IRQ line. It will have to be enabled somewhere in the HAL.
(edit) @255   6 years max Don't route the IRQ for IMPL_TXT_RS2, it is multiplexed in software.
(edit) @254   6 years max Use IMPL_TXT_RS2.
(edit) @252   6 years max Hide IMPL_PIC_.
(edit) @240   6 years max Make the secondary CPUs jump into kernel_init().
(edit) @237   6 years max Attach the secondary CPUs, and for now route the keyboard irq to cpu1 …
(edit) @236   6 years max Launch the secondary CPUs. For now, they all say hello and enter an …
(edit) @235   6 years max Start adding some code for SMP support
(edit) @234   6 years max style
(edit) @224   6 years max Create a (virtual) copy of the local cluster in 0xffffe00000000000, …
(edit) @203   6 years max start moving the APIC code into the PIC driver
(edit) @202   6 years max register the ATA IRQs
(edit) @199   6 years max map the LAPIC and IOAPIC in a separate function
(edit) @195   6 years max add IOC (ATA)
(edit) @192   6 years max initialize pic
(edit) @168   6 years max make the TLS initialization per-cpu
(edit) @166   6 years max identify the cpu features
(edit) @165   6 years max put the per-cpu structures into one structure
(edit) @164   6 years max we're gonna use an array of TSSs
(edit) @162   6 years max start making these variables per-cpu
(edit) @154   6 years max use a demultiplexer to get the channel on the serial port, and make …
(edit) @152   6 years max add a basic RS232 COM1 implementation
(edit) @150   6 years max remove debug and unused code
(edit) @138   6 years max update
(edit) @137   6 years max improve the APIC implementation
(edit) @135   6 years max start moving the APIC into the XCU driver
(edit) @119   6 years max provide pages_nr
(edit) @116   6 years max complete hal_ppm_init, to take into account the reserved areas
(edit) @114   6 years max compute the offset for bootinfo
(edit) @99   6 years max add the irq functions; we will forbid nested critical sections, so the …
(edit) @94   6 years max remove lw_unc, add a few ops, and update a few things
(edit) @86   6 years max enable the timer (not yet calibrated)
(edit) @82   6 years max Rename a certain number of things, and improve the APIC support.
(edit) @81   6 years max silence a few warnings
(edit) @80   6 years max add the timer vector, for now it double-faults
(edit) @74   6 years max (forgot to commit this)
(edit) @72   6 years max start defining some remote functions, and use uint8_t instead of char
(edit) @70   6 years max start constructing the bootinfo structure
(edit) @61   6 years max cosmetic
(copy) @51   6 years max Create the core/ sub-directory for x86_64.
copied from trunk/hal/x86_64/hal_init.c:
(edit) @47   6 years max Use mcmodel=large, in order to have a kernel image that is located at …
Note: See TracRevisionLog for help on using the revision log.