Michael Brown
|
38dbe14bbe
|
Kill off redundant references to the .zprefixes.
|
před 17 roky |
Michael Brown
|
048bbeeebc
|
Compressed ROM images now work.
|
před 17 roky |
Michael Brown
|
37fa9a8706
|
Split the objcopy stage out of final image preparation to a separate
bin/%.bin target.
|
před 17 roky |
Michael Brown
|
c482fc90fb
|
Revert "no need for depending on build library ("blib")"
This reverts commit 9dc2515d7e.
I want "make" to actually build something.
|
před 17 roky |
Holger Lubitz
|
bfc4737751
|
Update Makefile for compilation on ARCH=x86_64
|
před 17 roky |
Michael Brown
|
405be071de
|
Pad ROM images to 512 bytes, not powers of two
|
před 17 roky |
Marty Connor
|
969642dca6
|
Add warning about formats that are not working until we fix them
|
před 17 roky |
Michael Brown
|
6ce5c97981
|
Made most of the build much quieter
|
před 18 roky |
Michael Brown
|
bd873525ff
|
Add matrixssl directory
|
před 18 roky |
Michael Brown
|
7cdc6529bb
|
Build external axtls code
|
před 18 roky |
Michael Brown
|
37f1b12587
|
Allow truly arbitrary debug levels to be specified via DEBUG=
|
před 18 roky |
Michael Brown
|
10980c12ee
|
Add image directory back in
|
před 18 roky |
Michael Brown
|
cc9b32c405
|
Remove uIP; we haven't used it for quite some time now.
|
před 18 roky |
Michael Brown
|
84202d89f0
|
Split the (quick hack) boot logic out from main.c to autoboot.c, add a
"boot" command to attempt booting from within the command shell, fall back
to shell if boot fails for any reason.
|
před 18 roky |
Michael Brown
|
1e322d4b4c
|
Add (partly-functional) user interface for editing configuration settings
|
před 18 roky |
Michael Brown
|
a1685cb3e2
|
Move nvo_cmd.c to hci/commands.
|
před 18 roky |
Michael Brown
|
1bc3514bd8
|
Start of generic editable string support
|
před 18 roky |
Michael Brown
|
504a705d9e
|
Do no evil. :)
|
před 18 roky |
Marty Connor
|
41af7457a8
|
Merge of Fredrik Hultin command_line
|
před 18 roky |
Michael Brown
|
a7011edfd4
|
Add net/udp
|
před 18 roky |
Dan Lynch
|
04fcee2306
|
enabled build entry for mucurses libraries
|
před 18 roky |
Dan Lynch
|
5d2f39bbc2
|
added placeholder SRCDIRS entry for mucurses
|
před 18 roky |
Derek Pryor
|
8b0cac40ca
|
Added gpxe-0.5/src/crypto/ for the SSL Library
|
před 18 roky |
Michael Brown
|
e90b64d625
|
Added sketch of bit-bashing interface common code
|
před 18 roky |
Michael Brown
|
d21fc3610f
|
Added sample AoE test code to tree
|
před 18 roky |
Michael Brown
|
73a449e96b
|
Added drivers/ata directory (forgot to check this in previously).
|
před 18 roky |
Michael Brown
|
aa2468babe
|
Added abstraction layer for a three-wire serial device (e.g. the EEPROM
used on RTL8139 cards).
|
před 18 roky |
Michael Brown
|
53b682f3a2
|
Re-enable -Wformat, since our printf() is now more standards-conformant.
|
před 18 roky |
Michael Brown
|
61d7b8a5ef
|
Added missing drivers/scsi
|
před 18 roky |
Michael Brown
|
1838b58c3f
|
Add drivers/block and arch/i386/interface/pcbios
|
před 18 roky |
Michael Brown
|
01bd78d62a
|
Created net/tcp and moved hello.c there
|
před 18 roky |
Michael Brown
|
592a5a99c8
|
Moved uIP and tcp.c from proto/ to net/
|
před 18 roky |
Michael Brown
|
e323d1a29b
|
Add "net" directory.
Avoid including debug information in bin/%.s output, since the whole
point is to have easy-to-read assembler.
|
před 18 roky |
Michael Brown
|
21c58729ae
|
Add debug symbols to objects. (They will be stripped out of the final
-Obinary build anyway, so it doesn't waste any space).
|
před 18 roky |
Michael Brown
|
0e611719d2
|
Add uip on HEAD; it's safe to build, since nothing links against it at the
moment.
|
před 18 roky |
Geert Stappers
|
9dc2515d7e
|
no need for depending on build library ("blib")
when make is invoked without arguments
|
před 19 roky |
Michael Brown
|
13de295b56
|
Added interface/pxe directory
|
před 19 roky |
Michael Brown
|
2d9fa8a1d9
|
Add DOXYGEN definition, comment out reference to not-yet-existent "image"
directory.
|
před 19 roky |
Michael Brown
|
4f27994980
|
Added "image" directory
|
před 19 roky |
Michael Brown
|
95946c6f56
|
Added "proto" directory
|
před 19 roky |
Michael Brown
|
81e4755106
|
Produce a sorted list of all local symbols in the map file.
|
před 19 roky |
Michael Brown
|
d281996ef8
|
Added DBG2
|
před 19 roky |
Michael Brown
|
db0e056abd
|
Make it easier to comment out individual SRC directories when things
are broken... :)
|
před 19 roky |
Michael Brown
|
641596e6ba
|
blib definition moved to Makefile.housekeeping.
|
před 19 roky |
Michael Brown
|
b5ee3763c6
|
Add MKCONFIG utility, and add "-I ." to CFLAGS so that we can work
with generated headers.
|
před 19 roky |
Michael Brown
|
658fecf7e5
|
Found a home for MAKEROM_FLAGS_3c503.
|
před 19 roky |
Michael Brown
|
9c814cb123
|
Use the correct case for -Ddebug_<object>
|
před 19 roky |
Michael Brown
|
a666eb34b5
|
Improved building of debugging objects. You can now specify a "DEBUG="
list for any build, e.g.
make bin/pnic.dsk DEBUG=pci,pnic
This will drag in debugging-enabled versions of pci.c and pnic.c.
|
před 19 roky |
Michael Brown
|
0ff80b477d
|
Merged mcb30-realmode-redesign back to HEAD
|
před 19 roky |
Michael Brown
|
3d6123e69a
|
Initial revision
|
před 19 roky |