summaryrefslogtreecommitdiff
path: root/kernel/defs.h
AgeCommit message (Expand)Author
2020-10-14kvmmake() makes a complete kernel page table, matching Figure 3.3Frans Kaashoek
2020-10-05eliminate virtio DMA into kernel stacks.Robert Morris
2020-08-21Adjust a few prototypes to be explicit that they don't take argumentsFrans Kaashoek
2020-08-10fix printf() in interruptsRobert Morris
2020-08-10interrupt-driven uart output, hopefully a nice example for teaching.Robert Morris
2020-08-10make "echo hello > x" truncate file x.Robert Morris
2019-10-03updated alarmtestRobert Morris
2019-09-10Support exit status for exit/waitFrans Kaashoek
2019-08-18Cosmetic cleanup: fsinit reads sb and calls loginit. initialize icacheFrans Kaashoek
2019-07-30Make pin/unpin explicitFrans Kaashoek
2019-07-29Remove B_DIRTYFrans Kaashoek
2019-07-28argptr no longer needed, since copyin checksRobert Morris
2019-07-27split printf into a separate file, to make console.c more like a driverRobert Morris
2019-07-26fetchint isn't used any moreRobert Morris
2019-07-25purge x86 stuff from defs.hRobert Morris
2019-07-24rationalize some vm function namesRobert Morris
2019-07-24no more PAGEBREAKRobert Morris
2019-07-23simplify kernel mapping callsRobert Morris
2019-07-22fix mapkstackFrans Kaashoek
2019-07-22Clear U bit for second stack page so that it functions as a guard pageFrans Kaashoek
2019-07-19One way of supporting a guard page below kstack: allocate kstacks inFrans Kaashoek
2019-07-02try to continue from walk() failing to allocate a page-table pageRobert Morris
2019-07-01have fork() fail, not panic, if not enough phys memRobert Morris
2019-06-13virtio disk driverRobert Morris
2019-06-11separate source into kernel/ user/ mkfs/Robert Morris