Jeremy Soller
|
44e8b99b46
|
Implement exec
Implement brk
|
2016-09-10 22:06:09 -06:00 |
|
Jeremy Soller
|
842826c1b0
|
Implement sched_yield, enable interrupts in userspace
|
2016-09-10 19:18:59 -06:00 |
|
Jeremy Soller
|
bd7bca30fa
|
Remove debugging messages, launch elf on APs
|
2016-09-10 19:03:31 -06:00 |
|
Jeremy Soller
|
d7d61f82af
|
Draw on VESA for console using ransid
|
2016-09-01 11:51:33 -06:00 |
|
Jeremy Soller
|
f784e9a06a
|
Fill in all exception and IRQ entries. Handle PIT, keyboard IRQs
|
2016-08-31 17:45:21 -06:00 |
|
Jeremy Soller
|
de761ce921
|
Merge branch 'master' of https://github.com/redox-os/kernel
|
2016-08-30 16:23:56 -06:00 |
|
Jeremy Soller
|
d3dfff8d51
|
Improvements for context switching
|
2016-08-30 16:23:51 -06:00 |
|
ticki
|
94a1a0fa0c
|
Newtype file descriptors.
To avoid various bugs regarding the typing of file descriptors, we
newtype them into a simple wrapper type.
- Document some stuff.
|
2016-08-29 11:58:31 +02:00 |
|
Jeremy Soller
|
6e3f59ba8e
|
Simple, unsafe context switch
|
2016-08-28 18:38:53 -06:00 |
|
Jeremy Soller
|
c9d338715d
|
Fix the build. Sorry
|
2016-08-24 19:30:14 -06:00 |
|
Jeremy Soller
|
2be7ccaec2
|
Arch context in kernel context
|
2016-08-24 10:35:42 -06:00 |
|
Jeremy Soller
|
5b9c821ff5
|
Initialize contexts, add getpid
|
2016-08-20 14:32:45 -06:00 |
|
Jeremy Soller
|
3b8f396229
|
Context list class, static context ID magic
|
2016-08-20 13:43:35 -06:00 |
|
Jeremy Soller
|
71a17070b1
|
Remove clone from context
|
2016-08-18 09:02:31 -06:00 |
|
Jeremy Soller
|
490dd16776
|
Refactor context list
|
2016-08-18 08:30:45 -06:00 |
|
Jeremy Soller
|
4e270bb807
|
Add context and file structs
|
2016-08-14 18:16:56 -06:00 |
|