Commit Graph

270 Commits

Author SHA1 Message Date
Kevin Lange
254ceb51ab [sys] More system calls, more stability, kill bad processes 2011-04-17 13:26:31 -05:00
Kevin Lange
9e3d03da4f [cat] Some error handling 2011-04-16 20:54:02 -05:00
Kevin Lange
ad7d5d7acc [sys] read/write/open/close, also cat 2011-04-16 20:01:04 -05:00
Kevin Lange
31be58b7d7 [util] Fix implicit definition of usleep() 2011-04-16 14:33:13 -05:00
Kevin Lange
20a2a8ae60 [ansi] Couple extras I missed 2011-04-15 22:09:33 -05:00
Kevin Lange
f2a6dc1bf6 ESC [ J 2011-04-15 22:01:33 -05:00
Kevin Lange
d2ff4c474e [ansi] Support for more escape sequences. 2011-04-15 21:48:20 -05:00
Kevin Lange
d9a6c37e17 [font] VGA font updates 2011-04-15 18:42:31 -05:00
Kevin Lange
7cf04ad13e [elf] Separate exec and system 2011-04-15 17:33:19 -05:00
Kevin Lange
3e3c7fb544 [shell] And that's what was causing a bunch of my problems. 2011-04-15 16:56:25 -05:00
Kevin Lange
332920fe2d [bin] Some minor updates to the test apps 2011-04-15 16:31:58 -05:00
Kevin Lange
8b84dfa688 [bin] Yes. 2011-04-15 13:18:01 -05:00
Kevin Lange
371e487be2 [docs] Various. 2011-04-14 21:02:44 -05:00
Kevin Lange
3a913fb6c3 [fpu] Docs 2011-04-14 20:49:36 -05:00
Kevin Lange
7219b9bd94 [cmos] Docs 2011-04-14 20:43:20 -05:00
Kevin Lange
d1676852d8 [cmos] Make a single function to dump the CMOS 2011-04-14 20:42:15 -05:00
Kevin Lange
c551734e0c [args] Comments. 2011-04-14 20:36:51 -05:00
Kevin Lange
3b281848f3 [elf] Comments are nice. 2011-04-14 20:32:19 -05:00
Kevin Lange
c5dc546663 Missed a free... 2011-04-14 15:27:03 -05:00
Kevin Lange
5c889a168d Non-shell tests 2011-04-12 15:48:00 -05:00
Kevin Lange
7fb5720e6b [sys] Faster memcpy, memset using direct x86 assembly calls that I had no idea exists. 2011-04-12 14:37:10 -05:00
Kevin Lange
28a36e3a91 [task] Don't free the task struct for now. Find a better way of doing this. 2011-04-11 20:06:58 -05:00
Kevin Lange
7eb44a784b [task] Make sure we free everything. WARNING: this actually breaks some things as is 2011-04-11 20:05:40 -05:00
Kevin Lange
b66432c94f trying to track down an oops 2011-04-11 17:10:52 -05:00
Kevin Lange
06c41369cc [sys] And now for the user side too 2011-04-11 16:51:31 -05:00
Kevin Lange
3b12812608 [sys] Move syscalls to a separate header 2011-04-11 16:45:15 -05:00
Kevin Lange
4a35852df8 [build] Touch a file to indicate that we passed 2011-04-11 15:25:26 -05:00
Kevin Lange
4fba537ff5 [build] ERROR vs BAIL 2011-04-11 15:22:01 -05:00
Kevin Lange
56c9feade8 [build] Trying to add some 'oops, you're missing x' 2011-04-11 15:13:34 -05:00
Kevin Lange
679bd270f4 [mem] That should fix a bunch of stuff. 2011-04-11 14:17:15 -05:00
Kevin Lange
3db19d1605 [build] Dammit, make, stop deleting my object files! 2011-04-10 23:08:34 -05:00
Kevin Lange
5872c991b4 [docs] Update readme 2011-04-08 23:12:41 -05:00
Kevin Lange
67901b3bf7 I definitely broke a bunch of stuff. 2011-04-08 17:53:52 -05:00
Kevin Lange
fabd941361 [task] Actually deschedule tasks that exit 2011-04-08 16:26:34 -05:00
Kevin Lange
42c9b0e782 [shell] Execute externals directly. 2011-04-08 16:17:36 -05:00
Kevin Lange
fe40c7bbf6 [elf] Fix argument passing 2011-04-08 16:02:30 -05:00
Kevin Lange
e273784242 [elf] Execute simple static ELF binaries. 2011-04-08 15:27:12 -05:00
Kevin Lange
09a8fb68bc [readelf] Sanity check. 2011-04-08 12:25:51 -05:00
Kevin Lange
386b28e6fc [test] Make that a Hello World. 2011-04-08 12:17:32 -05:00
Kevin Lange
808e0306c3 Fix some comments 2011-04-07 01:35:47 -05:00
Kevin Lange
d31d763058 [util] Readelf utility, actually reading some elfs. Cool. 2011-04-07 01:24:21 -05:00
Kevin Lange
60016e6e2b [main] Shouldn't be DMA'ing any of that... 2011-04-06 17:59:34 -05:00
Kevin Lange
75a221829d [mboot] Oops 2011-04-06 17:06:07 -05:00
Kevin Lange
d5a3728b12 [readelf] Build environment setup 2011-04-06 16:54:57 -05:00
Kevin Lange
9b3c3a1e60 [bin] Working on ELF binaries. Redid some multiboot stuff (larger ramdisks should work now) 2011-04-06 16:50:37 -05:00
Kevin Lange
148f1aa995 [devfs] Quit yelling at me! 2011-04-05 22:17:44 -05:00
Kevin Lange
f06f65d941 [ansiterm] Fix a bunch of crap with the ANSI term and output in general. 2011-04-05 19:12:08 -05:00
Kevin Lange
ad8175e0f5 How about this... 2011-04-04 22:22:22 -05:00
Kevin Lange
bff65f127f Let's try without that? 2011-04-04 22:20:28 -05:00
Kevin Lange
6eb1550d9e I'm doing something wrong, this is a workaround. 2011-04-04 20:16:56 -05:00