diff options
Diffstat (limited to 'comboot.doc')
| -rw-r--r-- | comboot.doc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/comboot.doc b/comboot.doc index 43c80f99..f7753138 100644 --- a/comboot.doc +++ b/comboot.doc @@ -62,6 +62,9 @@ be possible to create a COM32 execution engine that would run under something like Linux DOSEMU, it is recommended that the code does not assume CPL 0 unless absolutely necessary. +It is highly recommended that every COM32 program begins with the byte +sequence B8 FF 4C CD 21 (mov eax,21cd4cffh) as a magic number. + A COM32 file should have extension ".c32". On startup, CS will be set up as a flat 32-bit code segment, and DS == |
