|
f7503e6c6f
|
Stash pop
|
2021-02-28 13:46:33 -06:00 |
|
|
57f4a32e77
|
Debug message changes
|
2020-09-06 08:11:12 -05:00 |
|
|
5fabb01a8b
|
Remove some debug output
|
2020-08-31 12:19:16 -05:00 |
|
|
520563d1b6
|
Get the PCI driver working
|
2020-08-30 09:45:27 -05:00 |
|
|
df630c1422
|
Get fgets working and fix fputs
|
2020-08-23 17:49:43 -05:00 |
|
|
ff2dbb91e1
|
Add a tar fs driver and posix_spawn
|
2020-08-23 14:05:38 -05:00 |
|
|
40347ad069
|
Untrack compiled binaries
|
2020-08-23 08:51:33 -05:00 |
|
|
f2b9c1f481
|
Fix warnings
|
2020-08-23 08:46:38 -05:00 |
|
|
9f5df75c9d
|
Add syscall to check whether a process has finished RPC initialization.
|
2020-08-23 08:31:19 -05:00 |
|
|
9dde61b9df
|
Remove debug messages
|
2020-08-23 08:27:31 -05:00 |
|
|
f63237939b
|
Get stdio/vfs/devfs/vga driver/initrd driver working!
|
2020-08-23 08:22:14 -05:00 |
|
|
d9a01fdbda
|
Add RPC support
|
2020-08-02 14:37:23 -05:00 |
|
|
d4fa7974b7
|
Creating a process/thread now always has parameters
|
2020-07-30 10:07:30 -05:00 |
|
|
dda2885fd9
|
More naming convention fixes
|
2020-07-29 08:09:53 -05:00 |
|
|
870f26d5e9
|
cr3 is now not used as a generic term for "address space"
|
2020-07-29 07:27:12 -05:00 |
|
|
c010c54c17
|
Fix init including a non-existent header
|
2020-07-28 10:32:23 -05:00 |
|
|
a2756266f0
|
Remove unnecessary uints
|
2020-07-23 11:50:23 -05:00 |
|
|
06ca0a5913
|
Sort includes
|
2020-07-22 19:35:23 -05:00 |
|
|
eef40edb3f
|
Portability work
|
2020-07-22 19:26:55 -05:00 |
|
|
76eedfb921
|
new_thread is now pthread_create
|
2020-07-22 07:33:44 -05:00 |
|
|
ff3885241a
|
Full purge of the word "Task" from my tasking code
|
2020-07-20 10:07:46 -05:00 |
|
|
57c663a0e0
|
Tasking rewrite & add multi-threading
|
2020-07-20 09:51:30 -05:00 |
|
|
679b5a3b8d
|
Add syscall macros and remove mailbox IPC
|
2020-07-12 14:30:16 -05:00 |
|
|
ac7cc05113
|
Add task states
|
2020-07-12 14:28:58 -05:00 |
|
|
ff1ec1ac79
|
Attempt to fix the ipc corruption
|
2020-07-09 11:28:57 -05:00 |
|
|
1c5a986e6d
|
Start work on an initrd driver and attempt to debug pg fault on msg send
|
2019-10-20 09:44:33 -05:00 |
|
|
1b1c3026ba
|
Add start of a PCI driver
|
2019-09-08 13:01:37 -05:00 |
|
|
bad2fe8823
|
Add libc dependencies for programs
|
2019-09-07 10:02:10 -05:00 |
|
|
f88622c154
|
Mailboxes can now be found by their names.
|
2019-09-05 09:39:13 -05:00 |
|
|
88bf34f3ac
|
Add fgets support to the devfs
|
2019-09-01 14:15:01 -05:00 |
|
|
2c2cfc74ba
|
Remove all vga code in init
|
2019-08-31 18:58:38 -05:00 |
|
|
27d0fd6bfd
|
Add printf
|
2019-08-31 18:47:00 -05:00 |
|
|
5442f1f684
|
Fix warnings
|
2019-08-31 16:48:11 -05:00 |
|
|
c2cd6a8571
|
Add a devfs and add fs driver specific info to my VFS
|
2019-08-31 16:46:52 -05:00 |
|
|
58711735b2
|
Add vga_drv program
|
2019-08-31 10:49:52 -05:00 |
|
|
f914554dbc
|
Change fsdrv's name to devfs
|
2019-08-31 10:42:20 -05:00 |
|
|
36188f9cbc
|
Mount now sends a message to the fs driver
|
2019-08-31 10:37:49 -05:00 |
|
|
1727e2c44b
|
Change cross-compiler to i386-myos
|
2019-08-27 20:10:28 -05:00 |
|
|
a4bb07e358
|
Move libc to sysroot
|
2019-08-26 17:00:00 -05:00 |
|
|
e59c3e9dae
|
Fix sysroot and an issue with making the usermode programs hosted
|
2019-08-26 13:20:06 -05:00 |
|
|
916ffea498
|
Add syscalls to get initrd size and copy it into user supplied memory
|
2019-08-26 13:07:01 -05:00 |
|
|
e8730b145a
|
Make usermode programs hosted, and add noreturn to exit.
|
2019-08-26 07:43:25 -05:00 |
|
|
d186939f87
|
start.asm now calls exit with a 0 exit code
|
2019-08-25 17:41:13 -05:00 |
|
|
99522efde5
|
Add a kernel serial driver and a yieldToPID function.
|
2019-08-04 13:14:35 -05:00 |
|
|
c71b48d6e4
|
Fix an uncommenting problem
|
2019-08-04 11:54:50 -05:00 |
|
|
05ad7d964a
|
Undo all the commented out init code
|
2019-08-04 10:58:29 -05:00 |
|
|
e80d084584
|
Sync repo with code for IRC help
|
2019-08-03 15:50:23 -05:00 |
|
|
8b8ac86f80
|
Add a vgs driver to fsdrv
|
2019-07-31 19:46:01 -05:00 |
|
|
7974c1e026
|
Get VFS workng and start on fputc. Debugger is currently broken :(
|
2019-07-20 11:03:27 -05:00 |
|
|
d62ccb0dc1
|
Add a process to act as a filesytem driver and get a .gdbinit file setup
.gdbinit is used to make it easier to debug userspace processes
|
2019-07-13 10:18:41 -05:00 |
|