Sorry for bumping this thread.
Nice. Got it working (sort of), don't know why it hangs after some ticks,
Well, I am talking about multitasking........
Right now it's just a single program that spawns two tasks, Task 1 and Task 2, with Priority one,
The program prints "Hello World" to indicate that it's functioning properly
Task 1 is executed first, and then task 2, don't know why Task 1 hangs after ticking a lot of times, or doing something
like pressing a key etc. will investigate it later, don't want to look stupid again
Maybe I would be able to make a simple task manager, (not sure)
Problem is BIOS Ints don't work (or behave like a tortoise), had to write it to Video Memory. (Maybe because they don't support multitasking?)
EDIT: As JAL pointed out BIOS Ints are BS and don't support multitasking.