summaryrefslogtreecommitdiff
path: root/init.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-14Provide a minimal Console Terminal Block in the HWRPB.HEADmasterJason Thorpe1-3/+32
2021-06-06Fixes for secondary CPU start-up.Jason Thorpe1-9/+16
2021-06-05Tidy comment re CY82C693UB vs PIIXJason Thorpe1-1/+1
2021-06-05Fix initialization of the hwrpb.hwrpb.cpuid field.Jason Thorpe1-5/+20
2021-06-05Make qemu-palcode build environment standalone. NFC.Jason Thorpe1-2/+0
2016-11-13Reinstate do_console if kernel not providedRichard Henderson1-1/+1
2016-11-13Add smp supportRichard Henderson1-24/+51
2013-07-08Optimize memory layout.Richard Henderson1-1/+2
2011-06-03Properly detect the presence of a vga device.Richard Henderson1-0/+1
2011-05-09Begin initiallizing the VGA card.Richard Henderson1-0/+2
2011-05-06Use level-triggered ISA interrupts.Richard Henderson1-0/+11
2011-05-06Add ps2 keyboard initialization.Richard Henderson1-0/+27
2011-05-05Beginnings of the SRM console prompt.Richard Henderson1-9/+1
2011-05-02Implement the console callback interface.Richard Henderson1-19/+25
2011-05-01Add copyright information.Richard Henderson1-0/+20
2011-04-27Set max_asn properly for the cpu.Richard Henderson1-34/+24
2011-04-27Re-org for Clipper system.Richard Henderson1-6/+22
2011-04-24Use fixed frequency for rpcc.Richard Henderson1-3/+1
2011-04-13PCBB.PTBR contains a page frame number, not a physical address.Richard Henderson1-1/+1
2011-04-13Rely less on initialized data.Richard Henderson1-124/+154
2011-04-11Misc enhancementsRichard Henderson1-2/+1
2011-04-11Signal halt properly.Richard Henderson1-1/+3
2011-04-11Dynamically allocate page tables; setup as per MILO.Richard Henderson1-40/+45
2011-04-10Add uart printing support.Richard Henderson1-0/+4
2011-04-10TEMP: finished through init_page_tablesRichard Henderson1-0/+206