Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-05 | kernel: change active.machs from bitmap to char array to support up to 64 ↵ | cinap_lenrek | |
cpus on pc64 | |||
2015-11-30 | kernel: cleanup exit()/shutdown()/reboot() code | cinap_lenrek | |
introduce cpushutdown() function that does the common operation of initiating shutdown, returning once all cpu's got the message and are about to shutdown. this avoids duplicated code which isnt really machine specific. automatic reboot on panic only when *debug= is not set and the machine is a cpu server or has no display, otherwise just hang. | |||
2015-04-02 | sgi: keyboard, mouse and cursor for indy | cinap_lenrek | |
2015-04-01 | sgi: very primitive newport graphics driver for indy | cinap_lenrek | |
2015-03-28 | sgi: work in progress kernel for sgi mips machines (only tested with r5k indy) | cinap_lenrek | |
this provides basic console support using the ARC bios routines theu uartarcs driver. and has native seeq ethernet driver which was written by reading the 2ed devseq driver as i have no documentation on the hardware. mmu and trap code is based on the routerboard kernel. |