index
:
dholman/box.git
master
Unix-like kernel written in C
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
Age
Commit message (
Expand
)
Author
2024-05-27
drivers: create a subdir just for driver code
Danny Holman
2024-05-27
libk: create a subset libc for kernel use
Danny Holman
2024-03-28
kernel: add a basic thread scheduler
Danny Holman
2024-03-28
arch: i386: kernel: add mostly finished PFA and paging system
Danny Holman
2024-02-24
kernel: string: add a strcpy function
Danny Holman
2024-02-21
README: update copyright line
Danny Holman
2024-02-16
Makefile: add flags to qemu that activate the serial port
Danny Holman
2023-11-26
arch: i386: make: add source files
Danny Holman
2022-03-22
Makefile: explicitly define CC variable
Danny Holman
2022-01-15
Makefile: add dry run and debug targets
Danny Holman
2021-09-28
arch: i386: add support for 8259 PIC
Danny Holman
2021-06-04
Makefile: clean up targets
Danny Holman
2021-03-09
Makefile: include dependency files
Danny Holman
2021-03-09
Makefile: fix wrong -I directive to compiler
Danny Holman
2021-01-24
x86: reorganize the i386 directory
Danny Holman
2021-01-17
Initial commit
Danny Holman