This website requires JavaScript.
Explore
Help
Sign In
Aren
/
toaruos
Watch
1
Star
0
Fork
0
You've already forked toaruos
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
toaruos
/
kernel
History
Mike Gerow
fd8c5db72a
Surround list macros in parens in order to allow calls like this:
...
list_t list; foreach(node, &list) { ... }
2015-05-15 01:04:07 -07:00
..
cpu
Added ability to check if an IRQ is already occupied.
2015-05-13 01:33:05 -07:00
devices
Use a different resynch strategy for timer
2015-05-01 23:01:12 -07:00
ds
…
fs
…
include
Surround list macros in parens in order to allow calls like this:
2015-05-15 01:04:07 -07:00
mem
…
misc
Major changes to timing interfaces
2015-04-14 23:05:07 -07:00
sys
Fix allocation of common symbols in modules
2015-05-14 09:47:23 -07:00
link.ld
…
main.c
…
start.s
…