summaryrefslogtreecommitdiff
path: root/dos
diff options
context:
space:
mode:
authorhpa <hpa>2004-12-17 19:44:36 +0000
committerhpa <hpa>2004-12-17 19:44:36 +0000
commit1a145fec7f8057933fa0fd9df24aa14ac5a7159e (patch)
treec3299d3f67dba7e0c70ea15f2d1567c9e626efeb /dos
parent6c1c1c0f31cda997a0841c76d413fa00bbfde355 (diff)
downloadsyslinux-1a145fec7f8057933fa0fd9df24aa14ac5a7159e.tar.gz
Additional fixes for the proper argc/argv parsing
Diffstat (limited to 'dos')
-rw-r--r--dos/crt0.S3
1 files changed, 0 insertions, 3 deletions
diff --git a/dos/crt0.S b/dos/crt0.S
index f5671776..1052100a 100644
--- a/dos/crt0.S
+++ b/dos/crt0.S
@@ -47,6 +47,3 @@ exit:
1: hlt
jmp 1b
.size exit,.-exit
-
- .section ".bss","aw"
-argv: .space 4*128