Commit Graph

66 Commits

Author SHA1 Message Date
Kevin Lange
a62649aafe [main] Kernel argument parsing (of a limited sort); qemu vid mode defaults 2011-03-26 13:30:08 -05:00
Kevin Lange
4d3118bad7 [vid] Working on VBE graphics support for Bochs/Qemu 2011-03-25 22:29:54 -05:00
Kevin Lange
dcd341cdc9 [clean] Oops. 2011-03-22 01:59:17 -04:00
Kevin Lange
731ecfe10c [boot] Progress? mb 2011-03-22 01:48:07 -04:00
Kevin Lange
bcd06ac136 [boot/initrd] Add stage2 to initial ramdisk, move kernel. 2011-03-22 01:14:54 -04:00
Kevin Lange
65a53722bb [build] Gah, stop yelling at me 2011-03-22 00:51:30 -04:00
Kevin Lange
7c079ecb5e [util] Utility workspace, currently for bootloader. 2011-03-22 00:50:50 -04:00
Kevin Lange
6e7ae2251d [docs] More stuff. 2011-03-18 19:57:10 -05:00
Kevin Lange
826e0d9e96 [build] docs is a phony target... 2011-03-18 19:35:51 -05:00
Kevin Lange
4a9471d853 Update documentation system 2011-03-18 19:18:08 -05:00
Kevin Lange
a6c5d1c365 Loader workspace, documentation workspace. 2011-03-17 21:45:26 -05:00
Kevin Lange
ee04a7271d [task] Holy crap, tasking. That took forever and it's still broken. 2011-03-01 17:48:39 -06:00
Kevin Lange
4f8cd57996 [vari] Fix a typo, move some stuff 2011-02-27 21:08:55 -06:00
Kevin Lange
fd57f9df32 [clean] Get rid of bootdisk on clean... 2011-02-21 23:51:59 -06:00
Kevin Lange
20efbe7b74 [boot] Well now, we have a stage two that almost does something 2011-02-21 23:51:06 -06:00
Kevin Lange
6067f11faf :[ 2011-02-21 20:35:37 -06:00
Kevin Lange
da9cf859c2 [build] stuff 2011-02-21 19:44:09 -06:00
Kevin Lange
3ebdbfa3f0 [boot] Fix that... 2011-02-21 19:42:52 -06:00
Kevin Lange
7c74503da7 [boot] Ug, ext2, make a boot floppy instead... 2011-02-21 19:41:37 -06:00
Kevin Lange
ebd3efb47b Revert "[boot] A third stage? Really?"
This reverts commit c23080c46c.
2011-02-21 19:36:18 -06:00
Kevin Lange
c23080c46c [boot] A third stage? Really? 2011-02-21 19:09:57 -06:00
Kevin Lange
8275d02e44 [build] Generate an appropriate Stage2 2011-02-21 15:48:18 -06:00
Kevin Lange
64bebd826a [build] Stage1 + Stage2 2011-02-21 15:37:25 -06:00
Kevin Lange
545627e1ad [clean] Remove test disk if it's there... 2011-02-21 15:26:41 -06:00
Kevin Lange
ed99d52ada [boot] Move read to the C so we can pass it arguments easily. 2011-02-21 15:24:44 -06:00
Kevin Lange
76c8c1652f [boot] Read stuff 2011-02-21 14:58:27 -06:00
Kevin Lange
987b1a07d3 [build] Initrd depends on stage2 2011-02-21 13:31:53 -06:00
Kevin Lange
8e49e88857 [boot] Stage 2 2011-02-21 13:29:09 -06:00
Kevin Lange
a86253784f [build] Use yasm instead of nasm 2011-02-21 13:21:28 -06:00
Kevin Lange
f3f854cc18 [build] meh 2011-02-21 12:03:58 -06:00
Kevin Lange
c3c63db8e9 [boot] holy crap 2011-02-21 03:11:30 -06:00
Kevin Lange
a8a6fce250 [boot] Integrate stage 2 into build process 2011-02-20 20:15:39 -06:00
Kevin Lange
9e31a2c07c [boot] Some Makefile integration 2011-02-18 22:22:25 -06:00
Kevin Lange
0da56e6e51 [meta] Restructure directory tree and output files. 2011-02-12 16:47:20 -06:00
Kevin Lange
f414baa81e [build] Use clang (and fix va_list in kprintf) 2011-02-10 23:55:03 -06:00
Kevin Lange
52a5b9e6cf [serial] Serial logging. 2011-02-10 21:45:29 -06:00
Kevin Lange
fa79d54ce2 [build] Fix Makefile color output, not all echos support \e 2011-02-10 12:59:44 -06:00
Kevin Lange
e04865649c [build] Neglected to drop -fda from qemu 2011-02-10 00:59:06 -06:00
Kevin Lange
15ea3f885c [build] Screw Grub, qemu will boot us raw. 2011-02-10 00:58:19 -06:00
Kevin Lange
d79c8a024d [build] purdy colors 2011-02-09 15:58:27 -06:00
Kevin Lange
d0505da0f3 [build] Minor Makefile adjustments 2011-02-09 15:33:03 -06:00
Kevin Lange
7b6fc96cab [build] Typo 2011-02-09 14:33:42 -06:00
Kevin Lange
7d3d404264 [build] Restructure build process. 2011-02-09 14:32:49 -06:00
Kevin Lange
afa85d9b39 [shell] Kernel debug shell and all the things I needed to make to support that. 2011-02-07 14:30:17 -06:00
Kevin Lange
beaa7fda54 [make] Fix core target 2011-02-07 12:16:20 -06:00
Kevin Lange
09f530604e [ext2] Fix up some warnings 2011-02-05 13:27:04 -06:00
Kevin Lange
8c818ea064 [make] Clean everything up nice and tidy. 2011-02-05 13:12:27 -06:00
Kevin Lange
b61b48f8c8 [make] Fix some Makefile initrd stuff 2011-02-04 23:14:54 -06:00
Kevin Lange
db4643d4ec [initrd] Replace initial ramdisk with one we generate with genext2fs 2011-02-04 22:41:28 -06:00
Kevin Lange
768ca852c7 [Make] Put our ramdisk image in the local boot directory on install 2011-02-02 00:03:24 -06:00