summaryrefslogtreecommitdiff
path: root/console.c
AgeCommit message (Expand)AuthorFilesLines
2006-09-07debugging rearrangementsrsc1-10/+12
2006-09-07debugging printsrsc1-13/+23
2006-09-07fix ide, pit interfacesrsc1-1/+1
2006-09-07remove _ prefixesrsc1-3/+3
2006-09-07run without lapic and ioapic, if they are not presentkaashoek1-0/+1
2006-09-07nit in console interruptskaashoek1-1/+0
2006-09-06no /* */ commentsrsc1-29/+42
2006-09-06standardize various * conventionsrsc1-24/+24
2006-09-06spacing fixes: no tabs, 2-space indents (for rtm)rsc1-87/+87
2006-09-06print "0" for null stringrsc1-3/+7
2006-09-03don't send keyboard interrupts to the second cpu, if we have only one cpu.kaashoek1-2/+3
2006-09-03remove duplicationkaashoek1-0/+1
2006-08-29clean up stale error checks and panicsrtm1-8/+0
2006-08-23i/o redirection in shkaashoek1-4/+13
2006-08-15commented out code for cwdkaashoek1-1/+1
2006-08-11init creates console, opens 0/1/2, runs shrtm1-3/+29
2006-08-10interrupts could be recursive since lapic_eoi() called before rtirtm1-10/+21
2006-08-10low-level keyboard input (not hooked up to /dev yet)rtm1-1/+179
2006-08-10printfkaashoek1-0/+4
2006-08-09fix test program: don't close before writingkaashoek1-2/+0
2006-08-09devswkaashoek1-0/+22
2006-07-29open()rtm1-1/+1
2006-07-20uint32_t -> uint &crtm1-1/+1
2006-07-17no more cons_putc; real_cons_putc -> cons_putcrsc1-17/+7
2006-07-17add uint and standardize on typedefs instead of unsignedrsc1-3/+3
2006-07-17nitpicksrsc1-5/+5
2006-07-16add %s to cprintf for cons_putsrsc1-1/+12
2006-07-16standardize on #include "foo" not <foo>rsc1-2/+2
2006-07-16remove non-idiomatic increment/decrementrsc1-4/+2
2006-07-16Attempt to clean up newproc somewhat.rsc1-1/+1
2006-07-16New scheduler.rsc1-1/+1
2006-07-15no more recursive locksrtm1-10/+29
2006-07-12i think my cmpxchg use was wrong in acquirertm1-2/+7
2006-07-12no more big kernel lockrtm1-0/+7
2006-07-11Changes to allow use of native x86 ELF compilers, which on myrsc1-1/+1
2006-06-22send console output to parallel portrtm1-0/+19
2006-06-12importrtm1-0/+108