|
2ae02f4d8c
|
Fix init not properly setting up message for second test
|
2019-06-29 16:54:57 -05:00 |
|
|
df098a46b2
|
Move some stuff in init to functions.
|
2019-06-29 10:05:08 -05:00 |
|
|
c324d46885
|
Add fopen and fd limits to the VFS and test it
|
2019-06-29 09:55:02 -05:00 |
|
|
c75ba3180f
|
Init now prints out flags
|
2019-06-29 09:22:09 -05:00 |
|
|
7611d929a3
|
Fix most warnings
|
2019-06-29 09:04:34 -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 |
|
|
1216d4c000
|
Store size of message in buffer
|
2019-06-22 15:29:02 -05:00 |
|
|
7ee2472fe5
|
Get IPC working
|
2019-06-22 11:11:12 -05:00 |
|
|
cf120a2cc4
|
Init now loads VFS
|
2019-06-22 10:31:33 -05:00 |
|
|
30e043955b
|
Add empty vfs program and fix tar parsing
|
2019-05-24 11:52:13 -05:00 |
|
|
62e8f0713b
|
rename prog to init
|
2019-05-24 09:00:04 -05:00 |
|