My favorites | Sign in
Project Hosting will be READ-ONLY Thursday at 3:00pm UTC for up to 3 hours for network maintenance.
Project Home Downloads Issues Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135

=== Rev 2 ===
2008.11.29 Wenbo Yang <solrex@gmail.com>

* src/chapter3/8/pm.h,
* src/chapter3/8/boot.S,
* src/chapter3/8/loader.S,
* src/chapter3/8/Makefile,
* src/chapter3/8/solrex_x86_boot.ld,
* src/chapter3/8/solrex_x86_dos.ld,
* src/chapter3/8/lib.h: Source for chapter 3.5.
* src/chapter3/8/bochsrc.bxrc.
* pdf/images/vb_run_12.eps: Pictures for chapter 3.5.
* pdf/images/fat_map.eps: Fixed a bug in fat format figure.
* pdf/003.tex: Finished chapter 3.
* pdf/004.tex: Added Chapter 4.


2008.11.02 Wenbo Yang <solrex@gmail.com>

* pdf/images/paging_ex.eps,
* pdf/images/pde_pte.eps: Pictures for chapter 3.5.
* pdf/003.tex: Updated to chapter 3.5.

2008.10.19 Wenbo Yang <solrex@gmail.com>

* src/chapter3/[6, 7]/pm.h,
* src/chapter3/[6, 7]/boot.S,
* src/chapter3/[6, 7]/loader.S,
* src/chapter3/[6, 7]/Makefile,
* src/chapter3/[6, 7]/solrex_x86_boot.ld,
* src/chapter3/[6, 7]/solrex_x86_dos.ld,
* src/chapter3/7/lib.h: Source for chapter 3.5.
* src/chapter3/[6, 7]/bochsrc.bxrc.
* pdf/images/paging.eps,
* pdf/images/vb_run_11.eps: Pictures for chapter 3.5.

2008.09.14 Wenbo Yang <solrex@gmail.com>

* src/chapter3/[4, 5]/pm.h,
* src/chapter3/[4, 5]/boot.S,
* src/chapter3/[4, 5]/loader.S,
* src/chapter3/[4, 5]/Makefile,
* src/chapter3/[4, 5]/solrex_x86_boot.ld,
* src/chapter3/[4, 5]/solrex_x86_dos.ld: Source for chapter 3.4.
* src/chapter3/[4, 5]/bochsrc.bxrc.
* pdf/images/tss.eps,
* pdf/images/callgate_stack.eps,
* pdf/images/vb_run_9.eps,
* pdf/images/vb_run_10.eps: Pictures for chapter 3.4.
* pdf/003.tex: Updated chapter 3.4.
* src/Makefile,
* Makefile: GP Makefile, for convenience.

2008.09.07 Wenbo Yang <solrex@gmail.com>

* src/chapter3/3/pm.h,
* src/chapter3/3/boot.S,
* src/chapter3/3/loader.S,
* src/chapter3/3/Makefile,
* src/chapter3/3/solrex_x86_boot.ld,
* src/chapter3/3/solrex_x86_dos.ld: Source for chapter 3.4.
* src/chapter3/3/bochsrc.bxrc.
* pdf/images/callgate_desc.eps,
* pdf/images/vb_run_7.eps,
* pdf/images/vb_run_8.eps,
* pdf/images/vb_main_4.eps: Pictures for chapter 3.4.
* pdf/003.tex: Updated to chapter 3.4.

2008.06.16 Wenbo Yang <solrex@gmail.com>

* src/chapter3/2/pm.h,
* src/chapter3/2/boot.S,
* src/chapter3/2/loader.S,
* src/chapter3/2/Makefile,
* src/chapter3/2/solrex_x86_boot.ld,
* src/chapter3/2/solrex_x86_dos.ld: Source for chapter 3.3.
* src/chapter3/2/bochsrc.bxrc.
* pdf/images/seg_selector.eps,
* pdf/images/vb_run_6.eps: Pictures for chapter 3.3.
* pdf/003.tex: Updated to chapter 3.3.

2008.05.13 Wenbo Yang <solrex@gmail.com>

* Change dir hierarchy:
* src/: for source code.
* pdf/: for book tex source.
* src/chapter3/1/pm.h,
* src/chapter3/1/boot.S,
* src/chapter3/1/loader.S,
* src/chapter3/1/Makefile,
* src/chapter3/1/solrex_x86_boot.ld,
* src/chapter3/1/solrex_x86_dos.ld: Source for chapter 3.2.
* src/chapter3/1/bochsrc.bxrc.
* pdf/003.tex: Tex source for chapter 3.

2008.04.19 Wenbo Yang <solrex@gmail.com>

* pdf/001.tex,
* pdf/002.tex: Fix some errors and typos.
* pdf/000-foreword.tex: Move copyright declaration to 000-cover.tex.
* pdf/000-cover.tex: Change copyright policy, from by-nc-sa to by-nc-nd.

=== Rev 1 ===
2008.02.21 Wenbo Yang <solrex@gmail.com>

* NEWS: Release revision 1.
* pdf/solrexbook.sty: Book tex style.
* pdf/utf8.cpx: Chinese captions in encoding utf8.
* pdf/WriteOS.tex: Main tex source file.
* pdf/000-cover.tex: Cover page.
* pdf/000-foreword.tex: Foreword page.
* pdf/000-preface.tex: Preface page.
* pdf/001.tex,
* pdf/002.tex: Chapters.
* Makefile: Makefile to build this book.
* pdf/images/*: Pictures.

2008.01.09 Wenbo Yang <solrex@gmail.com>

* NEWS: Start this project.
* chapter2/1/boot.asm: Source from Yu's book.
* chapter2/1/boot.S,
* chapter2/1/Makefile,
* chapter2/1/solrex_x86.ld: Source for chapter 2, part 1.
* chapter2/1/solrex.img: Sample floppy image file.
* chapter2/2/boot.asm,
* chapter2/2/loader.asm: Source from Yu's book.
* chapter2/2/boot.S,
* chapter2/2/loader.S,
* chapter2/2/solrex_x86_dos.ld,
* chapter2/2/solrex_x86_boot.ld,
* chapter2/2/Makefile: Source for chapter 2, part 2.
* chapter2/2/solrex.img: Sample floppy image file.
* chapter2/2/genfloppyimage: Tool for format a floppy image.

Change log

r69 by solrex on Nov 29, 2008   Diff
Updated ChangeLog.
Go to: 
Project members, sign in to write a code review

Older revisions

r58 by solrex on Nov 2, 2008   Diff
Updated to chapter 3.5.4. Updated demo
code 3/[6, 7]. Updated ChangeLog.
Updated picture pde_pte.eps.
r57 by solrex on Nov 1, 2008   Diff
Added Ch3.5.3, updated ChangeLog.
r48 by solrex on Sep 13, 2008   Diff
Updated ChangeLog and README.
All revisions of this file

File info

Size: 4238 bytes, 135 lines
Powered by Google Project Hosting