This repository has been archived on 2025-02-27. You can view files and clone it, but cannot push or open issues or pull requests.
portland-os/src/kernel
2020-05-25 15:35:45 -04:00
..
ata.c very basic vga, ata, serial drivers. start of fat and fs drivers 2020-05-24 11:02:43 -04:00
ata.h very basic vga, ata, serial drivers. start of fat and fs drivers 2020-05-24 11:02:43 -04:00
fat.c got file loading working properly 2020-05-25 15:35:45 -04:00
fat.h basic fs type stuff, fat16, removing stack segment and using data segment 2020-05-24 21:55:12 -04:00
fs.c basic fs type stuff, fat16, removing stack segment and using data segment 2020-05-24 21:55:12 -04:00
fs.h basic fs type stuff, fat16, removing stack segment and using data segment 2020-05-24 21:55:12 -04:00
link.ld very basic vga, ata, serial drivers. start of fat and fs drivers 2020-05-24 11:02:43 -04:00
main.c got file loading working properly 2020-05-25 15:35:45 -04:00
panic.c basic fs type stuff, fat16, removing stack segment and using data segment 2020-05-24 21:55:12 -04:00
panic.h very basic vga, ata, serial drivers. start of fat and fs drivers 2020-05-24 11:02:43 -04:00
serial.c very basic vga, ata, serial drivers. start of fat and fs drivers 2020-05-24 11:02:43 -04:00
serial.h very basic vga, ata, serial drivers. start of fat and fs drivers 2020-05-24 11:02:43 -04:00
util.asm very basic vga, ata, serial drivers. start of fat and fs drivers 2020-05-24 11:02:43 -04:00
util.c basic fs type stuff, fat16, removing stack segment and using data segment 2020-05-24 21:55:12 -04:00
util.h basic fs type stuff, fat16, removing stack segment and using data segment 2020-05-24 21:55:12 -04:00
vga.c very basic vga, ata, serial drivers. start of fat and fs drivers 2020-05-24 11:02:43 -04:00
vga.h very basic vga, ata, serial drivers. start of fat and fs drivers 2020-05-24 11:02:43 -04:00