Skip to content

Releases: Sister20/if2230-2023-osyikkk

v3.0

29 Apr 16:52
Compare
Choose a tag to compare

Implement paging, user mode, and shell.
Shell commands:
cd - Mengganti current working directory (termasuk .. untuk naik)
ls - Menuliskan isi current working directory
mkdir - Membuat sebuah folder kosong baru
cat - Menuliskan sebuah file sebagai text file ke layar (Gunakan format LF newline)
cp - Mengcopy suatu file
rm - Menghapus suatu file atau folder kosong
mv - Memindah dan merename lokasi file/folder
whereis - Mencari file/folder dengan nama yang sama diseluruh file system

v2.0

30 Mar 16:00
Compare
Choose a tag to compare

Implement interrupt, keyboard driver, and FAT32 filesystem.

v1.0

22 Feb 07:17
Compare
Choose a tag to compare

Milestone 1