Skip to content

Commit 2c73068

Browse files
committed
Delete a patch
Adjust typesetting of code
1 parent e559fd2 commit 2c73068

File tree

3 files changed

+4
-154
lines changed

3 files changed

+4
-154
lines changed

mmu.h

-2
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ struct taskstate {
144144
ushort iomb; // I/O map base address
145145
};
146146

147-
// PAGEBREAK: 12
148147
// Gate descriptors for interrupts and traps
149148
struct gatedesc {
150149
uint off_15_0 : 16; // low 16 bits of offset in segment
@@ -180,4 +179,3 @@ struct gatedesc {
180179
}
181180

182181
#endif
183-

runoff

+4-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ pad()
1414
mkdir -p fmt
1515
rm -f fmt/*
1616
cp README fmt
17+
echo > fmt/blank
1718
files=`grep -v '^#' runoff.list | awk '{print $1}'`
1819
n=99
1920
for i in $files
@@ -214,7 +215,9 @@ awk '
214215
# pr -t -2 t.defs | ../pr.pl -h "definitions" | pad
215216
pr -t -l50 -2 refs | ../pr.pl -h "cross-references" | pad
216217
# pr.pl -h "definitions" -2 t.defs | pad
217-
# pr.pl -h "cross-references" -2 refs | pad
218+
# pr.pl -h "cross-references" -2 refs | pad
219+
../pr.pl blank # make sheet 1 start on left page
220+
../pr.pl blank
218221
for i in $files
219222
do
220223
../pr.pl -h "xv6/$i" $i

symlink.patch

-151
This file was deleted.

0 commit comments

Comments
 (0)