Posted: Sun Jul 29, 2007 1:44 pm
There are more people using MinIDos for suff, than use DexOS, when i ask why they say its so good for testing new ideas etc.
The Place to Start for Operating System Developers
https://forum.osdev.org/
hckr83 wrote:I currently have 2 bytes free...anyone have an idea with what to do with them? lol...
Code: Select all
jmp $
hckr83 wrote:I currently have 2 bytes free...anyone have an idea with what to do with them? lol...
Code: Select all
cli
hltCode: Select all
db 0xCD, db 0x19Code: Select all
dw 0x71E6jno -26 ???inflater wrote:Code: Select all
dw 0xE671
Ahh, my fault, switched the two numbers *again*, its a quite difference between HiLo and LoHi system... Yeah, out to port 71h, that's because I wrote "don't try this unless you know what you are doing".jnc100 wrote:jno -26 ???inflater wrote:Code: Select all
dw 0xE671
perhaps you meant dw 0x71e6 (= db 0xe6, 0x71) out 0x71, al: do something unpleasant to your cmos?