diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..313b4a1 Binary files /dev/null and b/.DS_Store differ diff --git a/README.md b/README.md index 593b8f9..4be5f28 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Once a task is completed, it should be checked off. - [x] Create a FAT32 driver. It should allow reading and writing to and from a block device. - [x] Create the `mount` app. It should allow on to mount a block device using the fat32 driver. Internally, it should use sysfs (which should be mounted automatically by the kernel to `/sys`) to setup a new mount. - [x] Create a floppy driver. Each floppy device should be exposed as `/dev/floppyN`. -- [ ] Add support for character device to the devicefs subsystem. +- [x] Add support for character device to the devicefs subsystem. - [ ] Create an app called `diskpart`. This app can be used to modify the MBR partitions on a block device. - [ ] Create an app called `mkfs.fat32`. This app can be used to format a block into a FAT32 filesystem. - [ ] Create a network driver for the NE2000 NIC.