Merge of Fredrik Hultin command_line

This commit is contained in:
Marty Connor
2006-08-09 02:30:35 +00:00
parent 691557281f
commit 41af7457a8
13 changed files with 1184 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ Literature dealing with the network protocols:
#include "disk.h"
#include "timer.h"
#include "cpu.h"
#include "cmdline.h"
#include "console.h"
#include <gpxe/init.h>
#include "image.h"
@@ -155,6 +156,8 @@ int main ( void ) {
netdev = next_netdev ();
if ( netdev ) {
test_dhcp ( netdev );
//cmdl_start();
//test_aoeboot ( &static_single_netdev );
} else {
printf ( "No network device found\n" );
}