diff options
| author | Robert Morris <rtm@csail.mit.edu> | 2019-06-04 10:43:45 -0400 |
|---|---|---|
| committer | Robert Morris <rtm@csail.mit.edu> | 2019-06-04 10:43:45 -0400 |
| commit | 0e131b226336808c135795f5b9d7defc5a58b2ae (patch) | |
| tree | 226cf0c8f1043d99175aee8835baf570cdf662e6 /defs.h | |
| parent | b78894f34ebbceb23bcf36ff820fefb942b54ccf (diff) | |
| download | xv6-labs-2022-0e131b226336808c135795f5b9d7defc5a58b2ae.tar.xz xv6-labs-2022-0e131b226336808c135795f5b9d7defc5a58b2ae.zip | |
fix a problem with end. make uartputc() wait until h/w is ready.
Diffstat (limited to 'defs.h')
| -rw-r--r-- | defs.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -179,7 +179,6 @@ int uartgetc(void); // vm.c void kvminit(void); -void kvmswitch(void); pagetable_t uvmcreate(void); void uvminit(pagetable_t, char *, uint); uint64 uvmalloc(pagetable_t, uint64, uint64); |
