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-11-08 11:11:49 -05:00
..
ata.h lots of progress, including readonly PATA driver and part of FAT16 driver 2020-08-13 17:58:50 -04:00
boot.h program loading, others 2020-09-06 00:48:07 -04:00
drive.c file manager 2020-09-19 14:53:29 -04:00
drive.h file manager 2020-09-19 14:53:29 -04:00
elf-link.ld minor changes, redoing makefile, meminfo program 2020-09-06 15:47:06 -04:00
elf.c have command shell block while commands are running 2020-09-13 19:51:09 -04:00
elf.h have command shell block while commands are running 2020-09-13 19:51:09 -04:00
fat.c file manager 2020-09-19 14:53:29 -04:00
fat.h program loading, others 2020-09-06 00:48:07 -04:00
ide.c (basic, not much tested) keyboard, better panic 2020-09-13 03:19:57 -04:00
ide.h lots of progress, including readonly PATA driver and part of FAT16 driver 2020-08-13 17:58:50 -04:00
idt.c manual viewer, "swap colors" system call 2020-11-08 11:11:49 -05:00
idt.h small fixes 2020-09-06 01:26:56 -04:00
isrs.asm manual viewer, "swap colors" system call 2020-11-08 11:11:49 -05:00
kbd.c history when getting line from user in knob 2020-09-20 14:50:12 -04:00
kbd.h (basic, not much tested) keyboard, better panic 2020-09-13 03:19:57 -04:00
log.c minor changes, redoing makefile, meminfo program 2020-09-06 15:47:06 -04:00
log.h bugfixes, init program, hello world 2020-09-06 13:44:20 -04:00
main.c file manager 2020-09-19 14:53:29 -04:00
paging.c fixed some paging bugs, added fault handlers and new programs 2020-09-13 17:12:29 -04:00
paging.h fixed some paging bugs, added fault handlers and new programs 2020-09-13 17:12:29 -04:00
panic.c (basic, not much tested) keyboard, better panic 2020-09-13 03:19:57 -04:00
panic.h (basic, not much tested) keyboard, better panic 2020-09-13 03:19:57 -04:00
pci.c (basic, not much tested) keyboard, better panic 2020-09-13 03:19:57 -04:00
pci.h lots of progress, including readonly PATA driver and part of FAT16 driver 2020-08-13 17:58:50 -04:00
pmap.c fixed some paging bugs, added fault handlers and new programs 2020-09-13 17:12:29 -04:00
pmap.h program loading, others 2020-09-06 00:48:07 -04:00
serial.c program loading, others 2020-09-06 00:48:07 -04:00
serial.h FAT16 directory enumeration, making many functions static, new 'log' functions to wrap vga and serial 2020-08-13 23:59:14 -04:00
task.c have command shell block while commands are running 2020-09-13 19:51:09 -04:00
task.h have command shell block while commands are running 2020-09-13 19:51:09 -04:00
util.c program loading, others 2020-09-06 00:48:07 -04:00
util.h program loading, others 2020-09-06 00:48:07 -04:00
vga.c manual viewer, "swap colors" system call 2020-11-08 11:11:49 -05:00
vga.h manual viewer, "swap colors" system call 2020-11-08 11:11:49 -05:00