From: Luca A. <luc...@em...> - 2004-01-02 11:12:51
|
Hi Peter, > Chapter 2.1, page 7, very last point of this chapter: > Must be aspace.h instead of event.h Thanks for reporting this; I just fixed it in cvs. > Chapter 2.2, page 10: > The lis of register functions seems short and unbalanced, but no comment > that these functions apply to all registers. So: > No get_ES(), get_GS()? > No setES/FS/GS()? > No get_LDTR()? Well, they are not documented because they have not been implemented yet ;-). If someone can provide patches, I'll apply them and document the functions; otherwise, people will have to wait for me (I'll put such funtions on the todo list, and I'll implement them when I'll have some more spare time). > Figure 2.2, page 12 seems to be out of place? There's talk about threads on > page > 11 and 13, and in the middle of the sentence page 12 with the multiboot > struct breaks in. I think this is a latex thing: latex puts the figure where it thinks that the figure fits better. When I compile the cvs version on my laptop, the figure appears at page 13, and it is cited at the beginning of page 14, hence I think it is ok. I looked at the latex source and it seems to be correct. BTW, are you using the cvs version, or the .zip downloaded from sf? In the latter case, it is possible that the problem that you are seeing is already fixed in cvs. Thanks, Luca |