|
ece3b47223
|
Fix some build errors
|
2020-07-22 19:37:11 -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 |
|
|
d81509d8e8
|
Add fseek that only supports SEEK_SET
|
2019-09-10 19:15:02 -05:00 |
|
|
fa60cba73a
|
VFS can now handle multiple messages at once
|
2019-09-02 06:58:23 -05:00 |
|
|
6ed7d303a5
|
Change VFS_GETC to VFS_GETS in the vfs.h ipc header
|
2019-09-01 08:39:46 -05:00 |
|
|
c2cd6a8571
|
Add a devfs and add fs driver specific info to my VFS
|
2019-08-31 16:46:52 -05:00 |
|
|
772a121dd8
|
Merge fputc with fputs
|
2019-08-30 08:17:59 -05:00 |
|
|
bc5a9d6879
|
fputs is now a single message
|
2019-08-28 20:32:14 -05:00 |
|
|
7974c1e026
|
Get VFS workng and start on fputc. Debugger is currently broken :(
|
2019-07-20 11:03:27 -05:00 |
|
|
097d86f3d5
|
Add a char data field to the VFS message structure
|
2019-06-29 09:28:17 -05:00 |
|
|
ac6dc49233
|
Add flags to the VFS message structure
|
2019-06-29 09:17:52 -05:00 |
|
|
e12e656fa5
|
Add the remaining VFS operation types
|
2019-06-29 09:13:25 -05:00 |
|
|
51bb986d76
|
Change IPC to a mailbox-based system
Instead of using PIDs to identify a destination, a process can have one
or more mailboxes to send messages to.
|
2019-06-27 17:00:23 -05:00 |
|
|
d13980109f
|
Create a structure for VFS messages and make init send one to the VFS
|
2019-06-22 16:11:44 -05:00 |
|