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