This website requires JavaScript.
Explore
Help
Sign In
amy
/
comrogue-pi
Watch
1
Star
0
Fork
0
You've already forked comrogue-pi
Code
Issues
Pull Requests
Releases
Wiki
Activity
master
comrogue-pi
/
kernel
History
Eric J. Bowersox
88b04e81ca
adding more to arena and thread cache in heap, including defining interfaces for thread-local data (will be dummy objects in kernel)
2013-06-19 00:39:29 -06:00
..
lib
adding more to arena and thread cache in heap, including defining interfaces for thread-local data (will be dummy objects in kernel)
2013-06-19 00:39:29 -06:00
mm
modified rbtree code to not need the local key value; also set compiler to treat all warnings as errors
2013-06-07 21:31:32 -06:00
prestart
moved prestart sources to their own directory and set up the section names
2013-05-02 23:16:55 -06:00
.gitignore
reorganized linker script rule stuff
2013-04-28 21:03:06 -06:00
kernel.ldi
modified the "first" section names to look nicer
2013-05-02 22:37:46 -06:00
kistart.c
Initial checkin of COMROGUE source after having gotten initial memory map right
2013-04-11 02:10:10 -06:00
lowlevel.S
split the low-level memory manager functions into their own assembly source
2013-05-03 00:03:12 -06:00
Makefile
moved memory manager sources into their own directory to consolidate everything
2013-05-02 23:48:40 -06:00
start.S
removed sizes.h and moved the defs it contained to layout.h
2013-05-02 23:32:35 -06:00
trace.c
added TrGetSequentialStream and underlying code for a sequential stream that
2013-06-01 00:17:52 -06:00