Add some information about the ASM .code16 directive and LLVM/clang.
This commit is contained in:
parent
1627777b4a
commit
f818648e75
1 changed files with 6 additions and 0 deletions
6
README
6
README
|
@ -48,3 +48,9 @@ bochs" and then type "c" at the bochs prompt. To run in QEMU, run
|
|||
|
||||
To create a typeset version of the code, run "make xv6.pdf". This
|
||||
requires the "mpage" utility. See http://www.mesa.nl/pub/mpage/.
|
||||
|
||||
BUILDING WITH CLANG
|
||||
|
||||
* clang/cc1as support of .code16 directive for real mode x86 code
|
||||
http://llvm.org/bugs/show_bug.cgi?id=8684
|
||||
http://llvm.org/bugs/show_bug.cgi?id=8595
|
||||
|
|
Loading…
Reference in a new issue