25 Commits (6e269e0217c9c2a9383a0fc44ce6221dfb5f81ae)

Author SHA1 Message Date
anna 6e269e0217
sched: refactor and implement sleep 3 years ago
anna 203c167822
kevent: add device kevent 3 years ago
anna f89aa9dc4e
sched: add idle task 3 years ago
anna c36c2182d7
sched: minor refactor 3 years ago
anna 643d3ed251
build: migrate to CMake 3 years ago
anna fc63785ca6
kent: simplify structure 3 years ago
anna 8b3a5fd68d
sched: integrate into kent hierarchy
This is an initial, rudimentary attempt at integrating the scheduler
into the kent hierarchy.  There are likely gonna be drastic changes
in the future, and i haven't even tried running the whole thing.

But hey, the code compiles again now!
3 years ago
anna f0dc3a3433
kiss capitalism goodbye for good
The CNPL will make sure that absolutely no corporation is going to get
anywhere near Ardix -- exactly as it should be.  Fuck you, corporations!
3 years ago
anna ec3b64d232
string: move header to standard location
Anything that implements POSIX should also be where POSIX defines
it to be, otherwise it would be pretty useless lol
3 years ago
anna af8210da4a
piss off capitalism
Ardix is being relicensed to GPL v3 or later. I have no idea whether you
can just do this if you feel like it or if it has any consequences, but
i kinda don't really care that much about it.  Any changes made after
this commit will definitely fall under the GPL though, and considering
that only few things are really working yet anyways this is good enough
for me.
3 years ago
anna a658a7c8b3
sched: yes but what if i weren't stupid? 3 years ago
anna 9b1eef8a64
sched: fix accidental double ptr bug 3 years ago
Felix Kopp 56c76d8b4b
sched: use proper UNIX® terminology 3 years ago
Felix Kopp 589e9330da
sched: properly disable the watchdog
I have no idea what the FUCK the Engineers at ARM were thinking when
they decided to disable EVERY SINGLE FUCKING CPU COMPONENT on system
reset, except the FUCKING WATCHDOG.  But this change will prevent the
system from randomly firing a watchdog reset.
3 years ago
Felix Kopp 99a51a5dd2
fix compiler errors/include conflicts
What a hell of a nightmare this codebase has become over the past few
weeks fascinates even myself
4 years ago
Felix Kopp 63f78d7b2b
sched: use spinlock for atomic context 4 years ago
Felix Kopp dba671ab31
fix compiler warnings 4 years ago
Felix Kopp 570f036752
sched: minor refactor 4 years ago
Felix Kopp a25ab04b0d
sched: implement process initialization 4 years ago
Felix Kopp 0e725b795d
Move license comment to the bottom 4 years ago
Felix Kopp a4e244e7fc
Fix some minor errors 4 years ago
Felix Kopp 424f5a902f
Cleanup 2 4 years ago
Felix Kopp 30096ab5b2
Tidy up 4 years ago
Felix Kopp ff8b5098cd
Enable SysTick on sched_init 4 years ago
Felix Kopp c19e131f20
Add base stuff for preemptive scheduler 4 years ago