tpg/acess2.git
14 years agoVarious changes, most of them involving the FAT and Ext2 Drivers, adding write support
John Hodge [Wed, 17 Mar 2010 06:08:43 +0000 (14:08 +0800)]
Various changes, most of them involving the FAT and Ext2 Drivers, adding write support
- FAT Now has rudimentary write support (file size still isn't updated)
- Added InitRD to the tree
- Slight changes to the Module build system
- Set modules to use -O3 and fixed the bugs that showed

14 years agoAdded file extending to Ext2 Driver, also cleaned up the FS_Ext2 source
John Hodge [Tue, 16 Mar 2010 02:20:34 +0000 (10:20 +0800)]
Added file extending to Ext2 Driver, also cleaned up the FS_Ext2 source
- Fixed an off-by-one error when calculating allocated blocks
- Fixed using a fixed 256 blocks per indirect block (now depends on the block size)

14 years agoMoar cleanupe
John Hodge [Mon, 15 Mar 2010 11:03:45 +0000 (19:03 +0800)]
Moar cleanupe

14 years agoRemoved FDD_AcquireSpinlock and FDD_FreeSpinlock, replacing them with LOCK() and...
John Hodge [Mon, 15 Mar 2010 10:59:52 +0000 (18:59 +0800)]
Removed FDD_AcquireSpinlock and FDD_FreeSpinlock, replacing them with LOCK() and RELEASE()

14 years agoCleaning up FDD driver, removed local cache in favour of iocache.h
John Hodge [Mon, 15 Mar 2010 10:50:49 +0000 (18:50 +0800)]
Cleaning up FDD driver, removed local cache in favour of iocache.h

14 years agoMisc changes
John Hodge [Mon, 15 Mar 2010 10:50:40 +0000 (18:50 +0800)]
Misc changes

14 years agoMore documentation, mostly to the PCI
John Hodge [Mon, 15 Mar 2010 10:49:28 +0000 (18:49 +0800)]
More documentation, mostly to the PCI

14 years agoCommenting for new function
John Hodge [Sun, 14 Mar 2010 03:36:03 +0000 (11:36 +0800)]
Commenting for new function

14 years agoRestructured Modules_LoadBuiltins to load modules in the order they are linked in.
John Hodge [Sun, 14 Mar 2010 03:32:13 +0000 (11:32 +0800)]
Restructured Modules_LoadBuiltins to load modules in the order they are linked in.
- Also moved vterm.o to be linked earlier
- Removed a newline from a Log() in ne2000.c

14 years agoWork on documentation
John Hodge [Sat, 13 Mar 2010 14:56:14 +0000 (22:56 +0800)]
Work on documentation

14 years agoChanges to the module loader to handle specific errors from modules
John Hodge [Sat, 13 Mar 2010 10:27:57 +0000 (18:27 +0800)]
Changes to the module loader to handle specific errors from modules
- Changed MODULE_INIT_SUCCESS to MODULE_ERR_OK and added other MODULE_ERR_* values

14 years agoSlight Changes, mostly fixing CPU error reporting
John Hodge [Sat, 6 Mar 2010 14:45:11 +0000 (22:45 +0800)]
Slight Changes, mostly fixing CPU error reporting
- Also attempted to fix the Qemu kb bug
- Added a todo to the FDD driver

14 years agoIPv6, and I need to learn to compile before commiting
John Hodge [Sat, 6 Mar 2010 11:33:48 +0000 (19:33 +0800)]
IPv6, and I need to learn to compile before commiting

14 years agoStarting on a NFS driver
John Hodge [Fri, 5 Mar 2010 14:57:07 +0000 (22:57 +0800)]
Starting on a NFS driver

14 years agodoxygen fixes
John Hodge [Fri, 5 Mar 2010 14:56:41 +0000 (22:56 +0800)]
doxygen fixes

14 years agoMore work on TCP, Connection is successfully established, but problemw with ACKing...
John Hodge [Thu, 4 Mar 2010 14:32:03 +0000 (22:32 +0800)]
More work on TCP, Connection is successfully established, but problemw with ACKing packets.
- RST is sent after ACKing first data packet.
- Also did some changes to Debug_DumpHex and Threads_Get*

14 years agoBugfixing and testing TCP stack
John Hodge [Thu, 4 Mar 2010 05:59:21 +0000 (13:59 +0800)]
Bugfixing and testing TCP stack
- Also fixed build process

14 years agoMore work on TCP, untested and almost complete
John Hodge [Thu, 4 Mar 2010 02:54:04 +0000 (10:54 +0800)]
More work on TCP, untested and almost complete

14 years agoMore work on TCP, approaching usable (untested)
John Hodge [Wed, 3 Mar 2010 14:54:31 +0000 (22:54 +0800)]
More work on TCP, approaching usable (untested)

14 years agoCleanup commit, fixes to UDP, TCP and ICMP
John Hodge [Wed, 3 Mar 2010 07:28:43 +0000 (15:28 +0800)]
Cleanup commit, fixes to UDP, TCP and ICMP
- Basicly cleaning up commented out code and potential bugs
- More work on TCP support

14 years agoRemoved debug from Network/NE2000/ne2000.c
John Hodge [Fri, 26 Feb 2010 15:12:22 +0000 (23:12 +0800)]
Removed debug from Network/NE2000/ne2000.c

14 years agoUDP Packets are now sent and recieved correctly (server not tested)
John Hodge [Fri, 26 Feb 2010 14:29:03 +0000 (22:29 +0800)]
UDP Packets are now sent and recieved correctly (server not tested)
- Also did some work on USB, only minor.
- Fixed a bug in IPStack/link.c that passed a non-aligned packet to the interface.
- Fixed channel being skipped if the IP _matches_ (should be skipped if it doesn't)
"Yo dawg, I heard you liek packets, so I sent you one"

14 years agoMore fixups to ARP and UDP (udp still buggy)
John Hodge [Thu, 25 Feb 2010 13:35:27 +0000 (21:35 +0800)]
More fixups to ARP and UDP (udp still buggy)

14 years agoWorking on UDP, removed debug from some code, fixed ARP setting hwtype to 0x100 ...
John Hodge [Thu, 25 Feb 2010 11:44:14 +0000 (19:44 +0800)]
Working on UDP, removed debug from some code, fixed ARP setting hwtype to 0x100 (should be 1)
- Other Misc changes

14 years agoMore work on TCP, splitted UDI arch dependent out of udi.h, slight work on AxWin
John Hodge [Sun, 14 Feb 2010 03:48:38 +0000 (11:48 +0800)]
More work on TCP, splitted UDI arch dependent out of udi.h, slight work on AxWin

14 years agoMore work on TCP, still not usable
John Hodge [Fri, 12 Feb 2010 09:18:51 +0000 (17:18 +0800)]
More work on TCP, still not usable

14 years agoWork on IP/TCP Stack
John Hodge [Thu, 11 Feb 2010 05:15:26 +0000 (13:15 +0800)]
Work on IP/TCP Stack
- TCP now registered with IPv4
- Added debug code and started on TCP server support
- Fixed bitfield error (removed the bitfields for portability)

14 years agoHelps if I add it to the main makefile
John Hodge [Sun, 7 Feb 2010 02:32:44 +0000 (10:32 +0800)]
Helps if I add it to the main makefile

14 years agoRemoved the need to alter acess.ld for each build environment
John Hodge [Sun, 7 Feb 2010 02:27:06 +0000 (10:27 +0800)]
Removed the need to alter acess.ld for each build environment

14 years agoMore work on IPStack, TCP and UDP slowly moving along
John Hodge [Fri, 5 Feb 2010 08:42:50 +0000 (16:42 +0800)]
More work on IPStack, TCP and UDP slowly moving along

14 years agoCleanups that will hopefully allow compilation in more strict environments
John Hodge [Wed, 3 Feb 2010 06:44:45 +0000 (14:44 +0800)]
Cleanups that will hopefully allow compilation in more strict environments

14 years agoFixed and improved Ping support
John Hodge [Wed, 3 Feb 2010 03:57:48 +0000 (11:57 +0800)]
Fixed and improved Ping support
- BUG: ARP requests time out for some reason, todo check on other networks
- Also updated the readme for better support when building

14 years agoMore work on the IP Stack, now responds to pings
John Hodge [Wed, 3 Feb 2010 02:10:45 +0000 (10:10 +0800)]
More work on the IP Stack, now responds to pings
- Also fixed bug in NE2000 driver that resent the first packet
  on each subsequent send.

14 years agoFixed IPStack's ID showing as IDENT
John Hodge [Wed, 3 Feb 2010 00:30:22 +0000 (08:30 +0800)]
Fixed IPStack's ID showing as IDENT

14 years agoMore additions
John Hodge [Wed, 3 Feb 2010 00:30:06 +0000 (08:30 +0800)]
More additions

14 years agoCleaning up unadded files
John Hodge [Wed, 3 Feb 2010 00:26:42 +0000 (08:26 +0800)]
Cleaning up unadded files

14 years agoWorking on GUI, side changes to the message passing
John Hodge [Tue, 2 Feb 2010 12:16:35 +0000 (20:16 +0800)]
Working on GUI, side changes to the message passing

14 years agoReorganised the modules directory, started serious work on GUI support
John Hodge [Tue, 2 Feb 2010 00:16:30 +0000 (08:16 +0800)]
Reorganised the modules directory, started serious work on GUI support
- Cleaning up and bugfixing VTerm graphics support

14 years agoAltered & Renamed LookupString, Added DrvUtil_SetIdent
John Hodge [Sat, 23 Jan 2010 11:48:18 +0000 (19:48 +0800)]
Altered & Renamed LookupString, Added DrvUtil_SetIdent
- Both now check the user memory before using it

14 years agoI really need to learn to compile test before commiting
John Hodge [Wed, 20 Jan 2010 10:39:16 +0000 (18:39 +0800)]
I really need to learn to compile test before commiting

14 years agoUpdated gitignore rules, cleaned up MBR parsing
John Hodge [Wed, 20 Jan 2010 10:36:45 +0000 (18:36 +0800)]
Updated gitignore rules, cleaned up MBR parsing

14 years agoStarted splitting ATA driver into separate files
John Hodge [Wed, 20 Jan 2010 03:10:07 +0000 (11:10 +0800)]
Started splitting ATA driver into separate files

14 years agoRenamed ATA core to main.c
John Hodge [Wed, 20 Jan 2010 03:01:56 +0000 (11:01 +0800)]
Renamed ATA core to main.c

14 years agoMoved ATA driver out of Kernel tree
John Hodge [Wed, 20 Jan 2010 02:55:45 +0000 (10:55 +0800)]
Moved ATA driver out of Kernel tree
- Also changed VER3 macro to VER2 for compatability with MODULE_DEFINE

14 years agoBugfixes and debug cleanup
John Hodge [Tue, 19 Jan 2010 09:30:11 +0000 (17:30 +0800)]
Bugfixes and debug cleanup
- Cleanup in threads.c
- Fixed ACL/Permissions bugs in VFS
- Also fixed instaces where tVFS_Node methods were called without NULL checking

14 years agoMulti-user testing and bugfixing
John Hodge [Tue, 19 Jan 2010 06:36:15 +0000 (14:36 +0800)]
Multi-user testing and bugfixing
- Actually changes the UID now
- Added stub normal user 'tpg', no password

14 years agoMore debug in PE loader
John Hodge [Tue, 19 Jan 2010 05:52:00 +0000 (13:52 +0800)]
More debug in PE loader

14 years agoExteding Driver interface
John Hodge [Tue, 19 Jan 2010 05:50:45 +0000 (13:50 +0800)]
Exteding Driver interface
- Changed 4-byte ID to a 31 byte string (32 with NULL terminator)
- Created a macro for the version numbers

14 years agoComment/documentation change to the VFS
John Hodge [Tue, 19 Jan 2010 04:12:08 +0000 (12:12 +0800)]
Comment/documentation change to the VFS

14 years agoFixes and logging
John Hodge [Mon, 18 Jan 2010 05:55:40 +0000 (13:55 +0800)]
Fixes and logging

14 years agoChanges and Features to IPStack
John Hodge [Mon, 18 Jan 2010 05:21:02 +0000 (13:21 +0800)]
Changes and Features to IPStack
- Added 'ping' ioctl and required calls, currently incomplete

14 years agoAdding PE file support
John Hodge [Sun, 17 Jan 2010 10:24:22 +0000 (18:24 +0800)]
Adding PE file support
- Also added binary register function (now modules can handle binary files)

14 years agoAdded support for dynamic registration of module loaders
John Hodge [Sun, 17 Jan 2010 06:05:38 +0000 (14:05 +0800)]
Added support for dynamic registration of module loaders
- Also updated .gitignore to exclude more object files
- UDI is now a dynamic module

14 years agoAdding `udisetup` (and required linker script)
John Hodge [Sat, 16 Jan 2010 14:14:28 +0000 (22:14 +0800)]
Adding `udisetup` (and required linker script)

14 years agoSlight changes to UDI structures and logging
John Hodge [Fri, 15 Jan 2010 23:34:43 +0000 (07:34 +0800)]
Slight changes to UDI structures and logging

14 years agoFixed Double-Relocation in modules.c (edited bin/elf.c to find this)
John Hodge [Fri, 15 Jan 2010 15:41:34 +0000 (23:41 +0800)]
Fixed Double-Relocation in modules.c (edited bin/elf.c to find this)

14 years agoMore work on UDI, cleanup and pseudod should now load.
John Hodge [Fri, 15 Jan 2010 15:37:56 +0000 (23:37 +0800)]
More work on UDI, cleanup and pseudod should now load.
- Also added a NULL check to ELF_GetSymbol

14 years agoAdded cb.o to the UDI objects list
John Hodge [Fri, 15 Jan 2010 09:30:47 +0000 (17:30 +0800)]
Added cb.o to the UDI objects list

14 years agoMore UDI work
John Hodge [Fri, 15 Jan 2010 09:29:29 +0000 (17:29 +0800)]
More UDI work
- GIO Metalanguage
- CB Functions
- Also added the UNIMPLEMENTED() macro for unimplemented functions

14 years agoMore work on UDI support
John Hodge [Fri, 15 Jan 2010 07:49:58 +0000 (15:49 +0800)]
More work on UDI support

14 years agoMore work on UDI support, still doesn't load pseudud yet
John Hodge [Thu, 14 Jan 2010 15:03:44 +0000 (23:03 +0800)]
More work on UDI support, still doesn't load pseudud yet
- Also fixed the FAT ReadDir bug (bad treatment of SPC==1)

14 years agoBugfixes and UDI Updates
John Hodge [Thu, 14 Jan 2010 05:33:53 +0000 (13:33 +0800)]
Bugfixes and UDI Updates
- Added UDI to the tree
- Bugfixing FAT filesystem (Fixed EOC handling in FindDir)
 > Still a bug in ReadDir that causes garbage to be read

14 years agoOk, this was embarrassing... Added core include file that was renamed
John Hodge [Tue, 12 Jan 2010 14:26:09 +0000 (22:26 +0800)]
Ok, this was embarrassing... Added core include file that was renamed
- include/acess.h was renamed (from include/common.h) several commits
  ago and I forgot to add it.

14 years agoMore work on UDI, Added more Login VTerms
John Hodge [Tue, 12 Jan 2010 14:25:31 +0000 (22:25 +0800)]
More work on UDI, Added more Login VTerms

14 years agoBugfixes, Cleanup and Rewite started on UDI interface
John Hodge [Tue, 12 Jan 2010 13:04:59 +0000 (21:04 +0800)]
Bugfixes, Cleanup and Rewite started on UDI interface
- Fixed bug in mm_virt where the kernel (as 0-1MiB) was being marked COW
  (hence triple faulting)
- Cleaned up /Makefile (now only builds kernel and modules with no target)
- Started rewriting the UDI system

14 years agoFixed a bug that caused physical memory allocation to be one-time use
John Hodge [Sat, 2 Jan 2010 05:17:30 +0000 (13:17 +0800)]
Fixed a bug that caused physical memory allocation to be one-time use

14 years agoSMP Work (APs now start, just seem to lock up on lgdt, or whatever is at that address)
John Hodge [Fri, 1 Jan 2010 13:47:57 +0000 (21:47 +0800)]
SMP Work (APs now start, just seem to lock up on lgdt, or whatever is at that address)
- Also added support for setting the build architecture in the environment
- Included the Doxygen layout file

14 years agoMore SMP Work, also changed the physical allocator to allocate downwards
John Hodge [Fri, 1 Jan 2010 09:37:26 +0000 (17:37 +0800)]
More SMP Work, also changed the physical allocator to allocate downwards

14 years agoWorking on Multiprocessing support
John Hodge [Thu, 31 Dec 2009 03:14:38 +0000 (11:14 +0800)]
Working on Multiprocessing support
- Cleaned up SysFS debug
- Fixed ByteSum() (now returns a byte)
- Added character array functionality to %c (%Nc will print N chacters from the passed array)

14 years agoAdded debug code to vterm, fixed userland _errno support
John Hodge [Wed, 30 Dec 2009 13:51:58 +0000 (21:51 +0800)]
Added debug code to vterm, fixed userland _errno support

14 years agoStarting on PAE support, removed UDI from kernel
John Hodge [Wed, 30 Dec 2009 05:10:44 +0000 (13:10 +0800)]
Starting on PAE support, removed UDI from kernel

14 years agoMore work on UDI, attempting to get it to load the pseudod driver
John Hodge [Wed, 30 Dec 2009 03:01:29 +0000 (11:01 +0800)]
More work on UDI, attempting to get it to load the pseudod driver

14 years agoChanged "common.h" to "acess.h" to reduce possible conflicts
John Hodge [Tue, 29 Dec 2009 14:20:34 +0000 (22:20 +0800)]
Changed "common.h" to "acess.h" to reduce possible conflicts

14 years agoAttempting to fix an intermittent TSS bug
John Hodge [Mon, 28 Dec 2009 15:28:08 +0000 (23:28 +0800)]
Attempting to fix an intermittent TSS bug

14 years agoCleaned up some more debug
John Hodge [Mon, 28 Dec 2009 14:05:28 +0000 (22:05 +0800)]
Cleaned up some more debug

14 years agoCleanup & Debug Removal
John Hodge [Mon, 28 Dec 2009 13:38:49 +0000 (21:38 +0800)]
Cleanup & Debug Removal
- Disabled debug in ATA driver
- Fixed the return values of module initialisation functions
- Cleaned up some newlines that were still around in Log() calls

14 years agoAdded flag to enable/disable debug symbols in the kernel
John Hodge [Mon, 28 Dec 2009 13:29:02 +0000 (21:29 +0800)]
Added flag to enable/disable debug symbols in the kernel
- `export DEBUG_BUILD=yes` will enable a debug build, any other value
  will disable DWARF debug.

14 years agoChanged the x86 architecture to have tPAddr be 64-bits always
John Hodge [Mon, 28 Dec 2009 13:20:37 +0000 (21:20 +0800)]
Changed the x86 architecture to have tPAddr be 64-bits always
- tPAddr being a constant size allows PAE to be selected at
  runtime (when I complete it :))
- Related bugfixes (where tPAddr was assumed to be 32-bits)
- Also fixed bugs in the config file parser
- Added -g flag to the build (working on a disable switch)

14 years agoRevamped the config file parsing to be more resiliant to errors.
John Hodge [Mon, 28 Dec 2009 11:09:54 +0000 (19:09 +0800)]
Revamped the config file parsing to be more resiliant to errors.

14 years agoBugfixes upon chaning GCC versions
John Hodge [Mon, 28 Dec 2009 09:48:44 +0000 (17:48 +0800)]
Bugfixes upon chaning GCC versions
- Also updating my config to be correct for my new machine

14 years agoWorking on UDI support (UDI manager module now compiles)
John Hodge [Sun, 27 Dec 2009 10:54:14 +0000 (18:54 +0800)]
Working on UDI support (UDI manager module now compiles)
- DEBUG ONLY

14 years agoFixed bug in Inode_ClearCache
John Hodge [Sun, 27 Dec 2009 03:43:07 +0000 (11:43 +0800)]
Fixed bug in Inode_ClearCache

14 years agoUpdated build system to remove `install` from `all`
John Hodge [Sun, 27 Dec 2009 02:38:40 +0000 (10:38 +0800)]
Updated build system to remove `install` from `all`
- Also created a common makefile for Usermode/Applications to reduce make bugs
- Updated Inode_ClearCache to actually delete the cache correctly (thanks SmSpilaz)

14 years agoUpdate to readme relating to the filesystem generation
John Hodge [Sat, 26 Dec 2009 16:19:25 +0000 (00:19 +0800)]
Update to readme relating to the filesystem generation

14 years agoAdded Filesystem generation and required $(x*) variables
John Hodge [Sat, 26 Dec 2009 16:18:04 +0000 (00:18 +0800)]
Added Filesystem generation and required $(x*) variables

14 years agoUpdated the build files to use $(xCP), allows use of mcopy to a mtools disk
John Hodge [Sat, 26 Dec 2009 15:57:58 +0000 (23:57 +0800)]
Updated the build files to use $(xCP), allows use of mcopy to a mtools disk

14 years agoBig Changes - See commit details
John Hodge [Sat, 26 Dec 2009 03:18:13 +0000 (11:18 +0800)]
Big Changes - See commit details
- Cleaned up and fixed kernel API Documentation
- Removed drvutil.h and moved it's definitions to tpl_drv_disk.h
- Changes to the VFS and Driver specs (only minor)
- Fixed behaviour of loader when a module doesn't initialise
- Fixed some modules returning zero when they successfully loaded
- Other changes to fix doxygen generation

14 years agoAltered keyboard driver to correctly support Unicode
John Hodge [Tue, 24 Nov 2009 13:20:19 +0000 (21:20 +0800)]
Altered keyboard driver to correctly support Unicode
- Updated Keyboard and VTerm driver to accomodate this
- Edited Modules/Makefile.tpl to allow modules to set their own CPPFLAGS
- Inconcequential changes elsewhere

14 years agoMore work on IPStack (Also fixed Proc_SpawnWorker)
John Hodge [Mon, 23 Nov 2009 09:18:49 +0000 (17:18 +0800)]
More work on IPStack (Also fixed Proc_SpawnWorker)
- Fixed structures in IPStack not being packed
- Fixed instances when byte orders were not handled
- Added stub UDP support
- Added copious ammounts of debug code to IPStack
- Added packet reception to NE2000 driver
- Changed autoconf in ifconfig to set the IP to 10.0.0.55

14 years agoAdded ProcDev/SysFS + Cleanup
John Hodge [Sun, 22 Nov 2009 08:03:14 +0000 (16:03 +0800)]
Added ProcDev/SysFS + Cleanup
- Added /Devices/system (ProcDev or SysFS)
 > Allows exposing of kernel buffers to usermode (readonly)
- Added use of ProcDev to VFS to expose Mounted filesystems and loaded
  filesystems.
- Created tSpinlock type to make sure that spinlocks are volatile

14 years agoCleanup and Bugfixing
John Hodge [Fri, 20 Nov 2009 16:06:55 +0000 (00:06 +0800)]
Cleanup and Bugfixing
- Created a _very_ basic `ifconfig` app to test the IPStack module
- Fixed a bug in MM_NewWorkerStack that caused it to always fail
- Added the LEAVE_RET macro to simplify debugging
- Moved BochsGA driver to module tree
- More work on the IPStack
- Fixed compile errors in NE2000 driver
- and did some work on the makefiles

14 years agoCleanup and Bugfixes
John Hodge [Thu, 19 Nov 2009 09:24:00 +0000 (17:24 +0800)]
Cleanup and Bugfixes
- Fixed bugs with handling of SYS_READ and SYS_WRITE
- Added EXPORT definitions to functions used by the IPStack
- Updated the core Makefile to use loops to allow easier maintainence
- Fixed bug in IPStack/main.c (Null pointer dereference)
- Cleaned up some of the debug code

14 years agoCleanups & Implementations to allow IPStack to compile
John Hodge [Tue, 17 Nov 2009 16:31:45 +0000 (00:31 +0800)]
Cleanups & Implementations to allow IPStack to compile
- IPStack module now compiles (still unusable)
- Added Network Device spec file (tpl_drv_network.h)
- Shuffled definitions between vfs.h and vfs_ext.h
- Added thorough sanity checking to System calls (except IOCtl as
  the driver is the only code that knows what it means)
- Cleaned up makefiles to delete Dumps and Disassemblies
- Added USB core file to tree
- Implemented DRV_IOCTL_LOOKUP and NET_IOCTL_GETMAC in NE2000 driver
  in prepararion for IPStack.

14 years agoFixed implementation of ChRoot
John Hodge [Mon, 16 Nov 2009 03:14:17 +0000 (11:14 +0800)]
Fixed implementation of ChRoot
(it could be bypassed by using ..)

14 years agoForgot to build test :S Added defintion of CFG_VFS_CHROOT
John Hodge [Sun, 15 Nov 2009 15:27:28 +0000 (23:27 +0800)]
Forgot to build test :S Added defintion of CFG_VFS_CHROOT

14 years agoAdded ChRoot Support (untested)
John Hodge [Sun, 15 Nov 2009 13:03:08 +0000 (21:03 +0800)]
Added ChRoot Support (untested)

14 years agoFixes and Cleanup
John Hodge [Fri, 13 Nov 2009 07:09:46 +0000 (15:09 +0800)]
Fixes and Cleanup
- Fixed text mode in BochsGA driver and hence set it to the VTerm default
- Moved Ext2 Filesystem driver to Modules tree (As FS_Ext2)
- Included root Makefile in git tree
- Slight changes to the in-process USB code
- Updated the README
- Inconcequential changes to other files

14 years agoAdding several modules to the Tree, plus some files that escaped earlier
John Hodge [Tue, 10 Nov 2009 05:21:38 +0000 (13:21 +0800)]
Adding several modules to the Tree, plus some files that escaped earlier
- Added the in-progress IP Stack
- Added the in-progress USB Stack
- Added module's linker script
- Added tpl_drv_terminal.h (Terminal Emulator defintions)
- Added libreadline (my own version)
- Added Usermode/stddef.h

14 years agoGeneral Cleanup, Implemented DMA Allocation
John Hodge [Tue, 10 Nov 2009 05:14:31 +0000 (13:14 +0800)]
General Cleanup, Implemented DMA Allocation
- Cleaned up debugging and added notice of loading a module
- Added doxygen comments to common.h
- Fixed the dynamic modules not loading due to a buggy linker script
- Added MM_AllocDMA to allow memory of a specific bit depth to be allocated
- Various bugfixes and export adds

14 years agoAdded Doxygen files
John Hodge [Fri, 6 Nov 2009 10:35:29 +0000 (18:35 +0800)]
Added Doxygen files

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