summaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
masterModified assembly routines to use x86's advanced addressing modes.Jake Mannens6 years
 
 
AgeCommit messageAuthor
2020-08-02Modified assembly routines to use x86's advanced addressing modes.HEADmasterJake Mannens
2020-03-18Added decimal and octal conversion specifiers ('%d' and '%o') toJake Mannens
2020-03-18Implemented a proper read requests queue in the floppy driver.Jake Mannens
2020-03-07Makefile now correctly calls i386 QEMU instead of x86_64Jake Mannens
2020-02-24Changed read() and write() calls to now accept an integer fileJake Mannens
2020-02-23Switched the physical memory allocator to a bitmap table. Previously,Jake Mannens
2019-09-02Updated MakefileJake Mannens
2018-12-23Corrected a bug in the hard-disk driver where calls to hd_read_block()Jake Mannens
2018-10-09Added the f_inode element to struct file as a pointer to the file'sJake Mannens
2018-10-05Added code to enable gate A20 during startup.Jake Mannens
[...]