History log of /xv6-public/mmu.h (Results 26 – 44 of 44)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: xv6-2008
# 0fe118f3 27-Sep-2007 rsc <rsc>

don't call it ss - that's the stack segment


Revision tags: xv6-2007, xv6-rev1
# cce27ba9 14-Aug-2007 rsc <rsc>

formatting


# 3fd50978 08-Aug-2007 rsc <rsc>

spacing


# b6dc6187 08-Aug-2007 rsc <rsc>

add DPL_USER constant


Revision tags: symlinks, xv6-2006, xv6-rev0
# 3c821bf9 07-Sep-2006 rsc <rsc>

better comment


# 0cfc7290 06-Sep-2006 rsc <rsc>

wrap long lines


# f5527388 06-Sep-2006 rsc <rsc>

no /* */ comments


# 9e9bcaf1 06-Sep-2006 rsc <rsc>

standardize various * conventions


# a650c606 06-Sep-2006 rsc <rsc>

spacing fixes: no tabs, 2-space indents (for rtm)


# 801affcd 03-Sep-2006 kaashoek <kaashoek>

centralize credits


# dfcc5b99 29-Aug-2006 rtm <rtm>

prune unneeded panics and debug output


# 5be0039c 10-Aug-2006 rtm <rtm>

interrupts could be recursive since lapic_eoi() called before rti
so fast interrupts overflow the kernel stack
fix: cli() before lapic_eoi()


# 11a9947f 21-Jul-2006 rtm <rtm>

bread
iget
mkfs makes a file system image
put this in your .bochsrc:
ata0-slave: type=disk, mode=flat, path="fs.img", cylinders=1024, heads=1, spt=1


# 29270816 20-Jul-2006 rtm <rtm>

uint32_t -> uint &c


# b5f17007 17-Jul-2006 rsc <rsc>

standarize on unix-like lowercase struct names


# b5ee5165 17-Jul-2006 rsc <rsc>

add uint and standardize on typedefs instead of unsigned


# 564f787e 16-Jul-2006 rsc <rsc>

Eliminate annoying Pseudodesc structure.
Eliminate unnecessary parts of mmu.h.


# ef2bd07a 16-Jul-2006 rsc <rsc>

standardize on not using foo_ prefix in struct foo


# 55e95b16 12-Jun-2006 rtm <rtm>

import


12