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