Attempt 2 #2

Open
seeseemelk wants to merge 56 commits from attempt-2 into master
2 changed files with 1 additions and 1 deletions
Showing only changes of commit d3176345a1 - Show all commits

BIN
.DS_Store vendored Normal file

Binary file not shown.

View File

@@ -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.