Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
3 votes
1 answer
73 views

I'm porting a tiny experimental 80286 kernel from pure assembler (NASM) to assembler+C (NASM+Open Watcom 1.9). Boot sector code loads the BIN kernel image at address 0x010000 and then jumps to that ...
2 votes
1 answer
378 views

im trying to build myself a small bootloader/program for my old 286. i started doing this with fasm and quickly grew tired of writing assembly. so i figured i want to write it in c instead, but the ...
6 votes
1 answer
368 views

I'm trying to initialize protected mode with exception handling on an AMD 286 system. I've debugged the code below on Bochs, and it works fine there. So does it when run on a Pentium 4 machine. But on ...
4 votes
1 answer
6k views

I am looking at the pseudo-code: The Hidden Power of BCD Instructions. Here's a snippet of the contents of the website: So, let's take a look at what AAA does. Here is the pseudo-code equivalent (...
3 votes
3 answers
1k views

I'm trying to make a small utility for an old i286 machine running PC-DOS and the target format a plain COM executable. The compiler choice has been Open Watcom and, on the documentation it says it ...
0 votes
2 answers
662 views

I want to write some code for the 16 bit protected mode, specifically a simple operating system with some programs. I know this sounds silly and it probably is, but I'm interested in understanding how ...
fuz's user avatar
  • 94.9k

AltStyle によって変換されたページ (->オリジナル) /