log src/os/scall.c @ 115:4473e746fe5a

age author description
Sat, 11 Jun 2011 16:40:48 -0400 Jonathan Pevarnek Restructured the include directory somewhat
Sat, 11 Jun 2011 15:24:28 -0400 Jonathan Pevarnek An attempt to get the standard library to work for both the system level stuff and the program level stuff
Sun, 05 Jun 2011 17:33:54 -0400 Jonathan Pevarnek Added an ls program, fixed plenty of bugs
Sun, 05 Jun 2011 15:41:51 -0400 Jonathan Pevarnek I forgot to remove the comment telling me to define syscall numbers. Removed.
Sun, 05 Jun 2011 15:40:40 -0400 Jonathan Pevarnek Added defines for syscall numbers
Sun, 05 Jun 2011 15:31:51 -0400 Jonathan Pevarnek It works! Also, fixed up many a return value.
Sat, 04 Jun 2011 23:20:53 -0400 Jonathan Pevarnek osTest is a hello world program. It works.
Mon, 30 May 2011 22:55:19 -0400 Jonathan Pevarnek Attempted to set up the syscall handler