log Makefile @ 104:1144f2491a39

age author description
Tue, 31 May 2011 23:58:29 -0400 Jonathan Pevarnek Moved the fs code to an os folder
Mon, 30 May 2011 22:55:19 -0400 Jonathan Pevarnek Attempted to set up the syscall handler
Mon, 23 May 2011 08:56:13 -0400 Jonathan Pevarnek infLoop takes no arguments, no longer compiles with the architecture files
Thu, 19 May 2011 09:40:10 -0400 Jonathan Pevarnek Added a simple program that is just an infinite loop
Sat, 14 May 2011 19:40:18 -0400 Jonathan Pevarnek The shell script will now theroretically load the program into memory, will not run it.
Sat, 14 May 2011 17:12:12 -0400 Jonathan Pevarnek Started very early work on the shell, fnameCmp will now return 0 if a null character is reached in one of the strings at the same location as a space in the other
Sat, 14 May 2011 16:47:35 -0400 Jonathan Pevarnek Some minor bug fixes
Sat, 14 May 2011 12:54:29 -0400 Jonathan Pevarnek Moved some std.h functions to string.h, worked on a simple version of sprintf
Wed, 27 Apr 2011 22:11:51 -0400 Jonathan Pevarnek merge
Wed, 27 Apr 2011 14:48:56 -0400 Josef 'Jeff' Sipek arch: hopefully the rest of the SVC related code
Wed, 27 Apr 2011 12:16:35 -0400 Josef 'Jeff' Sipek beginning of svc support code
Tue, 26 Apr 2011 22:38:45 -0400 Jonathan Pevarnek Added the ability to create a new file
Sat, 16 Apr 2011 20:17:51 -0400 Jonathan Pevarnek Added the ability to write an arbitrary block of data to some file
Fri, 08 Apr 2011 13:41:58 -0400 Jonathan Pevarnek Started to librarize (is that a word) the filesystem
Fri, 08 Apr 2011 10:33:40 -0400 Jonathan Pevarnek Fixed a few lingering problems with the fs rename
Fri, 08 Apr 2011 10:31:03 -0400 Jonathan Pevarnek Moved fs.c to testFS.c
Fri, 08 Apr 2011 09:56:20 -0400 Jonathan Pevarnek Merged changes in
Thu, 07 Apr 2011 23:29:10 -0400 Josef 'Jeff' Sipek Now functioning arch code
Thu, 07 Apr 2011 22:08:31 -0400 Josef 'Jeff' Sipek Makefile: clean should remove all the arch .o files
Thu, 07 Apr 2011 22:07:20 -0400 Josef 'Jeff' Sipek Refactor the arch code
Thu, 07 Apr 2011 23:07:46 -0400 Jonathan Pevarnek Added a very hacked together (and barely functional) start to a filesystem
Tue, 29 Mar 2011 22:05:03 -0400 Jonathan Pevarnek Fixed bugs with printing out and reading in numbers
Sun, 20 Mar 2011 14:17:24 -0400 Jonathan Pevarnek Re-did errors for pop, added some nice testing for dynamic memory
Wed, 16 Mar 2011 17:29:25 -0400 Jonathan Pevarnek Added stack_destroy, separated programs, added swap operation
Tue, 15 Mar 2011 22:55:36 -0400 Jonathan Pevarnek Started working on dynamic memory
Mon, 14 Mar 2011 15:06:11 -0400 Jonathan Pevarnek Merge in C++ support
Sun, 13 Mar 2011 21:10:35 -0400 Josef 'Jeff' Sipek added C++ build support
Wed, 09 Mar 2011 18:23:43 -0500 Jonathan Pevarnek Merge
Sat, 26 Feb 2011 12:28:22 -0500 Josef 'Jeff' Sipek make the ipl code generic
Sat, 26 Feb 2011 11:02:49 -0500 Josef 'Jeff' Sipek a bit of reorganization
Sun, 06 Mar 2011 01:38:01 -0500 Jonathan Pevarnek Added functions pow, dup, and drop
Tue, 01 Mar 2011 02:39:27 -0500 Jonathan Pevarnek The work I have so far
Thu, 24 Feb 2011 23:04:37 -0500 Josef 'Jeff' Sipek import template