From 0aef8914959af9e472852611eb6352c211093d35 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Sat, 8 Aug 2009 01:07:30 -0700 Subject: shuffle and tweak for formatting. pdf has very good page breaks now. would be a good copy for fall 2009. --- trap.c | 1 + 1 file changed, 1 insertion(+) (limited to 'trap.c') diff --git a/trap.c b/trap.c index 5f1cafb..651a9d6 100644 --- a/trap.c +++ b/trap.c @@ -31,6 +31,7 @@ idtinit(void) lidt(idt, sizeof(idt)); } +//PAGEBREAK: 41 void trap(struct trapframe *tf) { -- cgit v1.2.3