diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2009-07-25 13:54:52 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2009-07-25 13:54:52 -0400 |
commit | 98571bee61e23bcfe1400d9ceaf432d8a84a77bb (patch) | |
tree | 560d627a4ddacb3f7a98da0fcdbe0c8ae2190355 /src | |
parent | 2929c352b73e35a32d90d0fdd7fd723591a408de (diff) | |
download | seabios-98571bee61e23bcfe1400d9ceaf432d8a84a77bb.zip seabios-98571bee61e23bcfe1400d9ceaf432d8a84a77bb.tar.gz seabios-98571bee61e23bcfe1400d9ceaf432d8a84a77bb.tar.bz2 |
Update TODO items.
Diffstat (limited to 'src')
-rw-r--r-- | src/memmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/memmap.c b/src/memmap.c index b8072ac..2524e8a 100644 --- a/src/memmap.c +++ b/src/memmap.c @@ -157,7 +157,7 @@ __malloc(struct zone_s *zone, u32 size) return (void*)newpos; } -// Allocate memory at the top of ram. +// Allocate memory at the top of 32bit ram. void * malloc_high(u32 size) { |