summaryrefslogtreecommitdiff
path: root/sys/src/9/port/mkdevc
AgeCommit message (Collapse)Author
2022-08-15mkdevc: fix dtracy-disabled builds (thanks ori)Sigrid Solveig Haflínudóttir
2022-05-28kernel: add chdev command to devconsJacob Moody
2018-12-11add dtracy support to mkdevc and enable dtracy with plan9.iniaiju
2018-05-27sdram: experimental ramdisk drivercinap_lenrek
this driver makes regions of physical memory accessible as a disk. to use it, ramdiskinit() has to be called before confinit(), so that conf.mem[] banks can be reserved. currently, only pc and pc64 kernel use it, but otherwise the implementation is portable. ramdisks are not zeroed when allocated, so that the contents are preserved across warm reboots. to not waste memory, physical segments do not allocate Page structures or populate the segment pte's anymore. theres also a new SG_CHACHED attribute.
2014-12-13kernel: generate dummy bootscreeninit() function when building without vga ↵cinap_lenrek
device
2014-02-01add experimental pc64 kernelcinap_lenrek
2014-01-21kernel: fix ulong abuse in xalloccinap_lenrek
2011-04-11permscinap_lenrek
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen