|
|
| version 1.1, 2004/03/19 03:36:52 | version 1.3, 2004/08/16 15:46:06 |
|---|---|
| Line 1 | Line 1 |
| biosmain: sti | biosmain: sti |
| call biosinit | jmp biosinit |
| test byte [0x0480], 2 | biosmain2: test byte [0x0480], 2 |
| je short .cpuided | je short .cpuided |
| CPU 286 | CPU 286 |
| Line 23 biosmain: sti | Line 23 biosmain: sti |
| mov [0x0486], dx | mov [0x0486], dx |
| sti | sti |
| .cpuided: | .cpuided: |
| mov al, 0x0f | |
| out 0x37, al | |
| mov al, 0x0b | |
| out 0x37, al | |
| mov al, 0x09 | |
| out 0x37, al | |
| CPU 8086 | CPU 8086 |
| mov word [0x04ac], 0x0c | mov word [0x04ac], 0x0c |