Commit graph

11 commits

Author SHA1 Message Date
Jeremy Soller 4462e8654d Add EFI ISO 2018-04-12 21:24:07 -06:00
Dan Robertson 804d0ad641
Keep debug info in a .sym file
- Compile time changes
   - Compile libkernel.a with debug info
   - Copy debug info to kernel.sym
   - Strip the kernel of debug symbols
 - Workflow changes
   - Add `debug` option to `make qemu`
2017-12-03 02:36:45 +00:00
Dan Robertson 48089fbb1f
Allow specifying a bridge for qemu to use
Allow `make qemu` to take an additional parameter `bridge` that
specifies the bridge interface to use for the netdev. This allows
`make qemu brige=br0` which would create a VM connected to br0.
2017-11-12 04:15:23 +00:00
Jeremy Soller ba742d4ade Add qemu_extra target, update installer 2017-09-27 20:53:48 -06:00
Jeremy Soller 3af4415a4a Add audio to makefile 2017-06-17 16:59:01 -06:00
Jeremy Soller 1aeec04da7 Increase qemu memory size 2017-06-17 14:33:22 -06:00
Jeremy Soller aaa96bf329 Disable a few packages in default build, use partial filesystem to avoid incomplete build 2017-05-12 20:37:59 -06:00
Jeremy Soller c4c8d6c357 WIP: NVME support 2017-02-18 14:05:24 -07:00
Jeremy Soller 279451c303 Add qemu_extra_no_build target 2017-01-13 11:08:44 -07:00
Jeremy Soller 1127c771ce WIP: XHCI 2017-01-10 20:49:18 -07:00
Jeremy Soller e3f3f27fbc Modularise makefiles 2017-01-05 14:07:20 -07:00