Cleanup Commit
authorJohn Hodge <[email protected]>
Sat, 27 Mar 2010 01:59:42 +0000 (09:59 +0800)
committerJohn Hodge <[email protected]>
Sat, 27 Mar 2010 01:59:42 +0000 (09:59 +0800)
commit872dbea3900b09c78092d3cdf035513f400bcfe8
treee1df773adf061c18611a1bcd75b6a33e314b8e7e
parentbd8dc898108f10c0498f4dc5d0164a50b5ff2e5c
Cleanup Commit
- Adding a hell of a lot of files to the tree
 > EDI Interface (Incomplete)
 > AxWin Shell (Incomplete, Needs to be rewritten)
 > AxWin library and headers
- Restructuring AxWin to be non-windowed
- Changes to IpStack
- Fixes to kernel logging
- Added APIDoc files
- Cleaning up ifconfig and other helpers
36 files changed:
Kernel/Makefile.BuildNum
Kernel/include/acess.h
Kernel/include/apidoc/arch_x86.h [new file with mode: 0644]
Kernel/lib.c
Kernel/logging.c
Makefile.cfg
Modules/Filesystems/InitRD/.gitignore [new file with mode: 0644]
Modules/IPStack/ipstack.h
Modules/IPStack/main.c
Modules/Interfaces/EDI/Makefile [new file with mode: 0644]
Modules/Interfaces/EDI/edi/acess-edi.h [new file with mode: 0644]
Modules/Interfaces/EDI/edi/edi.h [new file with mode: 0644]
Modules/Interfaces/EDI/edi/edi_devices.h [new file with mode: 0644]
Modules/Interfaces/EDI/edi/edi_dma_streams.h [new file with mode: 0644]
Modules/Interfaces/EDI/edi/edi_interrupts.h [new file with mode: 0644]
Modules/Interfaces/EDI/edi/edi_memory_mapping.h [new file with mode: 0644]
Modules/Interfaces/EDI/edi/edi_objects.h [new file with mode: 0644]
Modules/Interfaces/EDI/edi/edi_port_io.h [new file with mode: 0644]
Modules/Interfaces/EDI/edi/edi_pthreads.h [new file with mode: 0644]
Modules/Interfaces/EDI/edi/helpers.h [new file with mode: 0644]
Modules/Interfaces/EDI/edi_int.inc.c [new file with mode: 0644]
Modules/Interfaces/EDI/edi_io.inc.c [new file with mode: 0644]
Modules/Interfaces/EDI/main.c [new file with mode: 0644]
Usermode/Applications/axwin2_src/Shell_src/Makefile [new file with mode: 0644]
Usermode/Applications/axwin2_src/Shell_src/main.c [new file with mode: 0644]
Usermode/Applications/axwin2_src/WM/common.h
Usermode/Applications/axwin2_src/WM/wm.h [new file with mode: 0644]
Usermode/Applications/ifconfig_src/main.c
Usermode/Libraries/Makefile.tpl [new file with mode: 0644]
Usermode/Libraries/libaxwin2.so_src/Makefile [new file with mode: 0644]
Usermode/Libraries/libaxwin2.so_src/common.h [new file with mode: 0644]
Usermode/Libraries/libaxwin2.so_src/main.c [new file with mode: 0644]
Usermode/Libraries/libaxwin2.so_src/messages.c [new file with mode: 0644]
Usermode/Libraries/libaxwin2.so_src/windows.c [new file with mode: 0644]
Usermode/include/axwin/axwin.h [new file with mode: 0644]
Usermode/include/axwin/messages.h

UCC git Repository :: git.ucc.asn.au