4
votes
1answer
108 views
Running code on different processor (x86 assembly)
In real mode on x86, what instructions would need to be used to run the code on a different processor, in a multiprocessor system?
(I'm writing some pre-boot code in assembler that needs to set …
1
vote
2answers
71 views
Alter Interrupt in 16 bit Real Mode
I'm trying to alter my interrupt table to take over the keyboard interrupt. My end goal is to write my new interrupt routine, copy myself into RAM and make the real-mode interrupt table point to me.
…
1
vote
3answers
251 views
Is it possible to shutdown linux kernel and resume in Real Mode?
Let's say I'd like to start a small linux distro before my ordinary operating system start.
BIOS load MBR and execute MBR.
MBR locates the active partition which is my linux partition.
Linux start …
4
votes
3answers
314 views
Grub and getting into Real Mode (low level assembler question)
I've been working on a toy OS and have been using grub as my boot loader. Recently when trying to use VGA I found that I couldn't use hardware interrupts. This I found was because I had been slung …
