Age | Commit message (Collapse) | Author |
|
|
|
it's only meant to create the root process, the old name could've been
misleading
|
|
i used a linked list because it's the simplest way to implement this
|
|
|
|
|
|
when doing anything more complex than starting a new program, you pretty
much need to pass a full register dump. otherwise stuff will break
|
|
|
|
|
|
VGA is only mapped into the virtual memory because there are no other
ways of interacting with the OS.
|
|
|
|
The idea is that src/kernel/ is only allowed to interface with the
hardware using whatever's defined in src/arch/generic.h. I'll probably
write a small script for checking this later on.
This is a giant commit so I've probably fucked something up. It boots
fine on Bochs and QEMU, so at least there's that.
|
|
|